mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +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_LAZY_ATTENDED_TRANSFER] = 0;
|
||||||
flags[CF_SIGNAL_DATA] = 0;
|
flags[CF_SIGNAL_DATA] = 0;
|
||||||
flags[CF_SIMPLIFY] = 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))) {
|
if (!(session = switch_core_session_request_uuid(endpoint_interface, direction, SOF_NO_LIMITS, pool, uuid))) {
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user