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,The AXL toolkit shows unavailable in the IM & Presence plugin window. I am looking for a WSDL that will allow me to update the Administrative settings on IM & Presence just as you can with the AXL toolkit on CUCM.I know there are WSDL's and API...

im using this request<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5">  <soapenv:Header/>  <soapenv:Body>    <ns:updateLineGroup>        <uuid>35c7b6ca-3378-4ddb-688b-97d5f6d8aee...

im using this request<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5">  <soapenv:Header/>  <soapenv:Body>    <ns:updateLineGroup>        <uuid>35c7b6ca-3378-4ddb-688b-97d5f6d8aee...

Hi,I'm new in AXL, xml, etc. so please forgive me I can do LDAP synchronization using cURL.curl -k -u user:pass -H "Content-type: text/xml" -d @request.xml  https://172.17.63.21:8443/axl/request: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelo...

Hello,As describded to update Product Specific Configuration for phone I use procedure dbwritedevicexmlI get xml string with dbreaddevicexml from existing configured phone (Phone model Cisco 6945).execute procedure dbwritedevicexml('b78aef9f-6084-7ef...

Dear all,Currently I try to update the Owner User ID via AXL, either by ns:updatePhone or by ns:executeSQLQuery.When I try I always get an error 500 back from the serverCan anyone point me in the correct direction

Hi there.I want to add a Phone via PHP to theCUCM via AXL SOAP. Unfortunately, its not as easy as it was with addUser. $phone=array("phone"=>array(      "name"=>"SEP111111111111",      "product"=>"Cisco 8851",      "model"=>"Cisco 8851",      "class"...

Hello!There is a table in the FAQ for MediaSense named Call Correlation for Calls Forked by a Unified CM IP Phone.That table descibes that "Cisco-GUID" field from record INVITE message correlates with "CiscoConnection.UniqueID" field from JTAPI.I am ...