Talk:FreePBX

From SME Server
Revision as of 07:57, 2 November 2012 by Unnilennium (talk | contribs) (Created page with "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 s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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