forked from Mirrors/freeswitch
FS-3303 --resolve this was an edge case between fail_on_single_reject and group_confirm
This commit is contained in:
parent
86d757d61b
commit
fae95433e2
@ -2454,6 +2454,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
|
||||
|
||||
if (fail_on_single_reject == 1 || switch_stristr(cause_str, fail_on_single_reject_var)) {
|
||||
force_reason = reason;
|
||||
status = SWITCH_STATUS_FALSE;
|
||||
goto outer_for;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user