03-31-2006 01:30 AM - edited 03-13-2019 12:45 PM
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
Solved! Go to Solution.
03-31-2006 05:41 AM
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.
03-31-2006 05:41 AM
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.
03-31-2006 06:34 AM
Thank you very much Mr Steiner!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide