res_hep: Add support for named capture agents.

Adds support for the capture agent name field
of the Homer protocol to Asterisk by allowing
users to specify a name that will be sent to
the HEP server.

ASTERISK-30322 #close

Change-Id: I6136583017f9dd08daeb8be02f60fb8df4639a2b
This commit is contained in:
Naveen Albert
2022-11-21 18:53:49 +00:00
committed by Friendly Automation
parent 5a78ce5a1f
commit 3babc68099
3 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
Subject: Add support for named capture agent.
A name for the capture agent can now be specified
using the capture_name option which, if specified,
will be sent to the HEP server.