found it !
`modparam("htable", "timer_procs", 0)` # problem when set to 1
```
if(rank==PROC_MAIN) {
if(ht_timer_procs>0) {
for(i=0; i<ht_timer_procs; i++) {
if(fork_sync_timer(PROC_TIMER, "HTable Timer", 1 /*socks
flag*/,
ht_timer, (void*)(long)i, ht_timer_interval)<0)
{
LM_ERR("failed to start timer routine as
process\n");
return -1; /* error */
}
}
}
}
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1237#issuecomment-333175534