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 dev team, On CUCM running on version 14.0.1.13900-155, I would like, via API, to modify the "Credentials source for voicemail service" parameter in the Service Profile from "not set" to "Unified CM - IM and Presense". According to the AXL documen...

ServiceProfile_CredentialSource.png ServiceProfile_VendorConfigXml.png

Hi, I am trying to write a SQL query for the device name, last active, and last known IP address. However, IP address is not showing. The phones do show their IP addresses in CUCM. What can I do to fix this? 

tryingtodomyjob_0-1701708463176.png

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