I’m having troubles with finding tutorials/examples of how a simple VoIP application would look like. I’ve searched the web and found an out-dated step-by-step tutorial, so it wasn’t much of a help and that’s about it considering tutorials. However I’ve managed to find some nice API’s like libosip ( oSIP ). It would be a great thing if anyone would know any good tutorial; or if anything a small VoIP open source app that i could checkout. I don’t really have any troubles with understanding someone else’s code if it wasn’t commented/explained.
I’m having troubles with finding tutorials/examples of how a simple VoIP application would look
Share
There is a great sip framework called PJSIP. look at this example for a short, but yet complete demo. Also take a look in the PJSUA API.