[Freeswitch-svn] [commit] r6587 - freeswitch/trunk/conf/sip_profiles

Freeswitch SVN brian at freeswitch.org
Sun Dec 9 23:58:52 EST 2007


Author: brian
Date: Sun Dec  9 23:58:51 2007
New Revision: 6587

Modified:
   freeswitch/trunk/conf/sip_profiles/nat.xml

Log:
gizmo and fwd work now grrr.

Modified: freeswitch/trunk/conf/sip_profiles/nat.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/nat.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/nat.xml	Sun Dec  9 23:58:51 2007
@@ -2,6 +2,12 @@
   <gateways>
     <X-PRE-PROCESS cmd="include" data="nat/*.xml"/>
   </gateways>
+
+  <domains>
+    <!-- If you are behind nat and you have gateways to register please uncomment the line below -->
+    <!--<domain name="$${domain}" parse="true"/>-->
+  </domains>
+
   <settings>
     <param name="debug" value="1"/>
     <param name="rfc2833-pt" value="101"/>
@@ -12,12 +18,13 @@
     <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="auth-calls" value="false"/>
+    <param name="rtp-ip" value="$${local_ip_v4}"/>
+    <param name="sip-ip" value="$${local_ip_v4}"/>
     <param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
+    <param name="ext-sip-ip" value="$${external_sip_ip}"/>
   </settings>
 </profile>



More information about the Freeswitch-svn mailing list