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 all,I'm new here and to RisPort70 API; using the "SelectCmDevice" endpoint on "CmDevice" > "Product" field I receive a number: e.g. 382 (<ns1:Product>382</ns1:Product>).Where I could find a table or an enum object with the related label?Something ...

We are issuing a request on our newly installed CUCM 15 and I am getting nothing in the response despite having 3 records in that list. Our CUCM 14 works fine and returns the requested values. POST /axl/ HTTP/1.1 <SOAP-ENV:Envelope xmlns:SOAP-ENV="h...

lneyman by Level 1
  • 570 Views
  • 2 replies
  • 0 Helpful votes

I can grab the config of the particular phone using Postman and see the setting pcPort. When I change that setting from Postman, the XML shows it changed but the Call Manager web admin does not show the change. I can successfully change other attribu...

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