提交 051cf19c authored 作者: Roman Sukhov's avatar Roman Sukhov

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

上级 21a40535
...@@ -2009,6 +2009,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa ...@@ -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 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论