提交 29d76292 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11297 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 697bb6ec
...@@ -252,6 +252,15 @@ static switch_bool_t monitor_callback(switch_core_session_t *session, const char ...@@ -252,6 +252,15 @@ static switch_bool_t monitor_callback(switch_core_session_t *session, const char
if (oglobals) { if (oglobals) {
switch_channel_set_private(channel, "_oglobals_", NULL); switch_channel_set_private(channel, "_oglobals_", NULL);
if (!oglobals->progress) {
oglobals->progress = 1;
}
if (!oglobals->ring_ready) {
oglobals->ring_ready = 1;
}
oglobals->early_ok = 1; oglobals->early_ok = 1;
} }
} }
...@@ -409,12 +418,15 @@ static uint8_t check_channel_status(originate_global_t *oglobals, originate_stat ...@@ -409,12 +418,15 @@ static uint8_t check_channel_status(originate_global_t *oglobals, originate_stat
} }
} }
if (!oglobals->progress) { if (!oglobals->monitor_early_media_ring) {
oglobals->progress = 1;
} if (!oglobals->progress) {
oglobals->progress = 1;
}
if (!oglobals->ring_ready) { if (!oglobals->ring_ready) {
oglobals->ring_ready = 1; oglobals->ring_ready = 1;
}
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论