This is TikiWiki 1.9.7 -Sirius- © 2002–2006 by the Tiki community Thu 20 of Dec, 2007 [16:14 UTC]

History: Asterisk Manual Installation

Source of version: 1 (current)

#Download and untar asterisk, zaptel, and libpri releases from http://www.asterisk.org into /usr/src
**~pp~[root@b2 src]# wget -c http://ftp.digium.com/pub/asterisk/
old-releases/asterisk-1.2.10.tar.gz~/pp~
**~pp~[root@Ana17 src]# wget -c http://ftp.digium.com/pub/zaptel/
releases/zaptel-1.2.8.tar.gz~/pp~
**~pp~[root@Ana17 src]# wget -c http://ftp.digium.com/pub/libpri/
libpri-1.2.3.tar.gz~/pp~
#Create symbolic links~pp~
[root]# cd /usr/src
[root]# ln -s asterisk-1.2.10 asterisk
[root]# ln -s zaptel-1.2.8 zaptel
[root]# ln -s libpri-1.2.3 libpri~/pp~
#Compile libpri to ensure no problems exist at this point
##cd /usr/src/libpri
##make clean
##make install
#Compile zaptel to ensure no problems exist at this point
##cd /usr/src/zaptel
##make clean
##make install; I found and fixed this [http://wiki.sangoma.com/wanpipe-linux-asterisk-appendix#zaptelOnSomeRedHatSystems|problem].
#Compile asterisk to ensure no problems exist at this point
##cd /usr/src/asterisk
##make clean
##make install


Menu [hide]
Toggle  Wiki
Powered by TikiWiki Powered by PHP Powered by Smarty Powered by ADOdb Made with CSS Powered by RDF
RSS Wiki
[ Execution time: 1.35 secs ]   [ Memory usage: Unknown ]   [ 16 database queries used ]   [ GZIP Disabled ]   [ Server load: 7.55 ]