FS-5993 --resolve
This commit is contained in:
parent
3e00d270d7
commit
a19d013d3e
|
@ -1584,7 +1584,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa
|
|||
if (atoi(res) == 0) {
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue