How to develop a softphone in C#
SIP registration
This article presents the first steps related to your softphone development. Study how to use the VoIP components of the SDK. Start now
Managing media handlers
This example demonstrates how to build a video/ audio player or recorder applicaion by using the MediaHandler class. Start now
Making & accepting calls
In this section you can get to know how to make and receive phone calls by using your VoIP softphone. Start now
Controlling the calls
Due to the call holding, redialing or transferring features, you can controll your calls effectively. Let's see their implementation. Start now
SIP Instant Messaging
Apart from audio/video communication it is also possible to send/receive Instant Messages (IM) with a softphone. Learn more about it. Start now
Autodialer
Improve your softphone with autodialing feature that enables you to dial many phone numbers automatically at the same time. Start now
Predictive Autodialer
From this guide you can learn how to connect
your autodialer softphone with a ring group.
Start now
Multi-line Autodialer
You can learn how to create autodialer softphone, which is able to make calls using multiple sip accounts. Start now
Ring group
Find out how to create a ring group extension in order to define call routing strategies based on your specific needs. Start now
More information
- How to build a softphone with Ozeki VoIP SIP SDK
- How to build a PBX phone system with Ozeki VoIP SIP SDK
- How to build an IVR with Ozeki VoIP SIP SDK