]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 26 Oct 2010 18:43:21 +0000 (13:43 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 26 Oct 2010 18:43:21 +0000 (13:43 -0500)
src/switch_ivr_originate.c

index c68f376e8444cbb61b722c07b9eec9be445abb27..749f18e1ea89cecabd7b3034987b375bd74c4a2a 100644 (file)
@@ -2618,6 +2618,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
                                                check_reject = 0;
 
                                                if (fail_on_single_reject == 1 || switch_stristr(cause_str, fail_on_single_reject_var)) {
+                                                       force_reason = reason;
                                                        goto outer_for;
                                                }
                                        }