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

Hey I'm struggling to establish a connection to cucm using PHP.  Ive basically just copy pasted the PHP code on the getting started page but I keep getting the following error:SoapFault: SoapFault exception: [HTTP] Could not connect to host in /Users...

mgowland by Level 2
  • 2404 Views
  • 2 replies
  • 0 Helpful votes

Hi,I would like to make a configuration for our user to can associated End User by a web page make in php.I tried with this:$client = new SoapClient("../classes/AXLAPI.wsdl",    array('trace'=>true,        'exceptions'=>true,        'location'=>"http...

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

magictrip18 by Community Member
  • 1213 Views
  • 2 replies
  • 0 Helpful votes

I'm looking at products like prime collab provision, and some 3rd party suites for new hire automation in CUCM/CUXN/LDAP. None of the products seem to address the need to assign a DID/ext (which takes time). And none of the products are designed to r...

alangfor by Community Member
  • 2019 Views
  • 5 replies
  • 0 Helpful votes

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

magictrip18 by Community Member
  • 786 Views
  • 1 replies
  • 0 Helpful votes

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

Marcel Brode by Community Member
  • 1193 Views
  • 3 replies
  • 0 Helpful votes