FS-10085 [mod_callcenter] fix no_answer_delay_time behavoir in ring-all strategy

This commit is contained in:
Roman Sukhov 2017-03-03 14:23:57 +03:00
parent 21a405350f
commit 051cf19c93
1 changed files with 1 additions and 0 deletions

View File

@ -2009,6 +2009,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa
switch (cause) { switch (cause) {
/* When we hang-up agents that did not answer in ring-all strategy */ /* When we hang-up agents that did not answer in ring-all strategy */
case SWITCH_CAUSE_LOSE_RACE:
case SWITCH_CAUSE_ORIGINATOR_CANCEL: case SWITCH_CAUSE_ORIGINATOR_CANCEL:
break; break;
/* Busy: Do Not Disturb, Circuit congestion */ /* Busy: Do Not Disturb, Circuit congestion */