Any good SIP library for C#?

孤人 提交于 2019-12-11 02:14:08

问题


Does anyone know if there is any good library around that can be used to easily build a SIP softphone?

Thanks in advance,

Cheers, Gianluca.


回答1:


Konnetic provide fully managed SIP (and MSRP if you want messaging) components for .NET development. Their .NET SIP SDK is probably the most comprehensive and is aimed at clients.

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

If you want a stateless solution consider http://www.independentsoft.com/

There are a number of C# libraries that are wrappers around C++ libs eg. http://sites.google.com/site/sipekphone/pjsipwrapper uses pjSIP underneath.



来源:https://stackoverflow.com/questions/5051767/any-good-sip-library-for-c

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