From: Roman Sukhov Date: Fri, 3 Mar 2017 11:23:57 +0000 (+0300) Subject: FS-10085 [mod_callcenter] fix no_answer_delay_time behavoir in ring-all strategy X-Git-Tag: v1.6.18~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e0636070ddf82a17f30fa49c1a673d2b866dcd8;p=thirdparty%2Ffreeswitch.git FS-10085 [mod_callcenter] fix no_answer_delay_time behavoir in ring-all strategy --- diff --git a/src/mod/applications/mod_callcenter/mod_callcenter.c b/src/mod/applications/mod_callcenter/mod_callcenter.c index 82ef438ce2..5552b5a9d9 100644 --- a/src/mod/applications/mod_callcenter/mod_callcenter.c +++ b/src/mod/applications/mod_callcenter/mod_callcenter.c @@ -1952,6 +1952,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa switch (cause) { /* When we hang-up agents that did not answer in ring-all strategy */ + case SWITCH_CAUSE_LOSE_RACE: case SWITCH_CAUSE_ORIGINATOR_CANCEL: break; /* Busy: Do Not Disturb, Circuit congestion */