Call Event Logging always show "Search returned 0 calls"

Hi!

I had the same problem but in my case it was simply a crashed CEL table…

To fix a crashed table you need to issue something like:

mysql
use asteriscdrdb;
repair table cel;
quit;

Good luck and have a nice day!

Nick