Just did a module upgrade and the system fails to reload

I just ran the module update, reloaded and got this error:

Running 15.0.23

Any suggestions? Thanks!

fwconsole reload --verbose
Reload Started

In extensions.class.php line 197:

[Exception]
died in splice ext-group 602

Exception trace:
() at /var/www/html/admin/libraries/extensions.class.php:197
extensions->splice() at /var/www/html/admin/modules/zulu/Zulu.class.php:1047
FreePBX\modules\Zulu->doDialplanHook() at /var/www/html/admin/libraries/BMO/DialplanHooks.class.php:107
FreePBX\DialplanHooks->processHooks() at /var/www/html/admin/libraries/Console/Reload.class.php:318
FreePBX\Console\Command\Reload->reload() at /var/www/html/admin/libraries/Console/Reload.class.php:91
FreePBX\Console\Command\Reload->execute() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Command/Command.php:255
Symfony\Component\Console\Command\Command->run() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:960
Symfony\Component\Console\Application->doRunCommand() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:255
Symfony\Component\Console\Application->doRun() at /var/www/html/admin/libraries/Composer/vendor/symfony/console/Application.php:148
Symfony\Component\Console\Application->run() at /var/lib/asterisk/bin/fwconsole:163

reload [–json] [–dry-run] [–skip-registry-checks] [–dont-reload-asterisk]

Zulu is trying to splice dialplan that is not there. Perhaps a delete ring group.

Are you using Zulu? If not you can just remove it

fwconsole ma disable Zulu

So I ‘Added’ ring group 602 and it updated. I then deleted 602 and it seems to be ‘ok’.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.