on 01-24-2014 02:28 PM
Hi,
We are using CUCM and UCCX for a Call Center Application. Our requirment is to
1. Rertive all the logged in agents in UCCX
2. Trace agent events such as Not Ready, Ready state changes
Wehave gone through the Cisco JTAPI API.It seems there are few classes like "Agent, Agent Terminal and ACDAddress etc" which contains API for the above requirment.
But we use this, We are getting MethodNotSupportedException.
Our question is,
Whether the above requirment can be achived using Cisco JTAPI?
If yes, Is there any sample application for Cisco Call Center Apps
If not, is there any other Java libraries available for this purpose ?
Attached is the Sample Code that we use
Thanks for the help
Regards,
Sathish Kumar T
Hi,
We are using CUCM and UCCX for a Call Center Application. Our requirment is to
1. Rertive all the logged in agents in UCCX
2. Trace agent events such as Not Ready, Ready state changes
Wehave gone through the Cisco JTAPI API.It seems there are few classes like "Agent, Agent Terminal and ACDAddress etc" which contains API for the above requirment.
But we use this, We are getting MethodNotSupportedException.
Our question is,
Whether the above requirment can be achived using Cisco JTAPI?
If yes, Is there any sample application for Cisco Call Center Apps
If not, is there any other Java libraries available for this purpose ?
Attached is the Sample Code that we use
Thanks for the help
Regards,
Sathish Kumar T
Hi,
We are using CUCM and UCCX for a Call Center Application. Our requirment is to
1. Rertive all the logged in agents in UCCX
2. Trace agent events such as Not Ready, Ready state changes
Wehave gone through the Cisco JTAPI API.It seems there are few classes like "Agent, Agent Terminal and ACDAddress etc" which contains API for the above requirment.
But we use this, We are getting MethodNotSupportedException.
Our question is,
Whether the above requirment can be achived using Cisco JTAPI?
If yes, Is there any sample application for Cisco Call Center Apps
If not, is there any other Java libraries available for this purpose ?
Attached is the Sample Code that we use
Thanks for the help
Regards,
Sathish Kumar T
Hi Satish,
There are two ways you can do this:
1. Poll the UCCX database for changes to the status of the Agents. This is probably not a very good idea and will not scale. Further, I don't know if that is possible with the applicance version of UCCX.
2. Utilize the UCCX CTI protocol. This is a gnarly stream-based API that is used by the ACD clients to show status and do some call control functions. This is your best bet until someone (I am currently working on it), exposes this API in a more friendly API (Java library or some sort of unholy JMS/RESTful concoction....)
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: