From: Marc Olivier Chouinard Date: Thu, 28 Nov 2013 00:19:31 +0000 (-0500) Subject: FS-5993 --resolve X-Git-Tag: v1.4.1~2^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a19d013d3e27d426fbd6166f3478fdd65dc4b8fb;p=thirdparty%2Ffreeswitch.git FS-5993 --resolve --- diff --git a/src/mod/applications/mod_callcenter/mod_callcenter.c b/src/mod/applications/mod_callcenter/mod_callcenter.c index 3286cea05a..cd8ed15dbc 100644 --- a/src/mod/applications/mod_callcenter/mod_callcenter.c +++ b/src/mod/applications/mod_callcenter/mod_callcenter.c @@ -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);