提交 335eb6da authored 作者: Andrew Thompson's avatar Andrew Thompson

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
上级 493125bd
......@@ -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 {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论