cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1217
Views
5
Helpful
1
Replies

AXL Real-Time info

c-pinilla
Level 1
Level 1

Using AXL, is there any way to get how many active calls are being managed by a specific device? Is there any other way to get it?

Thanks,

Carlos

1 Reply 1

William Bell
VIP Alumni
VIP Alumni

Depends on what you mean when you say "AXL".  If you are referring specifically to the AXL API that you would use to execute SQL queries on the database or access objects like "updateLine" then the answer is no.  That particular API is not used for Real-Time information.  However, there are two other APIs that can be used to get real time information.  One is called RIS Port and this would be the API one would use to get registration status, IP address information, etc. for devices that are registered (or unregistered as the case may be).  If you are familiar with devicelistx, RISPort is the replacement (more or less).

There is also the AXL Serviceability API that can be used to grab perfmon information.  I suspect this is closer to what you would be looking for than RISPort.  I have not worked with the AXL Serviceability API myself but I use AXL for administrative functions and the RISPort.   The data structures for AXL Serviceability API and RISPort are noticeably different than the Admin AXL API but I think that is a matter of getting hang of using them.  But that is just my guess.

You can get information on the AXL Serviceability API here:

http://developer.cisco.com/web/sxml/home

You will need a CCO account to access the URL.

HTH.

Regards,
Bill

Please remember to rate helpful posts.

HTH -Bill (b) http://ucguerrilla.com (t) @ucguerrilla

Please remember to rate helpful responses and identify