Sipsettings.class.php error on reload

After the upgrade everything worked okay but today I tried to reload configuration with fwconsole reload and got this output:

fwconsole reload

Reload Started

In Sipsettings.class.php line 433:

json_decode() expects parameter 1 to be string, array given

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

I did not modified anything there and line 433 states:

$pjsip_identifers_order = json_decode($pjsip_identifers_json, true);

Please make sure you are on latest edge release of framework and sipsettings.

Issue should already be fixed
https://issues.freepbx.org/browse/FREEPBX-20742

Upgrade SIP Settings to edge with:

fwconsole ma upgrade sipsettings --edge
1 Like

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