提交 8187f4a3 authored 作者: Mathieu Rene's avatar Mathieu Rene

FSCORE-279 Prevent media setup on failed originates

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11462 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 4b21d70d
......@@ -2044,7 +2044,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
switch_ivr_sleep(*bleg, 0, SWITCH_TRUE, NULL);
}
if (oglobals.session) {
if (oglobals.session && status == SWITCH_STATUS_SUCCESS) {
switch_ivr_sleep(oglobals.session, 0, SWITCH_TRUE, NULL);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论