Re: [Sofia-sip-devel] Duplicate sip_t structure cont.

2009-03-12 Thread Aleksander Morgado
Not sure if anyone ever had the same problem, but msg_dup() gave me continuous errors when dupping a SIP message with multipart payload: http://sourceforge.net/mailarchive/message.php?msg_name=71e7543a0901290159m16ee387fj9d93c17338f68eed%40mail.gmail.com Cheers, -Aleksander On Wed, Mar 11, 2009 a

Re: [Sofia-sip-devel] Duplicate sip_t structure cont.

2009-03-11 Thread techsgin
Hi I found how to do that. msg_t* lMsgCopy = msg_dup(nua_current_request(nua)); sip_t* lSipCopy = sip_object(lMsg); :-) _ From: techsgin [mailto:techs...@gmail.com] Sent: Wednesday, March 11, 2009 11:42 AM To: 'sofia-sip-devel@lists.sourceforge.net' Subject: Duplicate si