From: Anthony Minessale Date: Sat, 22 Nov 2008 01:46:31 +0000 (+0000) Subject: fix FSCORE-234 X-Git-Tag: v1.0.2~424 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8599576dcb6e7d673e61aea2c3745286cbb348b9;p=thirdparty%2Ffreeswitch.git fix FSCORE-234 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10513 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core_io.c b/src/switch_core_io.c index 96d5ecabdf..ba41dbac50 100644 --- a/src/switch_core_io.c +++ b/src/switch_core_io.c @@ -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; }