954,487 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Implementing SIP with C++

I am at the beginnig of the softphone project for my university final project.. I will implement a softphone with using SIP protocol and C++ language on linux.

I need some advice about tutorials, usefull API and whatever which will help me.

Thanks..

ImaginaryHero
Newbie Poster
1 post since Feb 2006
Reputation Points: 10
Solved Threads: 0
 

any advices?

xyzt
Light Poster
36 posts since Apr 2008
Reputation Points: 16
Solved Threads: 0
 

I would get the source code for like, linphone or some such, and see how they did it. There may even be a library to handle the SIP information for you. If not, you can at least see what they did. A Good place to start is the SIP RFC .

Comatose
Taboo Programmer
Team Colleague
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
 

I am at the beginnig of the voip-sip project... I want to implement the voip-sip for the residential gateways using C in linux. specially i want to know about how sessions has to be created to communicate between two users? please who ever knows about this , kindly reply me.

hreyan

hreyan
Newbie Poster
1 post since Oct 2010
Reputation Points: 10
Solved Threads: 0
 

pjsip is a very good sip stack.

http://www.pjsip.org/

have you every developed any client server software?
You need to know about client/server, tcp/udp, sip, rtp(codec)

take it slowly, and start with simple sip client.

alwaysLearning0
Junior Poster
119 posts since Apr 2009
Reputation Points: 64
Solved Threads: 19
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You