[Asterisk-code-review] res rtp asterisk: Correct default in sample configuration file. (asterisk[master])

Alexander Traud asteriskteam at digium.com
Mon Dec 4 08:34:47 CST 2017


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/7432


Change subject: res_rtp_asterisk: Correct default in sample configuration file.
......................................................................

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
---
M configs/samples/rtp.conf.sample
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/32/7432/1

diff --git a/configs/samples/rtp.conf.sample b/configs/samples/rtp.conf.sample
index eae7d8b..9bc3de3 100644
--- a/configs/samples/rtp.conf.sample
+++ b/configs/samples/rtp.conf.sample
@@ -33,8 +33,8 @@
 ; 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

-- 
To view, visit https://gerrit.asterisk.org/7432
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2a2e0a900455d0767a99ea576e30adc6d7608a36
Gerrit-Change-Number: 7432
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171204/b9d7416b/attachment-0001.html>


More information about the asterisk-code-review mailing list