Re: [ilugd] Implementing SIP protocol

Sandip Bhattacharya <[email protected]> Mon, 10 Jan 2005 03:47:53 +0530
Newsgroups gmane.user-groups.linux.delhi.devel
Organization Puroga Technologies Pvt. Ltd.
Message-ID <[email protected]>
On Sun, 2005-01-09 at 16:55 -0500, Mayank Jain wrote:
> Hello friends,
> 
> After implementing our own C++ version on BSD sockets, our group is
> moving on to implement the SIP protocol (RFC 3261).
> 

What kind of app are you developing that uses only SIP protocol? AFAIK,
this is just a content negotiation protocol. The actual content is
delivered using RTP. And that is another RFC that you would have to
implement. 

Even a reasonably  minimal application of the SIP protocol would involve
a number of other RFCs (like RTP), and many ITU protocols.

I cant remember if you need to do BER encoding/decoding while using SIP
(it is used everywhere in H.323 and all other ITU communication
protocols). But if you are planning to code that from scratch too, well
then ... that would real fun :)

- Sandip

--
Sandip Bhattacharya    *    Puroga Technologies   *     sandip-/[email protected]
Work: http://www.puroga.com        *         Home: http://www.sandipb.net

PGP/GPG Signature: 51A4 6C57 4BC6 8C82 6A65 AE78 B1A1 2280 A129 0FF3