From: Andrew Thompson Date: Mon, 28 Dec 2009 23:49:38 +0000 (+0000) Subject: Allow uuid_audio to set read/write levels without clearing the other one X-Git-Tag: v1.0.6~901 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=335eb6dac2dd112b36d1a0102f7aba1d60e9b79d;p=thirdparty%2Ffreeswitch.git 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 --- 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 {