When work mode is set to ACW, I still able to answer the call. As I printed out the event message when I debug my application (develop in C#.NET), suppose only EventAgentNotReady will be received, but I found that EventAgentReady is received as well. So, how can I solve this problem?
Do you mean that you get calls routed to you despite being in ACW?
Then you need to set the option capacity-treat-acw-as-interaction=true on Stat Server if you use agent-capacity.
Hi all, thanks for the replies. I’ve figured out that it caused by the wrapuptime set. I set wrapuptime = 0, the problem solved, but when I first logged into the agent desktop, it is still change from AgentNotReady to AgentReady automatically, just happen at the beginning of logging in. Any suggestion?
If I set RequestAgentLogin reqAgentLogin = RequestAgentLogin.Create(thisDN, AgentWorkMode.ManualIn);, then the problem solved, but I received two AgentNotReady (just received at the begining only).
Why would you set the default to ACW? ACW should only be used at the end of a call/interaction. Manual ACW should really only be used in very specific circumstances.
Your default should be Not Ready with some useful reason.
In Genesys TServer point of view if you dont set the ACW time that is Wrap up time then you will NotReady and Ready events one by one so I would suggest to enable the ACW time go and configure the CME person Agentinfo tab look for Wrap time configuration along with agent id above if you configure this then this work as expected.