[Freeswitch-trunk] [commit] r6740 - freeswitch/trunk/conf/sip_profiles
Freeswitch SVN
brian at freeswitch.org
Wed Dec 12 23:37:25 EST 2007
Author: brian
Date: Wed Dec 12 23:37:25 2007
New Revision: 6740
Modified:
freeswitch/trunk/conf/sip_profiles/default.xml
freeswitch/trunk/conf/sip_profiles/nat.xml
freeswitch/trunk/conf/sip_profiles/outbound.xml
Log:
lets set these
Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml Wed Dec 12 23:37:25 2007
@@ -16,8 +16,8 @@
<settings>
<param name="debug" value="0"/>
- <!--<param name="sip-trace" value="yes"/>-->
- <!--<param name="log-level" 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"/>
Modified: freeswitch/trunk/conf/sip_profiles/nat.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/nat.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/nat.xml Wed Dec 12 23:37:25 2007
@@ -6,8 +6,8 @@
<settings>
<param name="debug" value="0"/>
- <!--<param name="sip-trace" value="yes"/>-->
- <!--<param name="log-level" 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 Wed Dec 12 23:37:25 2007
@@ -11,8 +11,8 @@
<settings>
<param name="debug" value="0"/>
- <!--<param name="sip-trace" value="yes"/>-->
- <!--<param name="log-level" 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-trunk
mailing list