08-24-2015 01:55 PM - edited 03-01-2019 02:50 AM
Hi,
I have built a client that uses the UCCX CTI Protocol 10.5. The CTI client application can successfully connect to UCCX in bridge mode and correctly receive all call and state events.
However, when trying connect to UCCX via the CTI protocol in agent mode, then we keep on getting an OPEN_CONF response in which the agent is in "Unknown" state (code 9). .
In order to start the application in agent mode, the application sends an OPEN_REQ message after the connection has been established. The parameters that are passed to OPEN_REQ are:
Version Number = 14 (the version for UCCX 10.5 is 14)
Idle Timeout = 110
Services Requested = 0x1 (set to agent mode)
CallMsgMask = 0x0 (receive no unsolicited events)
AgentMsgMask = 0x1FF (receive all agent events)
ConfigMsgMask = 0x0 (receive no config events)
AgentExtension = 4000
AgentID = jsmith
If we use a username that does not exist, then I get the same issue in which the agent state is "Unknown". Could it be that the username, must be passed in a different form? The username we are passing is exactly the same that the agents use to log into Finesse.
Or could the issue be some configuration that might be needed in UCCX in order to allow agent mode? I have read the "Cisco Unified Contact Center Express CTI Developer Guide Release 10.5(1)" but could not find anything mentioned there that would say that special configuration might be required.
I also tried running the sample Cisco CTI protocol that was written in C++. The same issue with the "Unknown" agent state also happens.
Please let me know if you have any ideas what could be causing the "Unknown" state for the agents in agent mode.
Thanks,
-Juan
07-11-2016 10:33 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide