DP-14
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16588 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b6df6bffe4
commit
11a828c88e
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue