mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 10:26:51 +00:00
FS-10085 [mod_callcenter] fix no_answer_delay_time behavoir in ring-all strategy
This commit is contained in:
parent
1aba264264
commit
0e0636070d
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user