summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2017-12-04 15:33:16 +0100
committerAlexander Traud <pabstraud@compuserve.com>2017-12-04 15:33:16 +0100
commite0354bbe82f9b62e8885da1d4580da7268d2a6cc (patch)
tree944e123c9095cf5579977c07f5178f429d536fbc /configs
parentea1578ed7a485084fe8c49387eb44c03e50004e0 (diff)
res_rtp_asterisk: Correct default in sample configuration file.
With Asterisk 12 (commit 866d968), the default of "icesupport" changed to - "yes" in the module "res_rtp_asterisk" and - "no" in the module "chan_sip". The latter was reflected in the sample configuration file for "sip.conf". The former did not make it into "rtp.conf.sample". ASTERISK-20643 Change-Id: I2a2e0a900455d0767a99ea576e30adc6d7608a36
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/rtp.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/samples/rtp.conf.sample b/configs/samples/rtp.conf.sample
index eae7d8baf..9bc3de3cf 100644
--- a/configs/samples/rtp.conf.sample
+++ b/configs/samples/rtp.conf.sample
@@ -33,8 +33,8 @@ rtpend=20000
; connected. This option is set to 4 by default.
; probation=8
;
-; Whether to enable or disable ICE support. This option is disabled by default.
-; icesupport=true
+; Whether to enable or disable ICE support. This option is enabled by default.
+; icesupport=false
;
; Hostname or address for the STUN server used when determining the external
; IP address and port an RTP session can be reached at. The port number is