[Freeswitch-svn] [commit] r6188 - freeswitch/trunk/conf

Freeswitch SVN brian at freeswitch.org
Thu Nov 8 17:26:41 EST 2007


Author: brian
Date: Thu Nov  8 17:26:40 2007
New Revision: 6188

Modified:
   freeswitch/trunk/conf/sofia.conf.xml

Log:
lets setup two profiles in prep for other things to come

Modified: freeswitch/trunk/conf/sofia.conf.xml
==============================================================================
--- freeswitch/trunk/conf/sofia.conf.xml	(original)
+++ freeswitch/trunk/conf/sofia.conf.xml	Thu Nov  8 17:26:40 2007
@@ -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>



More information about the Freeswitch-svn mailing list