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
_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to