Asterisk install on Ubuntu 11.04
Login as root - sudo su root
Get the packages needed
wget http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-10.1.2.tar.gz (this might change over time from http://www.asterisk.org/downloads)
tar xvfz asterisk-10.1.2..tar.gz
sudo apt-get install gcc-snapshot
sudo apt-get install libncurses5-dev
sudo apt-get install libxml2-dev
Install asterisk
./configure
make
make install
make samples
asterisk -vcfg
core restart now
reload
BOOM! done ,now install the GUI if ya want
No comments:
Post a Comment