开发者

sip parses and libraries?

开发者 https://www.devze.com 2023-02-03 23:41 出处:网络
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/answerin开发者_运维技巧g.

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/answerin开发者_运维技巧g.

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,


Check out FreeSDP. But it is distributed under GPL


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/


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消