From 335eb6dac2dd112b36d1a0102f7aba1d60e9b79d Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Mon, 28 Dec 2009 23:49:38 +0000 Subject: [PATCH] Allow uuid_audio to set read/write levels without clearing the other one git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16069 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_async.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index 1343dc74c0..20d30df498 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -1484,8 +1484,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_session_audio(switch_core_session_t * } if (existing) { - switch_core_media_bug_clear_flag(bug, SMBF_READ_REPLACE); - switch_core_media_bug_clear_flag(bug, SMBF_WRITE_REPLACE); switch_core_media_bug_set_flag(bug, flags); } else {