this makes sense for your network but note if the far end uses the same network as you then you can't detect nat.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14083 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-07-01 15:53:28 +00:00
parent f5fc2e9296
commit 296151c428
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<!-- ip address to bind to, DO NOT USE HOSTNAMES ONLY IP ADDRESSES -->
<param name="sip-ip" value="$${local_ip_v4}"/>
<param name="hold-music" value="$${hold_music}"/>
<param name="apply-nat-acl" value="rfc1918.auto"/>
<param name="apply-nat-acl" value="nat.auto"/>
<!--<param name="aggressive-nat-detection" value="true"/>-->
<!--
There are known issues (asserts and segfaults) when 100rel is enabled.