如何从 cisco callmanager 获取 MAC 地址或 IP 地址?
有没有办法使用 Callmanager 版本 6 通过 axl 和 VB.net 检索 Cisco 服务器上电话的 MAC 地址或 IP 地址?
服务器可以自行检索 IP 地址以使用电话,并且该 IP 地址不在从服务器检索的数据库信息中。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从 CallManager 服务器下载 WSDL 文件。 然后使用包含的方法,您可以调用 getPhone,从那里开始就非常简单了。 如果您想以更手动的方式执行此操作,可以使用此博客文章中的方法:
http://blog.crowe.co.nz/Archive/2008/October
(请参阅“使用 C# 从 Cisco Call Manager v6.x 获取电话的 IP 地址”部分)
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#")