提交 8513be49 authored 作者: Travis Cross's avatar Travis Cross

enable inbound-late-negotiation in sample configs

We often tell people to enable this for various reasons; it likely
makes a sensible default.
上级 73614127
...@@ -47,6 +47,7 @@ ...@@ -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!
--> -->
......
...@@ -66,8 +66,8 @@ ...@@ -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 -->
......
...@@ -101,8 +101,8 @@ ...@@ -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 -->
......
...@@ -48,6 +48,7 @@ ...@@ -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!
--> -->
......
...@@ -66,8 +66,8 @@ ...@@ -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 -->
......
...@@ -107,8 +107,8 @@ ...@@ -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 -->
......
...@@ -56,6 +56,7 @@ ...@@ -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!
--> -->
......
...@@ -67,8 +67,8 @@ ...@@ -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 -->
......
...@@ -219,8 +219,8 @@ ...@@ -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 -->
......
...@@ -263,9 +263,8 @@ ...@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论