<div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">Hello list,</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">I have kamailio <span>5.5.3 (x86_64/linux)</span> configured as an SBC in front of asterisk to front end webrtc clients. Browser clients running <span>JsSIP 3.7.0</span> connect to kamailio via webrtc and kamailio sends the traffic back to asterisk using SIP. rtpengine is configured to relay the RTP packets.</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">I need to send websocket pings every 10 seconds to the browser clients.<br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">I have the following config in kamailio:</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><span></span><span></span><span>modparam("websocket", "keepalive_mechanism", 1)</span><div><span>modparam("websocket", "keepalive_timeout", 10)</span></div><div><span>modparam("websocket", "keepalive_interval", 2)</span></div><div><span>modparam("websocket", "keepalive_processes", 2)</span></div><div><span>modparam("websocket", "verbose_list", 1)</span></div><span></span></div><br><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">If my understanding of the documentation is correct, I do not need to do any additional configuration. <br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">But looking at the websocket traffic, I do not see any ping packets in websocket. I am also using sipdump module to capture all packets sent and received by kamailio and the ping packets are not visible there either.</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">What could be wrong here? Do I need to do any additional config? <br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">Thanks for every help!</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">X.<br></div>