Difference between revisions of "Talk:FreePBX"
From SME Server
Jump to navigationJump to searchUnnilennium (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...") |
Unnilennium (talk | contribs) |
||
Line 2: | Line 2: | ||
/etc/asterisk/sip_notify.conf from core/etc | /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. | 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 | 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 | ln -s /opt/freepbx/admin/modules/core/etc/sip_notify.conf /etc/asterisk/sip_notify.conf | ||
chown asterisk:asterisk /etc/asterisk/sip_notify.conf | chown asterisk:asterisk /etc/asterisk/sip_notify.conf | ||
+ | [[User:Unnilennium|Unnilennium]] 23:59, 1 November 2012 (MDT) |
Revision as of 06:59, 2 November 2012
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)