08-13-2008 06:12 AM - edited 03-13-2019 05:34 PM
Hi apologies if I'm posting this in the incorrect forum.
Can someone tell me if it's possible to get a list of Directory numbers and names from the XML API in CME? I'm aiming to do this with an intranet, any information pointing me in the right direction greatly appreciated.
Thanks,
Craig.
08-13-2008 11:27 PM
The IsGetDevice operation will get you all the devices including their extension numbers from a CME. You need to set up the router XML interface on the router as per this document: http://cisco.com/en/US/docs/voice_ip_comm/cucme/srnd/design/guide/managcme.html#wp1076023
then follow the appropriate developer guide which you can get here: http://www.cisco.com/cgi-bin/dev_support/access_level/product_support (under voice gateway applications)
You'll also find searching this forum for the topic useful as there are a few things the developer guide fails to mention (specifially that you need to urlencode the message before sending).
08-16-2008 04:02 AM
Hi Stephan, yes I have looked at this but all I get is a list of ext. numbers with no names using ISgetDevice.
any ideas?
08-18-2008 06:28 AM
Hmm
actually man , you have to dig through the call manager database, i mean you have to post a SQL statement to the call manager database (through the AXL Excutesqlquery), search though the tables to get all the directory numbers and the corresponding users.
P.S: you will have to download the database dictionary from Cisco to know what tables and fields are saved in the database.
Good Luck
08-18-2008 06:32 AM
Hi thanks for your comments but my issue is relating to Call manager Express. I don't think AXL is available to me?
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