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:[email protected]] Sent: Wednesday, March 11, 2009 11:42 AM To: '[email protected]' Subject:

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

2009-03-11 Thread techsgin
p_t* lCopy = (sip_t*)msg_dup((msg_t*)sip) We are probably doing something wrong. We use the ubuntu sofia-sip-dev 1.12.9 (We cannot debug ) Regards TechSgin -- Apps built with the Adobe(R) Flex(R) framewor

[Sofia-sip-devel] how to ignore 302 redirect responses (NUA)

2009-02-26 Thread techsgin
it is 100 ??? not as we expected. *the actual sip message has 302 status in memory. 2) The sip stack connects to the new destination automatically. Extra information: sofia-sip-1.12 Linux Ubuntu 8.10 Using NUA module. Regards TechSgin