Hi, we have an Asterisk PBX 16.1.1 in production, running on a dedicated server, but from a few months ago it has started to crash in approximate periods of 15 days, and in the log always appears the next reason:
ERROR[18650][C-0000259f] rtp_engine.c: FRACK!, Failed assertion user_data is NULL (0)
We implement CEL using SQLite3, our application query it every 800 miliseconds (we were using AMI previously but we had other problems with AMI), could the problem be there?
We have look into the source code of asterisk, file rtp_engine.c, and we have seen that there are code lines calling the function ast_assert, is it possible to comment those lines and recompile Asterisk to avoid crashes?
are those assertions necessary in production mode?
or there is a way to disable them?
Thank you very much.