mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Disable aggressive-nat-detection by default
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user