Hi,
we are trying to develop simple desktop voice application and make call directly through T-sever.
We followed the guide in Genesys docs: we succusfully opened t-server protocol, registered address, but we are not able logging in an agent with RequestAgentLogin, the server response is:
‘EventError’ (‘52’)
message attributes:
AttributeEventSequenceNumber [long] = 53182369
Time = ComplexClass(TimeStamp):
AttributeTimeinuSecs [int] = 842683
AttributeTimeinSecs [int] = 1543823091
AttributeErrorCode [int] = 58
AttributeErrorMessage [str] = “Out of service”
AttributeThisDN [str] = “…”
AttributeAgentWorkMode [int] = 0 [Unknown]
AttributeThisQueue [str] = “…”
AttributeAgentID [str] = “…”
AttributePassword [str] = [output suppressed]
AttributeReferenceID [int] = 2
AttributeClientID [int] = 12432
What is wrong in our approach?