Install Asterisk 1.8 from source on Ubuntu 12.04
New install updating the patches
apt-get update apt-get upgrade
Verifying kernel headers are installed
apt-get install linux-headers-`uname -r`
Downloding a packages for building asterisk, dependencies, compilers, etc
Compiler
apt-get install build-essential
sudo apt-get install libssl-dev
Required Dev file
apt-get install libxml2-dev
Termcap dev files
apt-get install libncurses5-dev
Continue reading Install Asterisk 1.8 from source on Ubuntu 12.04
