I am working on a fresh install of FreePBX. I am running Debian 12.8.0 on vmware. Everything was working fine. Until I started getting several errors.
When I try to “Apply Config” I get the error message “Unknown Error. Please Run: fwconsole reload --verbose”.
So natrually I go to the terminal and run that command.
root@PBX:/tmp# fwconsole reload --verbose
Reload Started
In PJSip.class.php line 531:
[Whoops\Exception\ErrorException (2)]
Undefined array key "transport"
Exception trace:
at /var/www/html/admin/modules/core/functions.inc/drivers/PJSip.class.php:531
Whoops\Run->handleError() at /var/www/html/admin/modules/core/functions.inc/drivers/PJSip.class.php:531
FreePBX\modules\Core\Drivers\PJSip->genConfig() at /var/www/html/admin/modules/core/Core.class.php:307
FreePBX\modules\Core->genConfig() at /var/www/html/admin/libraries/BMO/FileHooks.class.php:99
FreePBX\FileHooks->processNewHooks() at /var/www/html/admin/libraries/BMO/FileHooks.class.php:28
FreePBX\FileHooks->processFileHooks() at /var/www/html/admin/libraries/Console/Reload.class.php:340
FreePBX\Console\Command\Reload->reload() at /var/www/html/admin/libraries/Console/Reload.class.php:95
FreePBX\Console\Command\Reload->execute() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Command/Command.php:312
Symfony\Component\Console\Command\Command->run() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:1022
Symfony\Component\Console\Application->doRunCommand() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:314
Symfony\Component\Console\Application->doRun() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:168
Symfony\Component\Console\Application->run() at /var/lib/asterisk/bin/fwconsole:163
reload [--json] [--dry-run] [--skip-registry-checks] [--dont-reload-asterisk]
I have also been seeing ajax errors in the gui.
I’d love to resolve this instead of reinstalling. Any assistance would be super helpful.