How to build a softphone (using SIP protocol) using C#

℡╲_俬逩灬. 提交于 2019-11-29 23:17:47

http://www.konnetic.com is a relatively new addition. Fully managed. Everything you need to work with SIP and SDP. They haven’t picked the low-hanging fruit in the standard like a lot of the others. Just as good but tied to Microsoft is the Microsoft Lync server.

Konnetic provide fully managed SIP components for .NET development.

Their SIP .NET SDK is available here and is probably the most comprehensive. They also provide an MSRP library.

Otherwise, Microsoft's Lync server comes with a very good managed SIP library, available here: www.microsoft.com/en-us/lync/default.aspx

abhilash

Here are a few pointers

  • See this article on Code Project for implementing an SIP stack in C#
  • See this post for audio compression using LAME

Microsoft Real-Time Communications: Protocols and Technologies http://technet.microsoft.com/en-us/library/bb457036.aspx

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