From: Anthony Minessale Date: Tue, 7 Aug 2012 12:30:22 +0000 (-0500) Subject: FS-4487 revert 2ed9281d1966de2f71aae4fc15aace2948b740b3 X-Git-Tag: v1.2.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b6fa5f24566af5698fdf0d706afd7603be31ca;p=thirdparty%2Ffreeswitch.git FS-4487 revert 2ed9281d1966de2f71aae4fc15aace2948b740b3 --- diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 80e3adbbea..8c0f3226c9 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_BRIDGED) && switch_channel_test_flag(channel, CF_BROADCAST)) { + if (switch_channel_test_flag(channel, CF_BROADCAST)) { inner++; hold_bleg = NULL; } else {