提交 c2648065 authored 作者: Anthony Minessale's avatar Anthony Minessale

minor adj

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1716 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 7bcecfb1
...@@ -81,7 +81,7 @@ int main(int argc, char *argv[]) ...@@ -81,7 +81,7 @@ int main(int argc, char *argv[])
SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS); SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS);
#else #else
int pid; int pid;
//nice(-20); nice(-20);
#endif #endif
#ifdef HAVE_MLOCKALL #ifdef HAVE_MLOCKALL
......
...@@ -1123,6 +1123,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses ...@@ -1123,6 +1123,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses
switch_channel_get_name(caller_channel), switch_channel_get_name(caller_channel),
switch_channel_get_name(peer_channel) switch_channel_get_name(peer_channel)
); );
switch_channel_hangup(peer_channel, SWITCH_CAUSE_NO_ANSWER);
} }
return status; return status;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论