From 051cf19c93224bdab37fbfda68f9caaa0813aefa Mon Sep 17 00:00:00 2001 From: Roman Sukhov Date: Fri, 3 Mar 2017 14:23:57 +0300 Subject: [PATCH] FS-10085 [mod_callcenter] fix no_answer_delay_time behavoir in ring-all strategy --- src/mod/applications/mod_callcenter/mod_callcenter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/applications/mod_callcenter/mod_callcenter.c b/src/mod/applications/mod_callcenter/mod_callcenter.c index 409a417035..da8dffc4fd 100644 --- a/src/mod/applications/mod_callcenter/mod_callcenter.c +++ b/src/mod/applications/mod_callcenter/mod_callcenter.c @@ -2009,6 +2009,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 */