>
>> 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
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
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