We have a pretty big Asterisk 18.15.1 deployment (~1500 registered clients). The transport is TLS only and we just use the PJSIP channel driver.
Somehow, we already entered the Situation where the Server stopped accepting new TLS connections. This was proven both by Uptimerobot reporting an Offline Status and also SIP clients unable to register.
This Situation seems happening approx. every month (uptime). Not yet sure if this is a hard fact or just coincidence.
Already initiated connections seem to remain open.
The log doesn’t show any error or warning.
Any idea how this can be diagnosed further if it happens again?
You can check the number of connections currently open with “ss -nt” or (pre-iproute2) “netstat -nt”. If you see an ever-increasing list of entries here, then somehow you are opening connections but not closing them. Then you can use the lsof command to find out which processes are holding those connections open.