cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
895
Views
0
Helpful
2
Replies

uccx agent is ready but call is not redirected to him - must restart engine

Tibor Marchyn
Level 1
Level 1

Hi,

i have UCCX 5.0(1)_Build433.

i have 5 agents there.

Sometimes i don't know reason are agents READY but when call comes it just circle "select resource" - "queue"...

picture below:

- call comes to QUEUE SUPPORT

- call goes to Select resource

- call is alsways in queued and never go to selected even if agent is ready

- after restart engine everything works fine

i always must restart engine to get it working again..

please do you have some advice?

uccx1.png

2 Replies 2

Andrew Skelly
Level 7
Level 7

Before you restart the engine, do you see it In_Service or Partial_Service?

Please rate helpful posts by clicking the thumbs up!

Jonathan Schulenberg
Hall of Fame
Hall of Fame

This may not be the direct cause but you have a problem with your Queued loop logic. Your Goto label at the end has a destination outside the queued loop branch. You must dequeue the call before leaving the Queued branch! I suspect that you just overlooked this and mean to Goto queueLoopSupport instead.