tags:

views:

1176

answers:

2

Hi everyone is there a way to retrieve either the mac address or the IPAddress of phones on a Cisco server using Callmanager version 6 via the axl with VB.net?

The server can retrieve the IPaddress itself to use the phone and it's not in the database information retrieved from the server.

+1  A: 

I think this is what you are looking for:

http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/devguide/6_0_1/ccmdvCh2.html#wp35941

Joseph
We already have this information, but it didn't have the information that we require
A: 

You can download the WSDL file from your CallManager server. Then with the included methods, you can make a call to getPhone and it's pretty simple from there. If you want to do it in a more manual way, you can use the method from this blog post:

http://blog.crowe.co.nz/archive/2008/10/24/Getting-the-IP-Address-from-Cisco-Call-Manager-for-IP.aspx

masenkablast