mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-05 03:41:53 +00:00
regression from a9d72bc35d
This commit is contained in:
committed by
Ken Rice
parent
29a4824b98
commit
35aaa693d0
+6
-2
@@ -631,8 +631,12 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_parse_event(switch_core_session_t *se
|
||||
}
|
||||
}
|
||||
|
||||
if (!inner || switch_channel_test_flag(channel, CF_STOP_BROADCAST)) {
|
||||
switch_channel_clear_flag(channel, CF_BROADCAST);
|
||||
if (!inner) {
|
||||
switch_channel_clear_flag(channel, CF_BROADCAST);
|
||||
}
|
||||
|
||||
if (switch_channel_test_flag(channel, CF_STOP_BROADCAST)) {
|
||||
switch_channel_clear_flag(channel, CF_BROADCAST);
|
||||
switch_channel_set_flag(channel, CF_BREAK);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user