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

<pre><code>/* 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);
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/pull/165#issuecomment-104037793">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZVpXz5PsO_gOYl9WsfbHVQ9w9ZRvks5oLO3YgaJpZM4EiXWc.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/kamailio/kamailio/pull/165#issuecomment-104037793"></link>
    <meta itemprop="name" content="View Pull Request"></meta>
  </div>
  <meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>