Under FreePBX System Status I have the following error:-
Error symlink from modules failed
retrieve_conf failed to sym link the /etc/asterisk/sip.conf file from modules
Added 18 hours, 55 minutes ago
(retrieve_conf.SYMLINK)
The other issue I have is that for some time under Module Admin when I do a “Check for updates on Line” there are no modules showing that there are upgrades available. It has been several months since it showed any - previous to 2.3,0 RC1
My original sip.conf iax.conf extensions.conf got overwriten during a rebuild so all permissions and symlinks were broken
Thats why Freepbx is reporting broken links
So this is what i did and it worked:)
root# su asterisk
asterisk# cd /var/www/admin/modules/core/etc/ # which is where Freepbx stores those files
asterisk# ln -s iax.conf /etc/asterisk/iax.conf # make symlink to /etc/asterisk folder make sure those files dont exist if so just rm {file.conf} repeat that command for each file sip.conf extensions.conf
asterisk# /var/lib/asterisk/bin/retrieve_conf # type that at a command line * reloads amp configuration
asterisk# amportal restart
loginto your freepbx box and at the top you should see apply configuration changes click that and it should be ok