提交 f04842d4 authored 作者: William King's avatar William King

Cleaning up logically dead code.

上级 acf9a72e
...@@ -1724,7 +1724,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa ...@@ -1724,7 +1724,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa
break; break;
/* Protection againts super fast loop due to unregistrer */ /* Protection againts super fast loop due to unregistrer */
case SWITCH_CAUSE_USER_NOT_REGISTERED: case SWITCH_CAUSE_USER_NOT_REGISTERED:
delay_next_agent_call = (5 > delay_next_agent_call? 5 : delay_next_agent_call); delay_next_agent_call = 5;
break; break;
/* No answer: Destination does not answer for some other reason */ /* No answer: Destination does not answer for some other reason */
default: default:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论