提交 f8970da8 authored 作者: Brian West's avatar Brian West 提交者: Ken Rice

FS-7021 #resolve

上级 d349caf6
......@@ -2458,6 +2458,9 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
switch_ivr_sleep(oglobals.session, sleep_ms, SWITCH_TRUE, NULL);
if (!switch_channel_ready(caller_channel)) {
status = SWITCH_STATUS_FALSE;
/* set try and retries to 0 */
try = 0;
retries = 0;
goto done;
}
} else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论