Freepbx Failing to load retrieve_conf

I updated the zulu module of a system today and immediately after, it stopped processing calls. I get an error message that I need to run /var/lib/asterisk/bin/retrieve_conf. When I log into the sytem, here’s the output I see:

[root@ ~]# /var/lib/asterisk/bin/retrieve_conf
[FATAL] retreive_conf failed to get engine information and cannot configure up a softwitch with out it. Error: ERROR-UNABLE-TO-PARSE

I’ve been able to narrow it down to this piece of code in retrieve_conf:

$engineinfo = engine_getinfo();
if($engineinfo[‘version’] == 0){
fatal(sprintf(_(“retreive_conf failed to get engine information and cannot configure up a softwitch with out it. Error: %s”),$engineinfo[‘engine’]),true);

Does anyone have any suggestions on how to get this system running again?

I ended up forcing an update from the edge track for core and zulu and my issue seems to have been resolved.

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