2009/1/20 Aleksander Morgado <sofia-sip-de...@aleksander.es>:
> I'm getting a SIP INVITE with a multipart payload:
> Content-Type:  multipart/mixed;boundary=MessageBoundary
>
> I supposed that sofia-sip would split the payload into different
> msg_multipart_t accessible in sip->sip_multipart, but it doesn't do it
> (I get NULL pointer in sip->sip_multipart), even if it seems to have
> all the capabilities to do so with msg_multipart_parse() in
> msg/msg_mime.c.

Yes, there is a MIME multipart parser, but integrating that with the
SIP parser has never gone very far. It is on TODO list, however.

> Also checked the mailing list archives looking for someone with the
> same problem, and found a message posted in march 2007 related to the
> same issue:
> http://www.mail-archive.com/sofia-sip-devel@lists.sourceforge.net/msg01392.html
>
> Is it really still not implemented? Or do I need to do it explicitly
> when I detect the multipart payload?

I'm sorry, but that is way to go now...

-- 
Pekka.Pessi mail at nokia.com

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to