Difference between revisions of "Instalasi Asterisk"

From OnnoWiki
Jump to navigation Jump to search
(New page: # apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 g++ # apt-get install libssl-dev # apt-get install bind9 # cp zaptel-1.4.0.tar.gz /usr/local/src/ # cp asterisk-1...)
 
(Redirecting to Compile Asterisk di Ubuntu)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
# apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 g++
+
#redirect [[Compile Asterisk di Ubuntu]]
# apt-get install libssl-dev
 
# apt-get install bind9
 
 
 
# cp zaptel-1.4.0.tar.gz /usr/local/src/
 
# cp asterisk-1.4.2.tar.gz /usr/local/src/
 
# cp asterisk-addons-1.4.0.tar.gz /usr/local/src/
 
# cp asterisk-sounds-1.2.1.tar.gz /usr/local/src/
 
# cp mpg123-0.65.tar.bz2 /usr/local/src/
 
# cp -Rf asterisk-gui/ /usr/local/src/
 
 
 
# cd /usr/local/src
 
# tar zxvf zaptel-1.4.0.tar.gz
 
# tar zxvf asterisk-1.4.2.tar.gz
 
# tar zxvf asterisk-addons-1.4.0.tar.gz
 
# tar zxvf asterisk-sounds-1.2.1.tar.gz
 
# tar jxvf mpg123-0.65.tar.bz2
 
 
 
# cd /usr/local/src/mpg123-0.65
 
# ./configure
 
# make
 
# make install
 
 
 
# cd /usr/local/src/zaptel-1.4.0
 
# ./configure
 
# make
 
# make install
 
 
 
# cd /usr/local/src/asterisk-1.4.2
 
# ./configure
 
# make
 
# make install
 
# make samples
 
 
 
# cd /usr/local/src/asterisk-addons-1.4.0
 
# ./configure
 
# make
 
# make install
 
# make samples
 
 
 
# /usr/local/src/asterisk-gui/trunk
 
# ./configure
 
# make
 
# make install
 
# make samples
 
 
 
# cd /usr/local/src/asterisk-sounds-1.2.1
 
# make install
 

Latest revision as of 05:32, 7 December 2010