whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6729 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d8786f35fd
commit
675dbb435e
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue