Cisco 电话状态 ASP.NET 集成
我们正在尝试找到一种方法来检索有关员工当前何时打电话的信息。
我们使用的电话是带有 CallManager 7.1.30000-1 的 Cisco IP Phone 7945 品牌,我们希望将其与 asp.net 集成。我们希望能够知道员工的电话何时没电。
我们已访问 http://developer.cisco.com,但我们不确定要使用哪个 API 或 SDK使用。我们尝试过 AXL,但它不能满足我们的要求。
TAPI/JTAPI 是正确的选择吗?有 .NET 入门示例吗?
We're trying to find a way to retrieve information about when an employee is currently on the phone.
The phones we use are Cisco IP Phone 7945 brand with CallManager 7.1.30000-1 and we were wanting to integrate it with asp.net. We want to be able to know when an employee's phone is off the hook.
We have gone to http://developer.cisco.com, but we are uncertain on which API or SDK to use. We have tried AXL but it doesn't do what we're looking for.
Is TAPI/JTAPI the way to go? Is there an example to get started for .NET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道TAPI/JTAPI能做什么,但我们只是直接查询callmanager数据库来获取此类信息。
I don't know what TAPI/JTAPI can do, but we just query the callmanager database directly to get that kind of information.