]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7500: drop flags on recover
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 8 Apr 2015 19:10:24 +0000 (14:10 -0500)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:17 +0000 (12:47 -0500)
src/switch_core_session.c

index 73cae256b2382d8c74faf70747f0d88a08a75ddc..c37af893d4542b142ef51cac9a41647a05c67983 100644 (file)
@@ -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;