2007/6/29, Jerry Richards <[EMAIL PROTECTED]>: > I am using sofia-sip (1.12.4). I have a need to invoke nua_notifier() > multiple times for certain scenarios. > > If I invoke nua_notifier() and then invoke it again prior to receiving the > 200 OK for the first NOTIFY (from the server), then sofia-sip will forget > about the second NOTIFY message and not send it. I really don't want to > queue nua_notifier() calls in my NUA. > > Is this a bug?
The nua_notifier() implements a feature known as throttle. It waits for a certain time (something like 5 seconds by default) before sending next NOTIFY. You should be able to disable the throttle by including NEATAG_THROTTLE(0) in nua_notifier() tags. -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel