lets setup two profiles in prep for other things to come

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6188 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-11-08 22:26:40 +00:00
parent 6f3c88e3ef
commit 19bc1197ee

View File

@ -92,7 +92,7 @@
<!-- on authed calls, authenticate *all* the packets not just invite -->
<!-- <param name="auth-all-packets" value="true"/> -->
<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}"/> -->
<!-- rtp inactivity timeout -->
<!--<param name="rtp-timeout-sec" value="300"/>-->
@ -105,5 +105,26 @@
<!--<param name="force-register-domain" value="cluecon.com"/>-->
</settings>
</profile>
<profile name="nat">
<settings>
<param name="debug" value="1"/>
<param name="rfc2833-pt" value="101"/>
<param name="sip-port" value="5061"/>
<param name="dialplan" value="XML,enum"/>
<param name="dtmf-duration" value="100"/>
<param name="codec-prefs" value="$${global_codec_prefs}"/>
<param name="use-rtp-timer" value="true"/>
<param name="rtp-timer-name" value="soft"/>
<param name="rtp-ip" value="$${local_ip_v4}"/>
<param name="sip-ip" value="$${local_ip_v4}"/>
<param name="manage-presence" value="true"/>
<param name="inbound-codec-negotiation" value="generous"/>
<param name="nonce-ttl" value="60"/>
<param name="auth-calls" value="true"/>
<param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
</settings>
</profile>
</profiles>
</configuration>