mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +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 {
|
||||
sanity--;
|
||||
ready = switch_channel_media_ready(session->channel);
|
||||
ready = switch_channel_media_up(session->channel);
|
||||
switch_cond_next();
|
||||
} while(!ready && sanity);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user