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?
'EventAgentNotReady' ('76')
message attributes:
AttributeExtensions [bstr] = KVList:
'WrapUpTime' [int] = 1
'ReasonCode' [str] = "ManualSetACWPeriod"
'AgentSessionID' [str] = "GBLK2TI3R12HV0P1K9PKB6SLRC0008TH"
AttributeEventSequenceNumber [long] = 223936
Time = ComplexClass(TimeStamp):
AttributeTimeinuSecs [int] = 461000
AttributeTimeinSecs [int] = 1443239974
AttributeReferenceID [int] = 4
AttributeAgentWorkMode [int] = 3 [AfterCallWork]
AttributeAgentID [str] = "Testing"
AttributeThisDN [str] = "13005"
'EventAgentReady' ('75')
message attributes:
AttributeExtensions [bstr] = KVList:
'AgentSessionID' [str] = "GBLK2TI3R12HV0P1K9PKB6SLRC0008TH"
AttributeEventSequenceNumber [long] = 223937
Time = ComplexClass(TimeStamp):
AttributeTimeinuSecs [int] = 461000
AttributeTimeinSecs [int] = 1443239975
AttributeAgentWorkMode [int] = 0 [Unknown]
AttributeAgentID [str] = "Testing"
AttributeThisDN [str] = "13005"