fix bug where originate can return success when it should not

This commit is contained in:
Anthony Minessale 2013-03-27 11:28:43 -05:00
parent 18b8007217
commit 4fe24be75d
1 changed files with 1 additions and 0 deletions

View File

@ -3045,6 +3045,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
goto notready;
break;
case SWITCH_STATUS_BREAK:
status = SWITCH_STATUS_FALSE;
goto done;
break;
default: