]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 28 Feb 2011 23:11:29 +0000 (17:11 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 28 Feb 2011 23:11:29 +0000 (17:11 -0600)
src/switch_core_session.c

index dfe419ed15d082bc965041419be9278bbe803a5d..2080c0b62482165b471c7012e3741d622943b81b 100644 (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);