This commit is contained in:
Anthony Minessale 2011-02-28 17:11:29 -06:00
parent 53fc3f7f78
commit 446cedd31f
1 changed files with 1 additions and 1 deletions

View File

@ -1947,7 +1947,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_execute_application_get_flag
do {
sanity--;
ready = switch_channel_media_ready(session->channel);
ready = switch_channel_media_up(session->channel);
switch_cond_next();
} while(!ready && sanity);