From: Anthony Minessale Date: Tue, 7 Jan 2014 23:12:01 +0000 (+0500) Subject: allow native recording and transcoding at the same time X-Git-Tag: v1.4.2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af0c6308f561767cbb0ca2ee4259daf2b0c26cdb;p=thirdparty%2Ffreeswitch.git allow native recording and transcoding at the same time --- diff --git a/src/switch_core_io.c b/src/switch_core_io.c index d571da41b0..c07a428e3c 100644 --- a/src/switch_core_io.c +++ b/src/switch_core_io.c @@ -360,6 +360,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_frame(switch_core_sessi if (session->read_codec->implementation->impl_id != codec_impl.impl_id) { need_codec = TRUE; + tap_only = 0; } if (codec_impl.actual_samples_per_second != session->read_impl.actual_samples_per_second) {