提交 4fe24be7 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix bug where originate can return success when it should not

上级 18b80072
......@@ -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:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论