mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-05 14:17:21 +00:00
regression from a9d72bc35d0e021f8db1ea480b1ddb0744d73bac
This commit is contained in:
parent
29a4824b98
commit
35aaa693d0
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user