ant2009
ant2009

Reputation: 22486

sip parses and libraries?

gcc 4.4.4 c89

Does any one know any sdp parses. That I can link to my application. Currently we are developing a SIP project. However, we need to parse the SDP for incoming/answering.

However, we don't have much time to implement. So just wondering if there are some simple ones out there they are easy and quick to work with.

Our application is written in c.

Many thanks for any advice,

Upvotes: 0

Views: 1031

Answers (3)

Alam
Alam

Reputation: 1596

Check out FreeSDP. But it is distributed under GPL

Upvotes: 1

molson
molson

Reputation: 81

I haven't looked into open source stacks, but I would suspect that most SIP stacks would include an SDP parser. They are pretty closely tied together.

Upvotes: 1

Tsahi Levent-Levi
Tsahi Levent-Levi

Reputation: 2386

My company, RADVISION, offers a full commercial SIP stack written in C that includes an SDP parser. It might not be exactly what you're looking for, but it might reduce your development effort even further: http://www.radvision.com/Products/Developer/VoIP-Developer-Tools/SIP-Developer-Suite/

Upvotes: 1

Related Questions