Re: [SR-Users] TCP keepalive on server and client

2012-02-13 Thread Jijo
Hello, I have a requirement where the TLS connection initiated by kamailio shall stay to reuse by the sip server. The sip server is expecting PING on the TLS connection as as per the RFC 5626. Is there any plan to implement ping "CRLF CRLF" send by kamailio as per the RFC 5626. Thanks Jijo On Mo

Re: [SR-Users] TCP keepalive on server and client

2012-02-13 Thread Daniel-Constantin Mierla
Hello, tcp_keepalive is setting SO_KEEPALIVE which means sending keeplive by kamailio. You can watch network traffic with ngrep/tcpdump/wireshark... The tcp parameters are documented on wiki: http://www.kamailio.org/wiki/cookbooks/devel/core#tcp_keepalive Cheers, Daniel On 2/3/12 11:33 AM,

[SR-Users] TCP keepalive on server and client

2012-02-03 Thread Yufei Tao
Hi I want to use TCP keepalive to detect dead connections between Kamailio and my SIP clients. I've got some questions about this: 1. If I enable it on Kamailio by setting for example: tcp_crlf_ping = yes tcp_keepalive = yes tcp_keepidle = 60 tcp_keepintvl = 10 tcp_keepcnt = 3 >From what I read