05-28-2013 01:06 AM - edited 03-19-2019 06:46 AM
Hello,
could anyone explain what I've to do to add a device profile with AXL with a e.g. JAVa script?
Kind regards
Kai
05-28-2013 01:02 PM
I made a really barebones PHP example. Barebones as it only includes the required pieces, so you'll probably have to tweak it to your specific needs. Just grab the API docs for your CUCM version from here:
http://developer.cisco.com/web/axl-developer/home -- and the example I mentioned is here: http://godwilla.com/adddeviceprofile.zip.
You'll need to edit the index.php file with your AXL user credentials (be sure the user has the axl api access role) and AXL server (CUCM server running the AXL service).
08-16-2013 10:43 AM
Will can you post your example again, it looks like the hosting provider is giving a 404. I'd be curious in looking at it. So far I have SOAP / AXL working via the AXL tool kit but would love to build out a web ui but not sure how to start it. I'm familiar with PHP so i'd be curious to see what you put together.
Thanks.
~~~
Rate helpful posts
Blog - http://tripplehelix.net
08-16-2013 01:44 PM
I just pm'd you a new url.
hope that helps,
will
04-26-2014 02:33 AM
Hello,
Can you help me with the code to add the UDP's using the AXL
09-19-2014 07:09 AM
Which version of cm are you developing against? I want to say that it's 9+ that you now have to specify the data that you want returned (rather than blindly getting everything back) which takes some getting used to.
Other than that, try this link. Look for the english post toward the bottom. The v5 code is the same up to v9 iirc. Should get you going, but if not please feel free to hit me up again and I'll find/create something for you.
cheers,
will
09-19-2014 06:32 AM
Hi Will,
Can you please post(or pm) the link again? Struggling with some php to add/update lines and your code may help me getting started.
Thanks
SP
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