Hi all, 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. 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? Cheers, -Aleksander ------------------------------------------------------------------------------ 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