mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
update
This commit is contained in:
parent
53fc3f7f78
commit
446cedd31f
@ -1947,7 +1947,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_execute_application_get_flag
|
|||||||
|
|
||||||
do {
|
do {
|
||||||
sanity--;
|
sanity--;
|
||||||
ready = switch_channel_media_ready(session->channel);
|
ready = switch_channel_media_up(session->channel);
|
||||||
switch_cond_next();
|
switch_cond_next();
|
||||||
} while(!ready && sanity);
|
} while(!ready && sanity);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user