How to fix FusionPBX problem when unable start Internal Profile – internal: Invalid Profile [internal]. In debug logs: Debug shows: [ERR] switch_core_db.c:108 SQL ERR [file is encrypted or is not a database]
Remove .db files that are in the DB folder inside your FreeSwitch install
# cd /var/lib/freeswitch/db
# rm *.db
Then restart FreeSwitch:
# service freeswitch restart
or simply reboot server:
# reboot
How To Enable Multiple Registrations on FusionPBX