mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
fix FSCORE-234
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10513 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0fa3280376
commit
8599576dcb
@ -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)) {
|
||||
switch_yield(session->read_codec->implementation->microseconds_per_packet);
|
||||
status = SWITCH_STATUS_BREAK;
|
||||
goto even_more_done;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user