summaryrefslogtreecommitdiff
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 08:34:37 -0600
commit19de8a71b5502d8a79772094a5195eead6ac23da (patch)
tree0775af52ac65c1d477c5e5728af57523bfe73642
parent1d1aa3f1a1332c29b34ce48708f0341fb996034d (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
-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