git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16588 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2010-02-09 15:20:16 +00:00
parent b6df6bffe4
commit 11a828c88e
1 changed files with 2 additions and 1 deletions

View File

@ -2441,7 +2441,8 @@ SWITCH_STANDARD_APP(audio_bridge_function)
b_key = NULL; b_key = NULL;
} }
if (switch_true(switch_channel_get_variable(caller_channel, SWITCH_BYPASS_MEDIA_AFTER_BRIDGE_VARIABLE))) { if (switch_true(switch_channel_get_variable(caller_channel, SWITCH_BYPASS_MEDIA_AFTER_BRIDGE_VARIABLE)) ||
switch_true(switch_channel_get_variable(peer_channel, SWITCH_BYPASS_MEDIA_AFTER_BRIDGE_VARIABLE))) {
switch_channel_set_flag(caller_channel, CF_BYPASS_MEDIA_AFTER_BRIDGE); switch_channel_set_flag(caller_channel, CF_BYPASS_MEDIA_AFTER_BRIDGE);
} }