summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-05-11 16:39:54 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-05-11 16:39:54 -0500
commit57217e4cc20ff17e8ea736ee19b03b264b166900 (patch)
tree57cf6a2322250aa3eec78528d02a91a14a03db64 /configs
parent542dd7d7950c3d39c98fb80667f053f8cd7bb01f (diff)
parent3c36c29c81c07ad220860a59349def72afc35d86 (diff)
Merge "res_hep_rtcp: Provide chan_sip Call-ID for RTCP messages."
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/hep.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/samples/hep.conf.sample b/configs/samples/hep.conf.sample
index 3d1e74139..32bd8df39 100644
--- a/configs/samples/hep.conf.sample
+++ b/configs/samples/hep.conf.sample
@@ -24,5 +24,9 @@ capture_id = 1234 ; A unique integer identifier for this
; with each packet from this server.
uuid_type = call-id ; Specify the preferred source for the Homer
; correlation UUID. Valid options are:
- ; - 'call-id' for the PJSIP SIP Call-ID
+ ; - 'call-id' for the PJSIP or chan_sip SIP
+ ; Call-ID
; - 'channel' for the Asterisk channel name
+ ; Note: If 'call-id' is specified but the
+ ; channel is not PJSIP or chan_sip then the
+ ; Asterisk channel name will be used instead.