Are you using the same nua_handle (op->op_handle) for each REGISTER?
Try to run with valgrind and post the results.


2013/6/17 Anees K A <anees...@mistralsolutions.com>

> Hi,
>
> I am using SIP REGISTER method to create a conference factory. For that I
> am using 'q' factor parameter in REGISTER to let the server know of the
> current load.
>
> When q value changes, I am calling re-registration with new q value. I am
> seeing that this second call is causing the application to allocate more
> memory rather than using what is already allocated. If this operation is
> let to run for 1 day, the memory usage can be seen as increasing.
>
> The register call I use is as follows
>
> nua_register(op->op_handle,
>                     NUTAG_M_FEATURES('q=1.0'),
>                     TAG_NULL());
>
> Has anyone point me what I am doing wrong ?
>
> Regards
>
> anees k A
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> Sofia-sip-devel mailing list
> Sofia-sip-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>
>


-- 
Alexsander Petry
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to