[Freeswitch-trunk] [commit] r6734 - freeswitch/trunk/conf/sip_profiles
Freeswitch SVN
brian at freeswitch.org
Wed Dec 12 22:36:33 EST 2007
Author: brian
Date: Wed Dec 12 22:36:33 2007
New Revision: 6734
Modified:
freeswitch/trunk/conf/sip_profiles/default.xml
freeswitch/trunk/conf/sip_profiles/nat.xml
freeswitch/trunk/conf/sip_profiles/outbound.xml
Log:
more goodies
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 22:36:33 2007
@@ -17,6 +17,7 @@
<settings>
<param name="debug" value="0"/>
<!--<param name="sip-trace" value="yes"/>-->
+ <!--<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 22:36:33 2007
@@ -7,6 +7,7 @@
<settings>
<param name="debug" value="0"/>
<!--<param name="sip-trace" value="yes"/>-->
+ <!--<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 22:36:33 2007
@@ -12,6 +12,7 @@
<settings>
<param name="debug" value="0"/>
<!--<param name="sip-trace" value="yes"/>-->
+ <!--<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