fix bug where originate can return success when it should not
This commit is contained in:
parent
18b8007217
commit
4fe24be75d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue