From c83c01c03b15feaf92e966c9cd951f16404dee2f Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 8 Jan 2014 04:12:01 +0500 Subject: [PATCH] allow native recording and transcoding at the same time --- src/switch_core_io.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_core_io.c b/src/switch_core_io.c index ee20090f14..9fd70a8c16 100644 --- a/src/switch_core_io.c +++ b/src/switch_core_io.c @@ -329,6 +329,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) {