How do I get the mac address or IPAddress from a cisco callmanager?

∥☆過路亽.° 提交于 2019-12-25 04:33:20

问题


Is there any way to retrieve either the mac address or the IP address of phones on a Cisco server using Callmanager version 6 via the axl with VB.net?

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


回答1:


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/October

(See the section "Getting the IP Addresses of Phones from a Cisco Call Manager v6.x using C#")



来源:https://stackoverflow.com/questions/100620/how-do-i-get-the-mac-address-or-ipaddress-from-a-cisco-callmanager

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!