From: Brian West Date: Thu, 5 Feb 2015 00:55:01 +0000 (-0600) Subject: FS-7235 #comment try this X-Git-Tag: v1.4.17~1^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=556cb5c096a7a82f11df5ad677ed9a637af68030;p=thirdparty%2Ffreeswitch.git FS-7235 #comment try this --- diff --git a/src/switch_core_media_bug.c b/src/switch_core_media_bug.c index 3718dfb3a4..d6f7009097 100644 --- a/src/switch_core_media_bug.c +++ b/src/switch_core_media_bug.c @@ -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);