提交 675dbb43 authored 作者: Michael Jerris's avatar Michael Jerris

whoops

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6729 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d8786f35
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论