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

Freeswitch SVN brian at freeswitch.org
Thu Dec 13 10:15:41 EST 2007


Author: brian
Date: Thu Dec 13 10:15:41 2007
New Revision: 6748

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

Log:


Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml	Thu Dec 13 10:15:41 2007
@@ -17,7 +17,6 @@
   <settings>
     <param name="debug" value="0"/>
     <param name="sip-trace" value="no"/>
-    <param name="log-level" value="0"/>
     <param name="context" value="public"/>
     <param name="rfc2833-pt" value="101"/>
     <param name="sip-port" value="5060"/>
@@ -62,7 +61,7 @@
     <!--Uncomment if you want to force the outbound leg of a bridge to only offer the codec 
 	that the originator is using-->
     <!--<param name="disable-transcoding" value="true"/>-->
-    <param name="auth-calls" value="true"/>
+    <param name="auth-calls" value="false"/>
     <!-- on authed calls, authenticate *all* the packets not just invite -->
     <!-- <param name="auth-all-packets" value="true"/> -->
     

Modified: freeswitch/trunk/conf/sip_profiles/nat.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/nat.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/nat.xml	Thu Dec 13 10:15:41 2007
@@ -7,7 +7,6 @@
   <settings>
     <param name="debug" value="0"/>
     <param name="sip-trace" value="no"/>
-    <param name="log-level" value="0"/>
     <param name="rfc2833-pt" value="101"/>
     <param name="sip-port" value="5070"/>
     <param name="dialplan" value="XML"/>

Modified: freeswitch/trunk/conf/sip_profiles/outbound.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/outbound.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/outbound.xml	Thu Dec 13 10:15:41 2007
@@ -12,7 +12,6 @@
   <settings>
     <param name="debug" value="0"/>
     <param name="sip-trace" value="no"/>
-    <param name="log-level" value="0"/>
     <param name="rfc2833-pt" value="101"/>
     <param name="sip-port" value="5080"/>
     <param name="dialplan" value="XML"/>



More information about the Freeswitch-svn mailing list