mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
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
This commit is contained in:
parent
493125bd59
commit
335eb6dac2
@ -1484,8 +1484,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_session_audio(switch_core_session_t *
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (existing) {
|
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);
|
switch_core_media_bug_set_flag(bug, flags);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user