]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Allow uuid_audio to set read/write levels without clearing the other one
authorAndrew Thompson <andrew@hijacked.us>
Mon, 28 Dec 2009 23:49:38 +0000 (23:49 +0000)
committerAndrew Thompson <andrew@hijacked.us>
Mon, 28 Dec 2009 23:49:38 +0000 (23:49 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16069 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_async.c

index 1343dc74c076c3a5c551fadd8f032bd61b4494f9..20d30df498b221593dc6d98286cf1262746605cd 100644 (file)
@@ -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 {