0
我配置了一個由靜態或動態成員(均已測試)和joinempty = true填充的隊列。當所有成員都忙時,其他任何來電都被放入隊列中,而不是按照下一步的撥號方案進行。 任何幫助將是偉大的星號13使用joinempty = inuse失敗的隊列溢出
我配置了一個由靜態或動態成員(均已測試)和joinempty = true填充的隊列。當所有成員都忙時,其他任何來電都被放入隊列中,而不是按照下一步的撥號方案進行。 任何幫助將是偉大的星號13使用joinempty = inuse失敗的隊列溢出
像你這樣的煤層不明白什麼政策做。
; 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.
對不起。問題是使用joinempty = inuse –
不清楚是什麼問題。你有joinempty = true,它的工作方式就像joinempty爲true。你有什麼問題? – arheops
Thabk你的答覆arheops。你完全適合。這是錯誤的,問題是使用joinempty = inuse。 –