History: Asterisk Manual InstallationSource 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 |
Login |