Deprecate ZRTP and inbound-late-negotiation disable by default
This commit is contained in:
parent
76d76c8c56
commit
04125ef651
|
|
@ -60,8 +60,7 @@
|
|||
<param name="apply-register-acl" value="providers" enabled="false"/>
|
||||
<param name="dtmf-type" value="rfc2833"/>
|
||||
<param name="auth-subscriptions" value="true"/>
|
||||
<param name="inbound-late-negotiation" value="true"/>
|
||||
<param name="inbound-zrtp-passthru" value="true"/> <!-- (also enables late negotiation) -->
|
||||
<param name="inbound-late-negotiation" value="true" enabled="false"/>
|
||||
<!--
|
||||
DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -59,8 +59,7 @@
|
|||
<param name="nonce-ttl" value="60"/>
|
||||
<param name="auth-calls" value="true"/>
|
||||
<param name="auth-subscriptions" value="true"/>
|
||||
<param name="inbound-late-negotiation" value="true"/>
|
||||
<param name="inbound-zrtp-passthru" value="true"/> <!-- (also enables late negotiation) -->
|
||||
<param name="inbound-late-negotiation" value="true" enabled="false"/>
|
||||
<!--
|
||||
DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -238,10 +238,7 @@
|
|||
<param name="inbound-proxy-media" value="true" enabled="false"/>
|
||||
|
||||
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
|
||||
<param name="inbound-late-negotiation" value="true"/>
|
||||
|
||||
<!-- Allow ZRTP clients to negotiate end-to-end security associations (also enables late negotiation) -->
|
||||
<param name="inbound-zrtp-passthru" value="true"/>
|
||||
<param name="inbound-late-negotiation" value="true" enabled="false"/>
|
||||
|
||||
<!-- this lets anything register -->
|
||||
<!-- comment the next line and uncomment one or both of the other 2 lines for call authentication -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue