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

Freeswitch SVN brian at freeswitch.org
Thu Nov 15 12:44:29 EST 2007


Author: brian
Date: Thu Nov 15 12:44:29 2007
New Revision: 6278

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

Log:
fix

Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml	Thu Nov 15 12:44:29 2007
@@ -45,7 +45,7 @@
   <settings>
     <param name="debug" value="1"/>
     <param name="rfc2833-pt" value="101"/>
-    <param name="sip-port" value="5062"/>
+    <param name="sip-port" value="5060"/>
     <param name="dialplan" value="XML,enum"/>
     <param name="dtmf-duration" value="100"/>
     <param name="codec-prefs" value="$${global_codec_prefs}"/>

Modified: freeswitch/trunk/conf/sip_profiles/nat.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/nat.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/nat.xml	Thu Nov 15 12:44:29 2007
@@ -2,7 +2,7 @@
   <settings>
     <param name="debug" value="1"/>
     <param name="rfc2833-pt" value="101"/>
-    <param name="sip-port" value="5061"/>
+    <param name="sip-port" value="5070"/>
     <param name="dialplan" value="XML,enum"/>
     <param name="dtmf-duration" value="100"/>
     <param name="codec-prefs" value="$${global_codec_prefs}"/>



More information about the Freeswitch-svn mailing list