homehowtokbslinksaboutcontactprojectsmusic

Index > Help Tutorials > Asterisk with MySQL Realtime Support on Ubuntu 12.04 LTS
I am assuming that you already have Ubuntu 12.04 LTS installed with LAMP package, if you have not installed LAMP package during installation then consider installing LAMP package, there is no assurance that it will work for your setup, worked for me so I am sharing it

Okay back to work, do any update and upgrade
sudo apt-get update && apt-get upgrade -y
Install asterisk and its related packages
sudo apt-get install asterisk asterisk-doc asterisk-mysql asterisk-dahdi -y
That is it, asterisk has been install with realtime support enable