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

Running follow call against CUCM 10.5.2 server<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header/><SOAP-ENV:...

dkartio20 by Level 1
  • 700 Views
  • 1 replies
  • 0 Helpful votes

Hi,I am trying to get SIP trunk status using XML API query (selectCmDevice RisPort query).Following is the Cisco documentationRef#http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/devguide/9_1_1/xmldev-911/serviceability.html#wp1079635Displays ...

pravi_007 by Level 1
  • 7066 Views
  • 2 replies
  • 0 Helpful votes

im polling call manager processes and im finding that for the most part they are in the "Sleeping State"  at first I thought that I was matching the wrong code up but then i double/triple checked it against docs and against the counter description in...

doug syer by Level 1
  • 1195 Views
  • 2 replies
  • 0 Helpful votes

Hi everybody,just a small question:In CUCM 10/11 is no "Primary User Device" field in the web interface for adding/updating end users in cucm. But there is still a "primaryDevice" parameter left in axl 10/11. Is this field deprecated as it cannot be ...

In CUCM versions prior to V10, I could send an addDeviceProvide request and skip the phoneTemplateName element.In CUCM 10 schema, its marked as nillible=true, but I get an error when I pass <phoneTemplateName/> or if I omit it completely.      If I l...

Hello everybody,we are looking for way how i can create service in CUCM 10.5 with IP phone CP-9971 how i can open door by push soft buttonat now Door Phone ringing to Group, after pickup call i can see image from camera but i must pust "0*" for open ...

I have been doing a little digging around trying to find a way to do this, but I haven't found one yet, so I thought I would ask. I would like to gather a list of log files for a service for a reltime of 1 week. I don't necessarily want to push them ...

caten by Cisco Employee
  • 1196 Views
  • 3 replies
  • 0 Helpful votes

I have successfully got the lines for all the devices in CUCM using the following AXL SQLQuery: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/11.0">    <soapenv:Header/>        <soa...

Hi all, CUCM 10.5.2SU2a.I can do a getPhone axl Call and get phone templates out of the database           <phone ctiid="89" uuid="{83179891-17A2-D718-3A50-79F654881318}">               <name>joetest</name>               <description/>               ...

I am trying to add a phone with Python via AXL using SUDS/SUDS-jurkoPython version = 3.4SUDS-Jurko - 0.6AXL WSDL = 10.0I am running into an issue where the CUCM "class" element needed to add a phone is being converted (I think by SUDS) to "cls" (I th...