From: Anthony Minessale Date: Tue, 7 Aug 2012 12:35:41 +0000 (-0500) Subject: FS-4487 --resolve X-Git-Tag: v1.2.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0626e6801926ada52a215207d7638169d074e82;p=thirdparty%2Ffreeswitch.git FS-4487 --resolve --- diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 8c0f3226c9..3296161c9d 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -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 {