download asterisk source from http://www.asterisk.org/downloads on you local system. as it is *.tar.gz file you have to decompress it using the following command
tar -zxf asterisk-1.XXX.tar.gz. >>> out put would be the directory with the name asterisk-1.XXX
go the that directory using the "cd asterisk-1.XXX" command and run the following commands.
make clean
make
make all
make install
and thats it.
for more details follow instruction given on below link.
http://www.voip-info.org/wiki/view/Asterisk+installation+for+CentOS+4.x
No comments:
Post a Comment