Hi all,
We are in process of moving our “old” FPBX15 on Centos 7 machines towards FPBX17 on Debian 12. We notice that on some of the machines, Asterisk suddenly stops responding to REGISTER/INVITE requests. We are seeing this behavior on both Asterisk 18 and Asterisk 20…
When we fire the command “core show taskprocessors”, we notice that the In Queue values for “pjsip/distributor-” are more than 0:
In the full log, just before this issue… I see a few errors:
WARNING[2928495][C-0000398a] ast_expr2.fl: ast_yyerror(): syntax error: syntax error, unexpected ‘>’, expecting ‘-’ or ‘!’ or ‘(’ or ‘’; Input:
“LIMIT”=“LIMIT” & 3 & 0 & >0 & 0>=
^
[2024-11-07 17:10:41] WARNING[2928495][C-0000398a] ast_expr2.fl: If you have questions, please refer to Overview - Asterisk Documentation
[2024-11-07 16:37:33] ERROR[2109] iostream.c: SSL_shutdown() failed: error:00000001:lib(0)::reason(1), Internal SSL error
[2024-11-07 16:37:33] VERBOSE[2109] res_http_websocket.c: WebSocket connection from ‘X.X.X.X:20844’ forcefully closed due to fatal write error
Anyone has an idea what could cause this?