[sr-dev] [kamailio] Add option to disable delete queries in usrloc module. (#165)

Charles Chance notifications at github.com
Wed May 20 23:02:16 CEST 2015


According to the module code, you should also ensure "timer_procs" modparam is set to 0 (default):

    /* Register cache timer */
    if(ul_timer_procs<=0)
    {
        if (timer_interval > 0)
            register_timer(ul_core_timer, 0, timer_interval);
    }
    else
        register_sync_timers(ul_timer_procs);


---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/165#issuecomment-104037793
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20150520/76546c38/attachment.html>


More information about the sr-dev mailing list