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

Hello, I am trying to get the phone's primary line pattern. I need to get this from the phone itself. As I will not always know what extension might be on the phone. However, I am getting stuck on the syntax.  phone = 'SEPAABBCCDDEEFF' phone_data = {...

arnorton1 by Frequent Visitor
  • 4083 Views
  • 8 replies
  • 0 Helpful votes

I am using Python Zeep (https://pypi.org/project/zeep/) 1. Version of Zeep: latest stable version on pypi, 3.4.02. latest AXLAPI.wsdl (https://drive.google.com/file/d/1ev-EAUT4LjHTVdH6durDMAB413sCRe_I/view?usp=sharing)3. Runnable example: https://dri...

Hello, I am trying to run the following python program to obtain product information from CUCM.The python program errors out with the following message - Zeep error: getProductInformationList: Unknown fault occured However while using postman I can r...

Hi,Looks to be a bug in XBusyLampField in 11.5 AXL.The schema is: <xsd:complexType name="XBusyLampField">         <xsd:sequence minOccurs="0">             <xsd:element maxOccurs="1" minOccurs="1" name="blfDest" type="xsd:string">                 <xsd...

hello all,I am trying to update a line on a phone using updatePhone however looking at the AXL logs it looks like CUCM is dropping the line part of the xml that I am sending. I want to add an associated user to a line andas far as I know the only way...

I have an application doing dynamic call routing using CURRI. the EMCC is configured with a CSS that allows to make calls to any destination. While that's fine, this in fact bypassed the CSS set on the DN. Now I'm wondering, is there any kind of mech...

We are currently using the NX-API to create NBM flows on a Cisco switch, which is working fine. Now we would like to save these flows to the startup config. Is this also something that can be done with NX-API? Switch model:Cisco Nexus N9K-C93180YC-FX...

Tom22 by Visitor
  • 1608 Views
  • 1 replies
  • 0 Helpful votes

I'm working on a script to connect to the Cisco Unity Connection API via PowerShell to reset a user's VM pin.  I can get the ObjectID just fine but for whatever reason I can't get it to work to reset the VM pin. $Username = ''$Password = ''$PIN = '12...