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
It is better to install Asterisk1.4 using yum if there is no other specific apps.作者: 角色 時間: 2010-8-3 19:13
Agree absolutely. I am able to compile the Asterisk only. I have problems in make Asterisk-GUI work and include the Dahdi drivers.
For simplicity point of view, it is advised to use AsteriskNOW 1.7 option 4 to install Asterisk 1.4 and Asterisk-GUI 2.0.
YH作者: 角色 時間: 2010-8-3 20:32
The Asterisk-GUI has been finally successfully installed because the firewall of the CentOS server was disabled by hand using the command /usr/bin/system-config-securitylevel.
YH作者: 角色 時間: 2010-8-3 21:48
Finally, the codecs iLBC and Speex is successfully compiled and implemented. The next target is to build Dahdi driver to the asterisk system.