10-15-2019 08:55 PM
Hi Guys,
I want to automate Jabber device creation on my environment and I'm just getting started on AXL. I found some AXL example code to add new directory number into CUCM, but it lacks some of the attributes like alerting name, call forward all, etc. Can I get all the attributes of the directory number? My current example AXL code is the following:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/11.5">
<soapenv:Header/>
<soapenv:Body>
<ns:listLine>
<searchCriteria>
<pattern>12345</pattern>
</searchCriteria>
<returnedTags>
<pattern/>
<usage/>
<routePartitionName/>
<associatedDevices/>
</returnedTags>
</ns:listLine>
</soapenv:Body>
</soapenv:Envelope>
Solved! Go to Solution.
10-15-2019 11:07 PM
Nevermind. I found what I wanted on the following link https://developer.cisco.com/docs/axl-schema-reference/.
10-15-2019 11:07 PM
Nevermind. I found what I wanted on the following link https://developer.cisco.com/docs/axl-schema-reference/.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide