Management

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Intro to Ansible

Good Documentation

The Great Selenelion


>> View previously featured conversations <<

Forum Posts

I am trying to set the Alternate enterprise and e.164 numbers when using adding new lines to cucm. I have found that these values in the addLine function are only used for update and get so I am having to do a sql query to manipulate these values. It...

Hello,I have a nice working toolset that is interacting very well with AXL interface using PHP.However, we are looking to switch to python (it does look like this would be a lot easier to process data coming in). Unfortunately, i can't find any worki...

jseynaev by Cisco Employee
  • 30014 Views
  • 61 replies
  • 11 Helpful votes

Hi All, I am trying to update Line using the below Powershell command but i am getting a response while trying to post from the web service. This works if i remove the below 4 attributes from the code.   [String]$voiceMailProfileName, [String]$shareL...

JestyDS by Level 1
  • 1261 Views
  • 6 replies
  • 0 Helpful votes

Hi All I am trying to automate the CUCM activities of creating device profile,associating DN to the device profile and associate device to User. Can someone please help me how i could acheive them using AXL toolkit

JestyDS by Level 1
  • 662 Views
  • 0 replies
  • 0 Helpful votes

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...

AR7 by Level 1
  • 1140 Views
  • 1 replies
  • 0 Helpful votes

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 ...

AR7 by Level 1
  • 846 Views
  • 1 replies
  • 0 Helpful votes

If I use Cisco labs, and download axlsqltoolkit.zip, the AXLSoap.xsd file and we create individual request files and validation.xsd files for each method on the AXL Server.   My question is, when I download the version inside a 10.5 vm(which also kee...

Evanchik by Level 1
  • 779 Views
  • 0 replies
  • 0 Helpful votes

The AXLSoap.xsd file for 10.5 does not validate for listUser.  AXL 10.5 listUser BUG REPORT   The following are the validation errors.   Validation Error: Element 'TelephoneNumber': This element is not expected. Expected is one of ( telephoneNumber, ...

Evanchik by Level 1
  • 679 Views
  • 0 replies
  • 0 Helpful votes
Top Solution Authors