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

Is it possible to obtain analog port count from call manager cluster, using any API?

snikamvyopta
Level 1
Level 1

I am looking for an API that can give analog port count on the Call Manager cluster. I have checked all 3 APIs under RisPort and could not find any attribute that can give such count.

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

Probably the first place to start would be to figure out how to get a listing of the things that qualify as either standalone analog ports (e.g. an ATA) or gateway-attached ports (e.g. VG2xx/3xx) and then perform a 'get' request to enumerate the actual ports/lines configured on each.

Cisco DevNet: Administrative XML (AXL)

You can perhaps start with:

- listGateway : AXLSoap - listGateway

- listCiscoCatalyst600024PortFXSGateway : AXLSoap - listCiscoCatalyst600024PortFXSGateway
- listPhone : AXLSoap - listPhone

It may be tricky - and you may need to resort to using <executeSqlQuery> - to figure out how to search/walk the various types of things you may consider 'analog ports'...