Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Dears,

Hope this finds you well.
I am really new in developing.
And i really want to create my own sip web phone client.
Could you please be so kind to advise how to start that? What language is the best and easiest to achieve this, and if there any open source project for sample?

Thank you very much for your assistance and best regards,
Posted

OpenH323[^] and Opal[^] are both free, open source and written in C/C++

Iirc, Opal is based off OpenH323 but has a better feature support.

There is a few samples on how to use these included in the source code download, but there is also Ekiga[^] for Linux and MyPhone[^] for Windows which both implement most features available in the libraries.

You will need to get a few other open source libraries and tool to compile them however.
It is all explained in the readme/help files included with the source code
 
Share this answer
 
Hi,
There is a great application which i kind of what you where describing.
It includes development kits for C#/.NET developers.
voip-sip-sdk/p_130-how-to-build-an-autodialer-in-c-using-the-voip-sip-softphone-source-code-voip.html

If it wasn't, still this can give you a good start.
Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900