]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7235 #comment try this
authorBrian West <brian@freeswitch.org>
Thu, 5 Feb 2015 00:55:01 +0000 (18:55 -0600)
committerBrian West <brian@freeswitch.org>
Thu, 5 Feb 2015 00:55:29 +0000 (18:55 -0600)
src/switch_core_media_bug.c

index 3718dfb3a4a02f58049d32ceb2b9e0462960374b..d6f70090977b8f5cc361b71571ce1a39bfb130ff 100644 (file)
@@ -581,7 +581,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_transfer_recordings(switch
                const char *new_stereo = orig_stereo;
                
                switch_thread_rwlock_wrlock(orig_session->bug_rwlock);
-               
+               switch_channel_set_variable(new_channel, "RECORD_MIN_SEC", "0");
                switch_channel_set_variable(new_channel, "record_append", "true");
                switch_channel_set_variable(new_channel, "record_stereo", new_stereo);