]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4487 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 7 Aug 2012 03:30:34 +0000 (22:30 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 7 Aug 2012 03:30:34 +0000 (22:30 -0500)
src/switch_ivr.c

index 8c0f3226c93bb57186e65da2bfc36f2c3e99c14a..80e3adbbea3de9b56395737efd76c0f90bd91c2d 100644 (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 {