]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5993 --resolve
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Thu, 28 Nov 2013 00:19:31 +0000 (19:19 -0500)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Thu, 28 Nov 2013 00:19:31 +0000 (19:19 -0500)
src/mod/applications/mod_callcenter/mod_callcenter.c

index 3286cea05a2dfc7c3b0e3cbed9e7397b8b611d52..cd8ed15dbc104c85dfdb3083daaf0cc0f822f037 100644 (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);