git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6729 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-12-13 02:43:49 +00:00
parent d8786f35fd
commit 675dbb435e
4 changed files with 4 additions and 4 deletions

View File

@ -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"/>

View File

@ -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"/>

View File

@ -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"/>

View File

@ -827,7 +827,7 @@ switch_status_t config_sofia(int reload, char *profile_name)
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