19 Jun
2024
19 Jun
'24
6:39 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37087 --- Comment #8 from David Cook <dcook@prosentient.com.au> --- If your SIP server is behind stunnel, you'll need to add at least the following to your stunnel configuration as well: socket = l:SO_KEEPALIVE=1 socket = r:SO_KEEPALIVE=1 If you've tweaked your kernel params at the OS level, then you can leave it there. Otherwise, you'd also need to add stunnel config for TCP_KEEPIDLE and possibly TCP_KEEPINTVL. -- You are receiving this mail because: You are watching all bug changes.