08-31-2011 08:40 AM - edited 03-19-2019 03:31 AM
I am trying to find out what APIs might be available for an IVR application to query the list of end users configured on the UCM.
This would be for an auto-attendant type app which would be trying to route calls to specific users, so it would need at minimum a destination phone number to transfer the caller to.
Any pointers to documentation would be appreciated.
Thanks,
Bob Kmak
Convergys
Solved! Go to Solution.
08-31-2011 08:53 AM
Hi Bob
You'd be looking at AXL. Documentation is at developer.cisco.com, log in and from the 'select an API/SDK' box selected Cisco Unified CM Administration XML.
You can use the API to pull specific XML objects containing all user properties (or lists of XML objects in newer CUCMs), or just do quick DB reads (for example 'select * from enduser') and then do what you will with the results.
Regards
Aaron
Please rate helpful posts..
08-31-2011 08:53 AM
Hi Bob
You'd be looking at AXL. Documentation is at developer.cisco.com, log in and from the 'select an API/SDK' box selected Cisco Unified CM Administration XML.
You can use the API to pull specific XML objects containing all user properties (or lists of XML objects in newer CUCMs), or just do quick DB reads (for example 'select * from enduser') and then do what you will with the results.
Regards
Aaron
Please rate helpful posts..
08-31-2011 09:09 AM
Aaron,
Thanks!
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