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

Reply via email to