Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Campfire on May 19, 2016, 09:55:22 AM
-
Hi,
Am new to genesys.. I am coming across the EventAgentNotReady for one of the DNs when the agent is actually not going on a call. Does that mean that the agent's status was change by him or due to any other problem?
-
can you post SIP / Tserver logs?
-
In the EventAgentNotReady log message look for an "AttributeReferenceID".
Like this:
@16:32:14.4557 [0] 8.1.101.74 distribute_response: message EventAgentNotReady
AttributeExtensions [53] 00 01 00 00..
'AgentSessionID' '01K2DP379KBAN64S28IH4PTAES46GAPC'
AttributeEventSequenceNumber 00000000188fbb27
AttributeCustomerID 'something'
AttributeTimeinuSecs 455698
AttributeTimeinSecs 1463639534 (16:32:14)
AttributeReason [26] 00 01 00 00..
'workmode' 'Some reason'
--> AttributeReferenceID 11
AttributeAgentWorkMode 0 (Unknown)
AttributeAgentID 'agentname'
AttributeThisDN '1000'
Then search back in the logs for that reference ID, which will lead you to the request which triggered the event. That will tell you what requested the agent to be not ready. If there is no reference ID, then the not ready event was not triggered by a request and was likely triggered by SIP / T Server itself for some reason.
-
Hi Dionysis,
Many thanks :)