Document installation changes for BSD users.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8896 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-01-30 14:12:39 +00:00
parent f9811bc198
commit a2eb074527

View File

@@ -38,3 +38,13 @@ Functions:
The SIP channel: The SIP channel:
* The "incominglimit" setting is replaced by the "call-limit" setting in sip.conf. * The "incominglimit" setting is replaced by the "call-limit" setting in sip.conf.
Installation:
* On BSD systems, the installation directories have changed to more "FreeBSDish" directories. On startup, Asterisk will look for the main configuration in /usr7local/etc/asterisk/asterisk.conf
If you have an old installation, you might want to remove the binaries and move the configuration files to the new locations. The following directories are now default:
ASTLIBDIR /usr/local/lib/asterisk
ASTVARLIBDIR /usr/local/share/asterisk
ASTETCDIR /usr/local/etc/asterisk
ASTBINDIR /usr/local/bin/asterisk
ASTSBINDIR /usr/local/sbin/asterisk