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:
parent
f5fc2e9296
commit
296151c428
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue