提交 8599576d authored 作者: Anthony Minessale's avatar Anthony Minessale

fix FSCORE-234

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10513 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 0fa32803
...@@ -150,6 +150,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_frame(switch_core_sessi ...@@ -150,6 +150,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_frame(switch_core_sessi
if (switch_channel_test_flag(session->channel, CF_HOLD)) { if (switch_channel_test_flag(session->channel, CF_HOLD)) {
switch_yield(session->read_codec->implementation->microseconds_per_packet);
status = SWITCH_STATUS_BREAK; status = SWITCH_STATUS_BREAK;
goto even_more_done; goto even_more_done;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论