FS-3303 --resolve this was an edge case between fail_on_single_reject and group_confirm

This commit is contained in:
Anthony Minessale 2011-05-18 16:10:46 -05:00
parent 86d757d61b
commit fae95433e2

View File

@ -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;
}
}