简体   繁体   English

Lync SDK与Asterisk合作吗?

[英]Lync sdk work with Asterisk?

I have a requirement to develop a VoIP client with wpf/silverlight. 我需要使用wpf / silverlight开发V​​oIP客户端。 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. 我听说Microsoft Lync是一个不错的选择,但我想针对Asterisk服务器(VoIP服务器)而不是Lync 2010服务器使用开发的应用程序。

I already have an application developed with Microsoft UCCAPI which works fine with Asterisk server. 我已经有一个使用Microsoft UCCAPI开发的应用程序,可以与Asterisk服务器一起正常工作。 so I want to know whether Lync sdk supports the same 所以我想知道Lync SDK是否支持相同的

我认为只有Lync服务器支持SIP。

You could use all Lync SDK Development phases including Lync SDK, UCMA, UCMA workflow and UI Suppression mode. 您可以使用所有Lync SDK开发阶段,包括Lync SDK,UCMA,UCMA工作流程和UI抑制模式。

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. Lync还仅支持SIP协议,但是您可以通过创建UCMA用户终结点以接收SIP请求并尝试与h.323终结点进行协商并开始进行编码和编码的过程,来集成客户端以使其与h.323等不同的协议一起使用。解码流。

I hope this may help. 希望对您有所帮助。

Thanks 谢谢

If you want to deploy something using Lync with Asterisk, take a look of SimpLync. 如果要使用Lync和Asterisk进行部署,请查看SimpLync。 SimpLync is a plugin that inserts on Lync client, acting as a sofphone, and connecting to Asterisk, obtaining full integration. SimpLync是一个插件,可作为Lync客户端插入Lync客户端,并连接到Asterisk,以获得完全集成。 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. 这种方法的优点是,与simplync你也是一个强大的脚本语言,所以你可以用另外的系统介绍自己的整合,登录Asterisk的队列等,这 ,对进一步准备。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM