@xkaraman commented on this pull request.
@@ -2176,6 +2184,11 @@ static int mod_init(void)
} }
+ /* Enable ping timer if interval is positive */ + if(rtpengine_ping_interval > 0) { + register_timer(rtpengine_ping_check_timer, 0, rtpengine_ping_interval);
I can't find documentation about it but it seems to be to be after interval seconds and not right away.