Hello,
I have a very busy (1400 concurrent calls) ARI application. At pick time it has problem with the websockets connection resulting in the foliowing errors which appears mutiple times for about a minute:
[2021-01-26 10:04:25] NOTICE[227760] ari/ari_websockets.c: Problem occurred during websocket write to 192.168.0.31:64009, websocket closed
[2021-01-26 10:04:25] WARNING[227758] ari/ari_websockets.c: WebSocket read error: Software caused connection abort
[2021-01-26 10:04:26] ERROR[255295][C-00003d91] res_stasis.c: Stasis app ‘Group1_Listeners2’ not active
Please note that the error is not that the Stasis application is not registered, but that is not active. What does it mean? What can cause these errors?