]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5011 please update and retest with new logs
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 19 Mar 2013 13:51:20 +0000 (08:51 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 19 Mar 2013 13:51:20 +0000 (08:51 -0500)
src/switch_core_io.c

index 4298942eb6d1157fdc3b6da65e0df7e2d8f3b3ae..f936985737a984a11dab944d583d095cbe7e61a4 100644 (file)
@@ -339,6 +339,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_frame(switch_core_sessi
 
        if (tap_only) {
                need_codec = 0;
+               do_resample = 0;
+               do_bugs = 0;
        }