summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-05-11 16:33:55 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-05-11 16:33:55 -0500
commit6383d9214aaba9a7ace1753ff0f6dfe1f2c6c5fa (patch)
tree855236668bd0e54f199d61510f3737174a2bda72 /configs
parent3cfbb8b4818e4d8684232a0d1176a9b1bdcf3ca6 (diff)
parent10a49ab3627b7e93c01b22376cdf71015422894c (diff)
Merge "res_hep_rtcp: Provide chan_sip Call-ID for RTCP messages." into 13
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.