From: Anthony Minessale Date: Mon, 28 Feb 2011 23:11:29 +0000 (-0600) Subject: update X-Git-Tag: v1.2-rc1~181^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446cedd31ff2e33c6a1e232f76290c97cad0af0e;p=thirdparty%2Ffreeswitch.git update --- diff --git a/src/switch_core_session.c b/src/switch_core_session.c index dfe419ed15..2080c0b624 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -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);