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

后端 未结 4 1659
遇见更好的自我
遇见更好的自我 2020-12-24 15:46

I have this challenge to build an sip softphone using c# or .net technologies.

Please guide me the technology, requirements and specifications that is needed to build

相关标签:
4条回答
  • 2020-12-24 16:00

    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

    0 讨论(0)
  • 2020-12-24 16:04

    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
    0 讨论(0)
  • 2020-12-24 16:05

    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.

    0 讨论(0)
  • 2020-12-24 16:13

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

    0 讨论(0)
提交回复
热议问题