commit config options for new auto nat

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13595 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-06-03 21:15:12 +00:00
parent 1dd780e697
commit 603256e3c6
2 changed files with 13 additions and 1 deletions

View File

@ -4,8 +4,9 @@
These ACL's are automatically created on startup. These ACL's are automatically created on startup.
rfc1918.auto - RFC1918 Space rfc1918.auto - RFC1918 Space
nat.auto - RFC1918 Minus your local lan. nat.auto - RFC1918 Excluding your local lan.
localnet.auto - ACL for your local lan. localnet.auto - ACL for your local lan.
loopback.auto - ACL for your local lan.
--> -->
<list name="lan" default="allow"> <list name="lan" default="allow">

View File

@ -56,6 +56,11 @@
<!--<param name="enable-100rel" value="true"/>--> <!--<param name="enable-100rel" value="true"/>-->
<!--<param name="minimum-session-expires" value="120"/>--> <!--<param name="minimum-session-expires" value="120"/>-->
<param name="apply-inbound-acl" value="domains"/> <param name="apply-inbound-acl" value="domains"/>
<!--
This defines your local network, by default we detect your local network
and create this localnet.auto ACL for this.
-->
<param name="local-network-acl" value="localnet.auto"/>
<!--<param name="apply-register-acl" value="domains"/>--> <!--<param name="apply-register-acl" value="domains"/>-->
<!--<param name="dtmf-type" value="info"/>--> <!--<param name="dtmf-type" value="info"/>-->
<param name="record-template" value="$${base_dir}/recordings/${caller_id_number}.${target_domain}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/> <param name="record-template" value="$${base_dir}/recordings/${caller_id_number}.${target_domain}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
@ -140,6 +145,12 @@
<param name="inbound-reg-force-matching-username" value="true"/> <param name="inbound-reg-force-matching-username" value="true"/>
<!-- on authed calls, authenticate *all* the packets not just invite --> <!-- on authed calls, authenticate *all* the packets not just invite -->
<param name="auth-all-packets" value="false"/> <param name="auth-all-packets" value="false"/>
<!--
Possible options for ext-rtp-ip or ext-sip-ip
auto - Use guessed ip.
auto-nat - Use ip learned from NAT-PMP or UPNP
-->
<!-- <param name="ext-rtp-ip" value="$${external_rtp_ip}"/> --> <!-- <param name="ext-rtp-ip" value="$${external_rtp_ip}"/> -->
<!-- <param name="ext-sip-ip" value="$${external_sip_ip}"/> --> <!-- <param name="ext-sip-ip" value="$${external_sip_ip}"/> -->
<!-- rtp inactivity timeout --> <!-- rtp inactivity timeout -->