cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
554
Views
0
Helpful
1
Replies

UCM 8.6.2 integration with .NET

bitspromax
Level 1
Level 1

Hello All,

One of our customer is using Cisco UCM 8.6.2 and we would like to integrate our .Net application with it to get information from UCM such as Caller ID, Call Duration, Call Status, Call Start time & End time etc.

I have searched for the SDK or API for the UCM but couldn't find it. Does any know how we can get the SDK or API for UCM 8.6.2?

Regards

1 Reply 1

jocreed
Cisco Employee
Cisco Employee

There is not an SDK for .net to get the information you are looking for.  However there might be a couple of ways you can go about getting the information you need.  If you need the info in realtime you can monitor calls and callids from TAPI and JTAPI, if you are able to integrate C++ or Java into your .NET application. 

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

JTAPI: https://developer.cisco.com/site/jtapi/overview/

If you just need to pull the call records you can use the Serviceability / CDR API.  this is based off of SOAP requests and is application agnostic.  https://developer.cisco.com/site/sxml/discover/overview/cdr-on-demand/