fix wrong function invocation period for secondary timer.
i have noticed new secondary timer invocation period error , while looking at commit 93b5d2e
functions called more often than it should due to (c % wt->cycles==0) is TRUE.
i'm not sure this is the best possible fix, but it works
https://github.com/kamailio/kamailio/pull/487
—
Reply to this email directly or view it on GitHub.