2017-03-26 34 views
0

我配置了一个由静态或动态成员(均已测试)和joinempty = true填充的队列。当所有成员都忙时,其他任何来电都被放入队列中,而不是按照下一步的拨号方案进行。 任何帮助将是伟大的星号13使用joinempty = inuse失败的队列溢出

+0

不清楚是什么问题。你有joinempty = true,它的工作方式就像joinempty为true。你有什么问题? – arheops

+0

Thabk你的答复arheops。你完全适合。这是错误的,问题是使用joinempty = inuse。 –

回答

0

像你这样的煤层不明白什么政策做。

; joinempty = yes 

Asterisk 1.8: 

; paused - a member is not considered available if he is paused 
; penalty - a member is not considered available if his penalty is less than QUEUE_MAX_PENALTY 
; inuse - a member is not considered available if he is currently on a call 
; ringing - a member is not considered available if his phone is currently ringing 
; unavailable - This applies mainly to Agent channels. If the agent is a member of the queue but has not logged in, then do not consider the member to be available 
; invalid - Do not consider a member to be available if he has an "invalid" device state. This generally is caused by an error condition in the member's channel driver. 
; unknown - Do not consider a member to be available if we are unable to determine the member's current device state. 
; wrapup - A member is not considered available if he is currently in his wrapuptime after taking a call. 
+0

对不起。问题是使用joinempty = inuse –