04-06-2010 10:44 PM - edited 03-15-2019 10:08 PM
What kind of integration is available between Cisco Call Managerand Microsoft Active Directory ?
We need to automated synchronization of phone number from CCM to AD, so the phone numbers in ADincluding outlook address book will remain updated instead of CCM administrator manually setting the value of phone in AD or communicating it to AD administrator to set the phone value.
Note: Maybe this has been discussed before, but I need to know if thier is any new in this subject.
Thanks.
04-07-2010 12:42 AM
Hi
There is no such integration as standard with CallManager.
AD integration is basically as synchronization of a small subset of the properties from AD to automatically populate the CCM user directory, and the ability to use the AD to authenticate your users.
There is no synchronization from CCM to AD at all; in fact, nothing is ever written to AD.
If you want to synchronize in that direction, you would either have to find a third party application that does what you want or write your own administrative scripts. I would probably take the latter option (using AXL to pull information from CCM, and then push it into AD using the usual MS scripting APIs) as there are so many ways you might choose to map the various pieces of information in CCM to users in AD.
Aaron
Please rate helpful posts..
04-07-2010 11:17 PM
Hi2
Thanks for your helpful information, So we have to look for the third party. Also, I will be appreciated if you provide me any info about AXL as you recommanded.
Thanks.
04-08-2010 01:16 AM
Hi
Well - the API itself is documented here:
http://developer.cisco.com/web/axl/docs;jsessionid=8FD687258B6B611056BB59B676C5C740.liferay-portal1
But you are probably best trying to google whatever programming language you are experienced in and AXL CallManager to see if you can find some examples; for example some of the guys I work with use PERL:
http://developer.cisco.com/web/axl/forums/-/message_boards/message/1904800;jsessionid=C75F9A51CBFE4D07BE85514F615E6B42.liferay-portal2
Alternatively you can grab a copy of the CCM DB Schema, then pull data from the DB as ably demonstrated in Bill's blog:
http://www.netcraftsmen.net/resources/blogs/running-sql-queries-on-cucm-6x7x-using-axl-soap-toolkit-part-1.html?blogger=William+Bell
Regards
Aaron
Please rate helpful posts..
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