AR7
Level 1
Level 1
Member since ‎07-29-2018
‎04-07-2020

User Statistics

  • 21 Posts
  • 0 Solutions
  • 20 Helpful votes Given
  • 0 Helpful votes Received
Recent Badges
10 Replies
5 Replies

User Activity

I am working on a SQL query to list the device name, description, model, class type ,product, pool name and the associated DN if any using the following query: select a.name as device, a.description, b.name as pool, typemodel.name as model,p.name as ...
I am using AXL to add a User in the CUCM. I am using the following AXL syntax: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/9.1"> <soapenv:Header/> <soapenv:Body> <ns:addUs...
I am trying to construct the SQL for getting the Phone button template name for a particular product. The following is my query: select p.name from phonetemplate as p inner join p.tkmodel=typemodel.pkid where typemodel.name="Cisco 6961" But it's not ...
I have the following AXL syntax for removing all the associations of devices from the User: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.o...
I am working on a script to automate the adding of DN to Phone and than adding then making directory number association with a User. I am not able to figure out the AXL syntax for that, will it using SQL or there is some tag for it.
Community Statistics
Member Since ‎07-29-2018 08:26 PM
Date Last Visited ‎04-07-2020 02:58 AM
Posts 21
Helpful Votes Given To