enable inbound-late-negotiation in sample configs

We often tell people to enable this for various reasons; it likely
makes a sensible default.
This commit is contained in:
Travis Cross 2012-05-27 05:50:47 +00:00
parent 73614127fc
commit 8513be49de
10 changed files with 17 additions and 15 deletions

View File

@ -47,6 +47,7 @@
<param name="nonce-ttl" value="60"/> <param name="nonce-ttl" value="60"/>
<param name="auth-calls" value="false"/> <param name="auth-calls" value="false"/>
<param name="rtp-timeout-sec" value="1800"/> <param name="rtp-timeout-sec" value="1800"/>
<param name="inbound-late-negotiation" value="true"/>
<!-- <!--
DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS! DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
--> -->

View File

@ -66,8 +66,8 @@
<!--Uncomment to set all inbound calls to proxy media mode--> <!--Uncomment to set all inbound calls to proxy media mode-->
<!--<param name="inbound-proxy-media" value="true"/>--> <!--<param name="inbound-proxy-media" value="true"/>-->
<!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok--> <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!--<param name="inbound-late-negotiation" value="true"/>--> <param name="inbound-late-negotiation" value="true"/>
<!-- this lets anything register --> <!-- this lets anything register -->
<!-- comment the next line and uncomment one or both of the other 2 lines for call authentication --> <!-- comment the next line and uncomment one or both of the other 2 lines for call authentication -->

View File

@ -101,8 +101,8 @@
<!--Uncomment to set all inbound calls to proxy media mode--> <!--Uncomment to set all inbound calls to proxy media mode-->
<!--<param name="inbound-proxy-media" value="true"/>--> <!--<param name="inbound-proxy-media" value="true"/>-->
<!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok--> <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!--<param name="inbound-late-negotiation" value="true"/>--> <param name="inbound-late-negotiation" value="true"/>
<!-- this lets anything register --> <!-- this lets anything register -->
<!-- comment the next line and uncomment one or both of the other 2 lines for call authentication --> <!-- comment the next line and uncomment one or both of the other 2 lines for call authentication -->

View File

@ -48,6 +48,7 @@
<param name="nonce-ttl" value="60"/> <param name="nonce-ttl" value="60"/>
<param name="auth-calls" value="false"/> <param name="auth-calls" value="false"/>
<param name="rtp-timeout-sec" value="1800"/> <param name="rtp-timeout-sec" value="1800"/>
<param name="inbound-late-negotiation" value="true"/>
<!-- <!--
DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS! DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
--> -->

View File

@ -66,8 +66,8 @@
<!--Uncomment to set all inbound calls to proxy media mode--> <!--Uncomment to set all inbound calls to proxy media mode-->
<!--<param name="inbound-proxy-media" value="true"/>--> <!--<param name="inbound-proxy-media" value="true"/>-->
<!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok--> <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!--<param name="inbound-late-negotiation" value="true"/>--> <param name="inbound-late-negotiation" value="true"/>
<!-- this lets anything register --> <!-- this lets anything register -->
<!-- comment the next line and uncomment one or both of the other 2 lines for call authentication --> <!-- comment the next line and uncomment one or both of the other 2 lines for call authentication -->

View File

@ -107,8 +107,8 @@
<!--Uncomment to set all inbound calls to proxy media mode--> <!--Uncomment to set all inbound calls to proxy media mode-->
<!--<param name="inbound-proxy-media" value="true"/>--> <!--<param name="inbound-proxy-media" value="true"/>-->
<!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok--> <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!--<param name="inbound-late-negotiation" value="true"/>--> <param name="inbound-late-negotiation" value="true"/>
<!-- this lets anything register --> <!-- this lets anything register -->
<!-- comment the next line and uncomment one or both of the other 2 lines for call authentication --> <!-- comment the next line and uncomment one or both of the other 2 lines for call authentication -->

View File

@ -56,6 +56,7 @@
<param name="inbound-codec-negotiation" value="generous"/> <param name="inbound-codec-negotiation" value="generous"/>
<param name="nonce-ttl" value="60"/> <param name="nonce-ttl" value="60"/>
<param name="auth-calls" value="false"/> <param name="auth-calls" value="false"/>
<param name="inbound-late-negotiation" value="true"/>
<!-- <!--
DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS! DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
--> -->

View File

@ -67,8 +67,8 @@
<!--Uncomment to set all inbound calls to proxy media mode--> <!--Uncomment to set all inbound calls to proxy media mode-->
<!--<param name="inbound-proxy-media" value="true"/>--> <!--<param name="inbound-proxy-media" value="true"/>-->
<!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok--> <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!--<param name="inbound-late-negotiation" value="true"/>--> <param name="inbound-late-negotiation" value="true"/>
<!-- this lets anything register --> <!-- this lets anything register -->
<!-- comment the next line and uncomment one or both of the other 2 lines for call authentication --> <!-- comment the next line and uncomment one or both of the other 2 lines for call authentication -->

View File

@ -219,8 +219,8 @@
<!--Uncomment to set all inbound calls to proxy media mode--> <!--Uncomment to set all inbound calls to proxy media mode-->
<!--<param name="inbound-proxy-media" value="true"/>--> <!--<param name="inbound-proxy-media" value="true"/>-->
<!--Uncomment to let calls hit the dialplan *before* you decide if the codec is ok--> <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!--<param name="inbound-late-negotiation" value="true"/>--> <param name="inbound-late-negotiation" value="true"/>
<!-- this lets anything register --> <!-- this lets anything register -->
<!-- comment the next line and uncomment one or both of the other 2 lines for call authentication --> <!-- comment the next line and uncomment one or both of the other 2 lines for call authentication -->

View File

@ -263,9 +263,8 @@
<!-- Uncomment to set all inbound calls to proxy media mode --> <!-- Uncomment to set all inbound calls to proxy media mode -->
<!-- <param name="inbound-proxy-media" value="true"/> --> <!-- <param name="inbound-proxy-media" value="true"/> -->
<!-- Uncomment to let calls hit the dialplan *before* you decide if the <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
codec is ok --> <param name="inbound-late-negotiation" value="true"/>
<!-- <param name="inbound-late-negotiation" value="true"/> -->
<!-- this lets anything register --> <!-- this lets anything register -->
<!-- comment the next line and uncomment one or both of the other 2 <!-- comment the next line and uncomment one or both of the other 2