Re: [SR-Users] TCP Keepalive for NAT'd Clients

2016-11-08 Thread Colin Morelli
Don't know how I missed this. Thanks, Daniel! Best, Colin On Tue, Nov 8, 2016 at 3:46 AM Daniel-Constantin Mierla wrote: > Hello, > > you can set per tcp connection lifetime using tcpops module: > >- https://www.kamailio.org/docs/modules/stable/modules/tcpops.html > > You can do that when y

Re: [SR-Users] TCP Keepalive for NAT'd Clients

2016-11-08 Thread Daniel-Constantin Mierla
Hello, you can set per tcp connection lifetime using tcpops module: - https://www.kamailio.org/docs/modules/stable/modules/tcpops.html You can do that when you get the INVITE, before sending a negative response from kamailio.cfg. Or, if you relay the invite, set a failure route for it and do

[SR-Users] TCP Keepalive for NAT'd Clients

2016-11-07 Thread Colin Morelli
Hey all, Looking to figure out the best way to allow TCP connections to stay alive for NAT'd clients, however, to protect against people just opening TCP connections to the server, I'm hoping to only keepalive TCP connections for connections that have sent an INVITE and received a 200 OK. Does th