提交 a19d013d authored 作者: Marc Olivier Chouinard's avatar Marc Olivier Chouinard

FS-5993 --resolve

上级 3e00d270
...@@ -1584,7 +1584,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa ...@@ -1584,7 +1584,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa
if (atoi(res) == 0) { if (atoi(res) == 0) {
goto done; goto done;
} }
switch_core_session_hupall_matching_var("cc_member_pre_answer_uuid", h->member_uuid, SWITCH_CAUSE_ORIGINATOR_CANCEL); switch_core_session_hupall_matching_var("cc_member_pre_answer_uuid", h->member_uuid, SWITCH_CAUSE_LOSE_RACE);
} }
t_agent_answered = local_epoch_time_now(NULL); t_agent_answered = local_epoch_time_now(NULL);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论