Got it! There were apparently two issues.
- My odbc.ini file was bad.
The first line of my odbc.ini file was:
odbc.ini[MySQL-asteriskcdrdb]
I removed “odbc.ini” from that first line. and records began to appear in the cel table
- I didn’t actually have a file called cdr_odbc.conf
I created a cdr_odbc.conf file with the following line in it
#include cdr_ adaptive_odbc.conf
With that change the cdr table began to populate.
I never had made any changes to these files so likely some update caused an issue. I found I actually have a file called odbc.ini.rpmsave which has the correct contents of the odbc.ini file.
Thanks so much for the help with this. I genuinely appreciate it.