Disable aggressive-nat-detection by default
This commit is contained in:
parent
b9555b191c
commit
e179aaeb22
|
|
@ -54,7 +54,7 @@
|
|||
<param name="force-register-db-domain" value="$${domain}" enabled="false"/>
|
||||
<!-- ************************************************* -->
|
||||
|
||||
<!--<param name="aggressive-nat-detection" value="true"/>-->
|
||||
<param name="aggressive-nat-detection" value="false" enabled="false"/>
|
||||
<param name="inbound-codec-negotiation" value="generous"/>
|
||||
<param name="nonce-ttl" value="60"/>
|
||||
<param name="auth-calls" value="true"/>
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@
|
|||
<!-- extended info parsing -->
|
||||
<param name="extended-info-parsing" value="true" enabled="false"/>
|
||||
|
||||
<param name="aggressive-nat-detection" value="true" enabled="true"/>
|
||||
<param name="aggressive-nat-detection" value="true" enabled="false"/>
|
||||
<!--
|
||||
There are known issues (asserts and segfaults) when 100rel is enabled.
|
||||
It is not recommended to enable 100rel at this time.
|
||||
|
|
|
|||
Loading…
Reference in New Issue