<div dir="ltr"><div><div><div><div><div><div><div><div>Hello,<br><br></div>I noticed that when I do a &quot;netstat --timers | grep sip-tls&quot; I see:<br>keepalive (2,62/0/0)<br><br></div>The first value counts from 30 seconds downwards. So the freeswitch TCP connection to my client seems to have a keepalive value of 30 secs.<br>
<br></div>I want to get rid of this since my clients send keepalive packets themselves every x seconds (currently every 600 seconds).<br></div>How can I increase or disable the Freeswitch keepalive function?<br><br></div>
I first thought that I&#39;d need to set:<br>&lt;param name=&quot;nat-options-ping&quot; value=&quot;false&quot;/&gt;<br>&lt;param name=&quot;all-reg-options-ping&quot; value=&quot;false&quot;/&gt;<br><br></div>but that didn&#39;t help. (My client is behind a NAT, and I thought this 30 seconds thing might be due to OPTIONS packets being sent every 30 seconds...)<br>
<br></div>Are there any suggestions how to turn off the keepalive function?<br><br></div>br,<br>Can<br></div>