Asterisk on Ubuntu Breezy (v5.10)!
While Ubuntu has Asterisk in the distros, it is an old version at 1.0.9. In order to get the latest version compiled and running, you must first obtain and compile the libraries required for Asterisk:
- Openssl & -devel
- Ncurses & -devel
- Zlib & -devel
To do this, you must have gcc v3.4 and run this command as sudo/root:
apt-get install cvs make gcc g++ libncurses5-dev libssl-dev zlib1g-dev
Once this is complete, you may follow the standard installation instructions from Asterisk.org.
Update
Asterisk 16 Compilation and Installation on Ubuntu 18.04