cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
666
Views
0
Helpful
3
Replies

Can use AXL or other API to get calls in progress?

pheffernan66
Level 1
Level 1

One of our Ciplets customers is looking to get details about calls that are in progress through a Ciplet Phone Service. Our beta Ciplets v2.0 supports AXL, EM and other XML/SOAP requests so we just need to know if there is a way to get real-time info about which phones are in a call?

The customer wants similar details to those available in 'Cisco CallManager Attendant Console'.

Any suggests greatly appreciated.

Paul

Ciplet Support

www.ciplets.com

3 Replies 3

Sascha Monteiro
Level 6
Level 6

AXL is more an admin interface, your best bet for real-time information is JTAPI I reckon.

Sascha

Sascha

That's fine, I can do TAPI/JTAPI, do you have details of how I can use it to get the list of calls currently in progress as per the Attendant Console?

Thanks

Paul

First you register your CiscoProvider, then you call provider.getCalls() which will get you an array of Calls, and those are the calls currently in the provider's domain. To get all calls in your cluster, your JTAPI user must be able to monitor all lines, or you're using the JTAPI Superprovider introduced in CCM 4.1.

Hope that helps