Created by: Ahmad Imtiaz on 09-12-2009 12:46:58 PM I am looking Query to get the list of IP Phone services configured on CUCM.
Subject: RE: AXL Query to get the list of IP Phone services configured on CUCM Replied by: David Staudt on 09-12-2009 04:00:45 PM The 'telecasterservice' table contains this information, see the Data Dictionary for details:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/7.0"> <soapenv:Header/> <soapenv:Body> <ns:executeSQLQuery sequence="1"> <sql>select t.pkid,t.name,t.description,c.name from telecasterservice as t,typephoneservicecategory as c where t.tkphoneservicecategory=c.enum</sql> </ns:executeSQLQuery> </soapenv:Body> </soapenv:Envelope> ------------------------
Subject: RE: AXL Query to get the list of IP Phone services configured on CUCM Replied by: Ahmad Imtiaz on 10-12-2009 06:44:41 AM Thanks David this what I was looking for.
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: