Lync sdk 可以与 Asterisk 一起使用吗?
我需要使用 wpf/silverlight 开发 VoIP 客户端。我听说 Microsoft Lync 是一个不错的选择,但我想针对 Asterisk 服务器(VoIP 服务器)而不是 Lync 2010 服务器使用开发的应用程序。
我已经有一个使用 Microsoft UCCAPI 开发的应用程序,它可以与 Asterisk 服务器配合良好。所以我想知道Lync sdk是否支持相同
I have a requirement to develop a VoIP client with wpf/silverlight. I heard that Microsoft Lync is a good option but I would like to use the developed application against Asterisk server (VoIP server) instead of Lync 2010 server.
I already have an application developed with Microsoft UCCAPI which works fine with Asterisk server. so I want to know whether Lync sdk supports the same
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为只有 Lync 服务器支持 SIP。
I think only Lync server supports SIP.
您可以使用所有 Lync SDK 开发阶段,包括 Lync SDK、UCMA、UCMA 工作流程和 UI 抑制模式。
此外,Lync 仅支持 SIP 协议,但您可以通过创建 UCMA 用户端点来接收 SIP 请求并尝试与 h.323 端点协商并启动编码和处理过程,从而集成客户端以使用不同的协议(例如 h.323)。解码流。
我希望这会有所帮助。
谢谢
You could use all Lync SDK Development phases including Lync SDK, UCMA, UCMA workflow and UI Suppression mode.
Also Lync supports only the SIP protocol but you can integrate your client to work with diffrent protocols like h.323 by creating an UCMA user endpoint to recieve the SIP request and try to negotiate with the h.323 endpoint and start the process of encoding and decoding the stream.
I hope this may help.
Thanks
如果您想使用 Lync 和 Asterisk 来部署某些内容,请查看 SimpLync。SimpLync 是一个插入 Lync 的插件客户端,充当软电话,并连接到 Asterisk,获得完全集成。这种方法的优点是,使用 simplenc,您还拥有强大的脚本语言,因此您可以引入自己的与其他系统的集成、登录星号队列等。post 进一步解释了可能性。
If you want to deploy something using Lync with Asterisk, take a look of SimpLync. SimpLync is a plugin that inserts on Lync client, acting as a sofphone, and connecting to Asterisk, obtaining full integration. The advantage of this approach is that with simplync you have also a powerful scripting language, so you can introduce your own integrations with additional system, login on asterisk queues, etc. This post explain further the possibilities.