cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
205
Views
1
Helpful
2
Replies

CUCM API to develop a Gadget

venchalam78
Level 1
Level 1

Hi 
I am looking for API where i can use ti develop a gadget to provide call control features such as Make call / hold / Retrieve / transfer / Conference.  This is not via agent login. Non-ACD calls for non voice agent.

Please do share the me the details if any of the API available for the same.  

2 Replies 2

dstaudt
Cisco Employee
Cisco Employee

For 3rd party call-control functionality, you will be looking at the TAPI (C/C++) or JTAPI (Java) APIs:
https://developer.cisco.com/site/jtapi/

https://developer.cisco.com/site/tapi/

Not sure what kind of widget technology you are targeting, but if browser-baser then Jabber may be a possibility:

https://developer.cisco.com/docs/jabber-web/#!voice-and-video-overview/voice-and-video-sdk-overview

For TAPI/JTAPI you are likely looking at a 3-tier architecture, where there is a central TAPI/JTAPI CTI application offering some kind of RPC API for clients (i.e. widget) - this is probably what I would recommend, as it is efficient/stable/well-supported.
Jabber Web Voice/Video SDK is installed/works at the individual browser client level, but uses a fairly clunky extension+native-add-on mechanism.

venchalam78
Level 1
Level 1

yes i am going through the same... thank you for taking time and replying... i really appreciate it.