Re: [Sofia-sip-devel] Multipart payload handling

2009-01-21 Thread Aleksander Morgado
> >> 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

Re: [Sofia-sip-devel] Multipart payload handling

2009-01-21 Thread Pekka Pessi
2009/1/20 Aleksander Morgado : > 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 p

[Sofia-sip-devel] Multipart payload handling

2009-01-20 Thread Aleksander Morgado
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), ev