[Freeswitch-trunk] [commit] r6729 - in freeswitch/trunk: conf/sip_profiles src/mod/endpoints/mod_sofia
Freeswitch SVN
mikej at freeswitch.org
Wed Dec 12 21:43:49 EST 2007
Author: mikej
Date: Wed Dec 12 21:43:49 2007
New Revision: 6729
Modified:
freeswitch/trunk/conf/sip_profiles/default.xml
freeswitch/trunk/conf/sip_profiles/nat.xml
freeswitch/trunk/conf/sip_profiles/outbound.xml
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
whoops
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 21:43:49 2007
@@ -16,7 +16,7 @@
<settings>
<param name="debug" value="0"/>
- <!--<param name="sip_trace" value="yes"/>-->
+ <!--<param name="sip-trace" value="yes"/>-->
sip_trace
<param name="context" value="public"/>
<param name="rfc2833-pt" value="101"/>
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 21:43:49 2007
@@ -6,7 +6,7 @@
<settings>
<param name="debug" value="0"/>
- <!--<param name="sip_trace" value="yes"/>-->
+ <!--<param name="sip-trace" value="yes"/>-->
<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 21:43:49 2007
@@ -11,7 +11,7 @@
<settings>
<param name="debug" value="0"/>
- <!--<param name="sip_trace" value="yes"/>-->
+ <!--<param name="sip-trace" value="yes"/>-->
<param name="rfc2833-pt" value="101"/>
<param name="sip-port" value="5080"/>
<param name="dialplan" value="XML"/>
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Wed Dec 12 21:43:49 2007
@@ -827,7 +827,7 @@
profile->debug = atoi(val);
} else if (!strcasecmp(var, "use-rtp-timer") && switch_true(val)) {
switch_set_flag(profile, TFLAG_TIMER);
- } else if (!strcasecmp(var, "sip_trace") && switch_true(val)) {
+ } else if (!strcasecmp(var, "sip-trace") && switch_true(val)) {
switch_set_flag(profile, TFLAG_TPORT_LOG);
} else if (!strcasecmp(var, "odbc-dsn") && !switch_strlen_zero(val)) {
#ifdef SWITCH_HAVE_ODBC
More information about the Freeswitch-trunk
mailing list