summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2012-11-11 17:15:47 +0000
committerJoshua Colp <jcolp@digium.com>2012-11-11 17:15:47 +0000
commit866d96814964b25a9ad2dea5bfea6aa95c096fb3 (patch)
tree724322a476ee28d62015ea6dee5fc30c042a9ba6 /configs
parente773bbdd10377f2ef26d2a500708ed19c9b75463 (diff)
Remove a fixed size limitation for producing SDP and change how ICE support is disabled by default.
With ICE support enabled in chan_sip and a large number of interfaces on the system it was possible for the produced SDP to be truncated due to some fixed size buffers. These buffers have now been changed so they will dynamically grow as needed. ICE support is now also enabled by default in res_rtp_asterisk to provide a smoother experience for chan_motif users where it is required. To maintain the previous behavior in chan_sip it is no longer enabled by default there. (closes issue ASTERISK-20643) Reported by: coopvr ........ Merged revisions 376130 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@376131 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 3d6db9798..bbd2af8df 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -919,10 +919,11 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;
; subscribe_network_change_event = yes ; on by default
;
-; ICE/STUN/TURN usage can be disabled globally or on a per-peer basis using the icesupport
+; ICE/STUN/TURN usage can be enabled globally or on a per-peer basis using the icesupport
; configuration option. When set to yes ICE support is enabled. When set to no it is disabled.
+; It is disabled by default.
;
-; icesupport = no
+; icesupport = yes
;----------------------------------- MEDIA HANDLING --------------------------------
; By default, Asterisk tries to re-invite media streams to an optimal path. If there's