Showing posts with label application. Show all posts
Showing posts with label application. Show all posts

Tuesday, April 28, 2015

How to create a basic SIP softphone application in C#

Hi all, 

In this post I am going to introduce how to implement the basic softphone functionality. I will show how to create a console application that functions as a SIP softphone. It will be able to register to a phone system. (In the first tutorials I will focus on the background behaviour of the program, I will implement the GUI elements later.) 

Are you ready? Okay, let's get it started!