cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
313
Views
0
Helpful
2
Replies

Retrive all services available in CCM

consorzio
Level 1
Level 1

Dear All.

I'm tring to retrive all Cisco IP phone services available in my CCM (services that i can subscribe in all devices). I'm looking for an AXL method that performs such request.

Any help?

Thank you

1 Accepted Solution

Accepted Solutions

stephan.steiner
Spotlight
Spotlight

The method you're looking for is called executeSQLQuery and takes a regular sql select statement.

Try this: Select Name, Description FROM TelecasterService

That should list all services known to the system.

View solution in original post

2 Replies 2

stephan.steiner
Spotlight
Spotlight

The method you're looking for is called executeSQLQuery and takes a regular sql select statement.

Try this: Select Name, Description FROM TelecasterService

That should list all services known to the system.

Thank you very much Mr Steiner!