I did a new installation of fusionpbx, the import of the CDR wasn't working, and I discovered that the log variable in the switch section wasn't defined. I defined it, and the function that is called by crontab every minute and allows the cards to be imported worked (/usr/bin/php /var/www/fusionpbx/app/ xml_cdr/xml_cdr_import.php).
Since this definition was missing, I looked at all the switch definitions and found the ones shown in the screenshot.
Are they correct (can anyone check with their own installation)?
Given the error regarding the missing log definition, I suspect that this section has not been initialised correctly.
Thank you.

Since this definition was missing, I looked at all the switch definitions and found the ones shown in the screenshot.
Are they correct (can anyone check with their own installation)?
Given the error regarding the missing log definition, I suspect that this section has not been initialised correctly.
Thank you.
