fix: timers use setForEver instead of run

Merged Nicolas Delpech requested to merge fix/timer_run into release/2.3

The catch-up feature isn't needed and it can cause numerous call to the callback in case of time leap (especially since the timers clock is based on system time).

FLEXISIP-502

Merge request reports