Re: [Sofia-sip-devel] Memory Leaks in 1.12.7?

2007-12-07 Thread mikhail.zabaluev
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Jerry Richards Sent: Thursday, December 06, 2007 5:04 PM To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] Memory Leaks in 1.12.7? Hello All, If I run my application

[Sofia-sip-devel] Stun handle destroy Segfault

2007-12-07 Thread Ge@@ru
I try to use STUN feature of Sofia i have the following problem: If i try to destroy stun_handle_t (with stun_handle_destroy) inside stun_bind_cb there is always a segfault at row 2001 of stun.c file because sofia try to access to req variable after that req is been destroyed by

Re: [Sofia-sip-devel] How to access the payload for 180 ringing (earlymedia)?

2007-12-07 Thread mikhail.zabaluev
Hi, Use nua_i_state. BR, Mikhail From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Lu, Qichi Sent: Thursday, December 06, 2007 12:16 AM To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel]

[Sofia-sip-devel] nua_refer() 404 Not Found Reply

2007-12-07 Thread Jerry Richards
Hello All, I noticed if my application tries to refer an existing held call to an invalid number, sofia-sip will not ACK the incoming 404 Not Found response. I tried calling nua_ack(nh, TAG_END()) in the callback function, but this did not work either. How can I get sofia-sip to send the ACK in