mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
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…
x
Reference in New Issue
Block a user