Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi All,Context: I am making an XMPP connection via using Cisco Ajax XMPP Library(CAXL) with finesse. In order to get the user with the username, I am calling the get user API with admin credentials (cf admin), I know that we can call the user API wit...
Hi,We wanted to differentiate the call-end event from all participants vs the call-end event for a particular participant.Let me explain by an example, let's say we have an inbound call between agent A and a customer, and then agent A direct transfer...
Hi,We are facing this problem in our CTI Application that if the agent was in Ready state, after the failover has happened the agent state is changed to Not Ready - Connection Failure. In our CTI, we are using CAXL for the XMPP connection.However, if...
Hi,We are using a get api to fetch queue statistics for UCCE 12.0 and above. We use the following API for this purpose:https://developer.cisco.com/docs/finesse/#!queue%e2%80%94get-list-of-queues-for-userHowever, when we tried fetching queue statistic...
Hi, I am able to create an XMPP connection via CAXL (jabberwerx) with agent id, but when I use a username (loginName) it doesn't make a connection and returns a not-authorized error. I have checked Strophe on the other hand, allows to make a connect...
Hi Denise,Thanks for taking the time out.We are facing this issue for CCE 12.6 and CCX 12.5 at the moment and we are using bosh for XMPP connection with finesse.I was just thinking that if the issue is somehow related to the server then shouldn't we ...
Team subscription in CAXL is done by sending an Iq in the following format: var builder = new jabberwerx.NodeBuilder("{http://jabber.org/protocol/pubsub}pubsub");
builder.element("subscribe").attribute("node", "/finesse/api/Tea...