]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
enable inbound-late-negotiation in sample configs
authorTravis Cross <tc@traviscross.com>
Sun, 27 May 2012 05:50:47 +0000 (05:50 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 27 May 2012 05:50:47 +0000 (05:50 +0000)
We often tell people to enable this for various reasons; it likely
makes a sensible default.

conf/insideout/sip_profiles/external.xml
conf/insideout/sip_profiles/internal-ipv6.xml
conf/insideout/sip_profiles/internal.xml
conf/sbc/sbc_profiles/external.xml
conf/sbc/sbc_profiles/internal-ipv6.xml
conf/sbc/sbc_profiles/internal.xml
conf/vanilla/sip_profiles/external.xml
conf/vanilla/sip_profiles/internal-ipv6.xml
conf/vanilla/sip_profiles/internal.xml
src/mod/endpoints/mod_sofia/conf/sofia.conf.xml

index 3fcb969f7f201ecf1ee083fa3ce801bb10ca34c9..be38318432e82d0de761e736804a84c841195705 100644 (file)
@@ -47,6 +47,7 @@
     <param name="nonce-ttl" value="60"/>
     <param name="auth-calls" value="false"/>
     <param name="rtp-timeout-sec" value="1800"/>
+    <param name="inbound-late-negotiation" value="true"/>
     <!--
         DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
     -->
index 649246ad36418541d5c000cf4558a46b681cf760..e433da142515afc423f3428e64b06f130d633e9e 100644 (file)
@@ -66,8 +66,8 @@
     <!--Uncomment to set all inbound calls to proxy media mode-->
     <!--<param name="inbound-proxy-media" value="true"/>-->
 
-    <!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok-->
-    <!--<param name="inbound-late-negotiation" value="true"/>-->
+    <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
+    <param name="inbound-late-negotiation" value="true"/>
 
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
index 3ea2ef155caacd6ab36b0e2304b8c18b9ab17f25..61263f03dc95c1de2b1c1e7fd9ec344c63dc600d 100644 (file)
     <!--Uncomment to set all inbound calls to proxy media mode-->
     <!--<param name="inbound-proxy-media" value="true"/>-->
 
-    <!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok-->
-    <!--<param name="inbound-late-negotiation" value="true"/>-->
+    <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
+    <param name="inbound-late-negotiation" value="true"/>
 
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
index 9a5686bd9144c96ec94380df728d441843ed8431..1cb91e8dab16dda12e9e95e1dd1292760011050b 100644 (file)
@@ -48,6 +48,7 @@
     <param name="nonce-ttl" value="60"/>
     <param name="auth-calls" value="false"/>
     <param name="rtp-timeout-sec" value="1800"/>
+    <param name="inbound-late-negotiation" value="true"/>
     <!--
         DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
     -->
index 649246ad36418541d5c000cf4558a46b681cf760..e433da142515afc423f3428e64b06f130d633e9e 100644 (file)
@@ -66,8 +66,8 @@
     <!--Uncomment to set all inbound calls to proxy media mode-->
     <!--<param name="inbound-proxy-media" value="true"/>-->
 
-    <!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok-->
-    <!--<param name="inbound-late-negotiation" value="true"/>-->
+    <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
+    <param name="inbound-late-negotiation" value="true"/>
 
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
index 7e1ceeb9dff3dc68fdea926deb6a71e4755fcd7a..8263a8266845ed2d0ef5c8d07bdae3a0be64d8b4 100644 (file)
     <!--Uncomment to set all inbound calls to proxy media mode-->
     <!--<param name="inbound-proxy-media" value="true"/>-->
 
-    <!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok-->
-    <!--<param name="inbound-late-negotiation" value="true"/>-->
+    <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
+    <param name="inbound-late-negotiation" value="true"/>
 
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
index 39965e9421657e4b8e0364a5bb71c23bac430187..8176d9b23fc5a6b4f82f8cd5bde06da844ed1836 100644 (file)
@@ -56,6 +56,7 @@
     <param name="inbound-codec-negotiation" value="generous"/>
     <param name="nonce-ttl" value="60"/>
     <param name="auth-calls" value="false"/>
+    <param name="inbound-late-negotiation" value="true"/>
     <!--
         DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
     -->
index 5a97f0cd6067fa8a27f33c6e9462bbe623661790..2dd38426498900c65df81b22c9bbbe390f35574a 100644 (file)
@@ -67,8 +67,8 @@
     <!--Uncomment to set all inbound calls to proxy media mode-->
     <!--<param name="inbound-proxy-media" value="true"/>-->
 
-    <!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok-->
-    <!--<param name="inbound-late-negotiation" value="true"/>-->
+    <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
+    <param name="inbound-late-negotiation" value="true"/>
 
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
index afb12ab94c2f3540d592f9bb1cb685e004c604ed..1ba2c574276b7717a60910c2270ac49987f0e242 100644 (file)
     <!--Uncomment to set all inbound calls to proxy media mode-->
     <!--<param name="inbound-proxy-media" value="true"/>-->
 
-    <!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok-->
-    <!--<param name="inbound-late-negotiation" value="true"/>-->
+    <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
+    <param name="inbound-late-negotiation" value="true"/>
 
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
index 2649a24ae80388da75ec44c13533dbbcca2fe1f4..9acbe6d916ce70ee625ad3abfbe7f664a62e5dba 100644 (file)
         <!-- Uncomment to set all inbound calls to proxy media mode -->
         <!-- <param name="inbound-proxy-media" value="true"/> -->
 
-        <!-- Uncomment to let calls hit the dialplan *before* you decide if the
-             codec is ok -->
-        <!-- <param name="inbound-late-negotiation" value="true"/> -->
+        <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
+        <param name="inbound-late-negotiation" value="true"/>
 
         <!-- this lets anything register -->
         <!-- comment the next line and uncomment one or both of the other 2