Hi guys, i've been tasked with developing SIP softphone for a client and was wondering if any of you guys know a decent (with proper support and documentation) SDK for C#? Am willing to purchase if needs be.
Thanks
Hi guys, i've been tasked with developing SIP softphone for a client and was wondering if any of you guys know a decent (with proper support and documentation) SDK for C#? Am willing to purchase if needs be.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vladan KosticPosted Sep 22, 2019, 2:47 PM
It is Session Initiation Protocol API for .NET Framework / .NET Core.
Link is http://www.independentsoft.de/sip/index.html
Madison BaileyPosted Feb 24, 2014, 2:38 AM
I've found a great guide in this topic that really helped me: http://www.codeproject.com/Articles/170415/How-to-Build-a-NET-Softphone-in-C-with-SIP-SDP-RTP It explains step-by-step how to build a .NET softphone in C#. On the basis of this article it was really easy for me to create a SIP softphone. It's worth to take a look at this guide.
Otherwise, in this article Ozeki VOIP SIP SDK has been used as an SDK for C# development. In my opinion it's an easy-to-use, realiable software, so I can recommend you that. (Actually, I've never tried any other SDK for C# but it has worked for me.) At the developer's website you can find a huge online documentation including detailed written guides, video tutorials and example projects: http://voip-sip-sdk.com/p_333-voip-sdk-softphone-development-voip.html
Good luck guys,
Mad
danish jafryPosted Apr 15, 2012, 7:07 AM
here is link.
code.google.com/p/sipeksdk/
Ramya RaguPosted Apr 15, 2012, 4:21 AM
Ian EclePosted Apr 10, 2012, 7:46 AM
Willmosh TellPosted Mar 20, 2011, 10:02 PM
We are in the same shoes. I have found a working silverlight softphone at http://www.ozekiphone.com. So I know it can be done. These guys also sell a C# SDK at http://www.voip-sip-sdk.com. The problem is that it is a bit expensive. This is how far I got at the moment.
Villmos
dan rogyPosted Sep 30, 2010, 9:25 AM
Chaitanya Reddy VonajaPosted Jan 12, 2010, 11:17 AM
Thank You
Keith KabzaPosted Mar 28, 2009, 3:37 PM
You have to have write code to handle the network layer and the you need to follow SIP protocol specfications listed in the RFC.
UCCA is generally used to build application for Office Communication Server using SIP