@stefan-mititelu-idt 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);

Thank you. I think this should still be OK because I see rtpengines are 
forcefully pinged once, in child_init(), when building sockets, depending on 
"ping_mode" modparam. :+1: 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4016#discussion_r1834709628
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/4016/review/2424318...@github.com>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to