mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
FS-7500: drop flags on recover
This commit is contained in:
parent
01c0a1d44d
commit
6901329760
@ -2182,7 +2182,8 @@ SWITCH_DECLARE(switch_core_session_t *) switch_core_session_request_xml(switch_e
|
||||
flags[CF_LAZY_ATTENDED_TRANSFER] = 0;
|
||||
flags[CF_SIGNAL_DATA] = 0;
|
||||
flags[CF_SIMPLIFY] = 0;
|
||||
|
||||
flags[CF_VIDEO_READY] = 0;
|
||||
flags[CF_VIDEO_DECODED_READ] = 0;
|
||||
|
||||
if (!(session = switch_core_session_request_uuid(endpoint_interface, direction, SOF_NO_LIMITS, pool, uuid))) {
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user