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