From: Alexander Traud Date: Mon, 4 Dec 2017 14:33:16 +0000 (+0100) Subject: res_rtp_asterisk: Correct default in sample configuration file. X-Git-Tag: 13.19.0-rc1~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e819cf78265b46895df5968ab1bd2d6616277662;p=thirdparty%2Fasterisk.git 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 --- diff --git a/configs/samples/rtp.conf.sample b/configs/samples/rtp.conf.sample index eae7d8bafe..9bc3de3cf8 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