FS-5993 --resolve

This commit is contained in:
Marc Olivier Chouinard 2013-11-27 19:19:31 -05:00
parent 3e00d270d7
commit a19d013d3e
1 changed files with 1 additions and 1 deletions

View File

@ -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);