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
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
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