提交 e4f7fda0 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5457

上级 e2da2e19
......@@ -1380,7 +1380,7 @@ static void *SWITCH_THREAD_FUNC enterprise_originate_thread(switch_thread_t *thr
switch_mutex_unlock(handle->mutex);
if (handle->done != 2) {
if (handle->status == SWITCH_STATUS_SUCCESS) {
if (handle->status == SWITCH_STATUS_SUCCESS && handle->bleg) {
switch_channel_t *channel = switch_core_session_get_channel(handle->bleg);
switch_channel_set_variable(channel, "group_dial_status", "loser");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论