FS-4487 --resolve

This commit is contained in:
Anthony Minessale 2012-08-07 07:35:41 -05:00
parent 63b6fa5f24
commit c0626e6801
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_parse_event(switch_core_session_t *se
switch_channel_clear_flag(channel, CF_STOP_BROADCAST);
if (switch_channel_test_flag(channel, CF_BROADCAST)) {
if (!switch_channel_test_flag(channel, CF_BRIDGED) || switch_channel_test_flag(channel, CF_BROADCAST)) {
inner++;
hold_bleg = NULL;
} else {