Hi,

we have an application based on Sofia SIP 1.12.11 which uses directly INVITE 
methods between two SIP User Agents without a REGISTER server.

In the case that the User is still busy or the caller not allowed to call ( 
"404 Not found" etc. ), we have noticed a memory leak on the caller side if the 
outgoing INVITE event (nua_r_invite) has an status unequal "200 OK". We tried 
to generate the ACK Answer by our Event Handler, so NUTAG_AUTOACK( 0 ) and also 
the automatic answer with NUTAG_AUTOACK( 1 ) option. The ACK is 
generated correctly , but  in booth modi we lost memory.

The ACK Response Event "nua_r_ack" is hidden them from application.

So the question is, where is the best place to free the handle ?

Regards
Stefan


------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to