Talk:FreePBX

From SME Server
Revision as of 02:22, 11 November 2012 by Unnilennium (talk | contribs) (→‎version for SME8: new section)
Jump to navigationJump to search

retrieve_conf failed to sym link:

  /etc/asterisk/sip_notify.conf from core/etc

This can result in FATAL failures to your PBX. If the target file exists and not identical, the symlink will not occur and you should rename the target file to allow the automatic sym link to occur and remove this error, unless this is an intentional customization.

 mv   /etc/asterisk/sip_notify.conf   /etc/asterisk/sip_notify.conf.old
 ln -s /opt/freepbx/admin/modules/core/etc/sip_notify.conf /etc/asterisk/sip_notify.conf
chown asterisk:asterisk /etc/asterisk/sip_notify.conf

Unnilennium 23:59, 1 November 2012 (MDT)

version for SME8

need to update freepbx framework until at least 2.8 and would be better in http://www.freepbx.org/trac/milestone/2.10 or http://www.freepbx.org/trac/milestone/2.9

as current version of asterisk is 1.6 in sme8

for sme7 should not update after 2.8 as asterisk 1.4 is not supported anymore

17:22, 10 November 2012 (MST)Unnilennium