Re: [Sofia-sip-devel] SDP parser error

2007-03-08 Thread Pekka Pessi
2007/3/7, [EMAIL PROTECTED] [EMAIL PROTECTED]: a=+g.poc.talkburst It appears parse_media_attr in sdp_parse.c returns after attempting a 'token' because it has a '+' which is deemed illegal. Should a '+' be valid? It is valid in RFC 4566, I guess we should update the SDP parser. Thanks for

[Sofia-sip-devel] SDP parser error

2007-03-07 Thread brian_moody
I'm attempting to parse the SIP SDP packet with the following code: parser = sdp_parse(home, message, len, sdp_f_insane | sdp_f_anynet); sdp = sdp_session( parser ); if( sdp == NULL ) { // get the error here error = sdp_parsing_error( parser ; } When I apply this

Re: [Sofia-sip-devel] SDP parser error

2007-03-07 Thread brian_moody
] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 9:01 AM To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] SDP parser error I'm attempting to parse the SIP SDP packet with the following code: parser = sdp_parse(home, message, len