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 overnight, it apparently exhausts all 
memory.  I am
running version 1.12.7.

Pekka has committed a fix to the master darcs repo since.

Get the source from darcs as per tag 'rel-sofia-sip-1_12_7',
then pull the patch moved messsage passing into nua_stack.

Hope this helps,
  Mikhail

-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[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 stun_handle_destroy. So where we have to call
stun_handle_destroy?
Or however patch in attach seems resolve problem.
Could be a valid solution patch attached? 

Thanks in advance.
Bye

Ge@@ru  Stefano Marengo
1996a1997,1998
   req-sr_state = stun_req_dispose_me;
   
2000d2001
   req-sr_state = stun_req_dispose_me;

-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


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] How to access the payload for 180 ringing 
(earlymedia)?



I'm using version 1.12.4 with NUTAG_MEDIA_ENABLE(0). How can I access 
the media information in the 180 ringing response since the sip pointer in the 
nua_r_invite is NULL?

 

 

Charles Lu

-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/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 this case?

Best Regards,
Jerry


-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel