CentOS 5.4 + Asterisk 1.4 Compilation
| 本帖最後由 角色 於 2010-8-10 10:20 編輯 
 1)Download CentOS 5.4 DVD.ISO and install as a server mode. Install the the following packages
 
 yum -y install gcc gcc-c++ kernel-devel bison openssl-devel \
 libtermcap-devel ncurses-devel doxygen curl-devel newt-devel \
 mlocate lynx tar wget nmap bzip2 mod_ssl crontabs vixie-cron \
 speex speex-devel unixODBC unixODBC-devel libtool-ltdl \
 libtool-ltdl-devel mysql-connector-odbc mysql mysql-devel \
 mysql-server php-mysql php-mbstring php-mcrypt flex screen \
 libxml2 libxml2-devel libtiff libtiff-devel
 
 ref: http://www.voip-info.org/wiki/vi ... +1.4.x+installation
 
 2) Download Asterisk 1.4 tar file from www.asterisk.org to /usr/src
 3) Untar the file using tar xvf asterisk.tar.gz
 4) Change directory to the asterisk folder
 5) Enter ./configure
 6) Enter make menuselect (In general, you do not need it except some applications or codecs are needed.)
 7) make
 8) make configure (configure asterisk into the linux box for auto-start)
 9) make install
 10)  reboot
 
 YH
 |