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

Hi Team!Could you help me, i have tried to create a new phone om my CUCM 11.5. via Python. There is my function:resp = service.addPhone(phone={"name": 000100020003,                                     "description": "AXL Test Phone",                 ...

I created this app in Excel with VBA Microsoft forms and using various Cisco API calls.It can quickly copy a lot of phones from one model to a different model.Create new UCCX agents and MACD work, adding or removing a user from a phone. Quick Youtube...

Hi All     I am trying to write a simple code to get the device registration using Python here is my coderesult= client.service.SelectCmDevice('',{'SelectBy':'Name', 'Status':'Registered', 'Class':'Phone', 'SelectItems':{'SelectItem':{'Item':SEPXXXXX...

motolba by Cisco Employee
  • 6706 Views
  • 18 replies
  • 1 Helpful votes

Here is my Python script for display registered IP Phones details from Cisco CallManager 11.5. I am facing one issue in displaying output in customized format. from zeep import Clientfrom zeep.cache import SqliteCachefrom zeep.transports import Trans...

Trying to add a sip trunk using Axl and python but hitting an error call manager 11.5   Error creating SIP Trunk 'cube': ENUM for DeliverOriginatingCalledPartyNumber not found in TypeSIPIdentityBlend def create_sip_trunk_cube(service    try:        s...

kyrunner by Level 1
  • 564 Views
  • 7 replies
  • 0 Helpful votes

if i call axl any api for call manager 11.5, i get response as " The AXL Web Service is working and accepting requests. Use HTTP POST to send a request. "  example when running getPhone api. instead of requested phone data.Request :"<soapenv:Envelope...

1.png 2.png 3.png
Getting Started

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:

Top Solution Authors