提交 74bfa46a authored 作者: Anthony Minessale's avatar Anthony Minessale

tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15362 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 f4239d95
......@@ -568,7 +568,9 @@ SWITCH_DECLARE(void) CoreSession::hangupState(void)
{
sanity_check_noreturn;
this->begin_allow_threads();
switch_core_session_hangup_state(session);
if (switch_channel_down(channel)) {
switch_core_session_hangup_state(session);
}
this->end_allow_threads();
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论