mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
fix bug where originate can return success when it should not
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user