Asterisk Upgrade 1.4 - 1.8 For CentOS (RedHat distros)
Asterisk Upgrade 1.4 - 1.8 For CentOS (RedHat distros)
For CentOS (RedHat distros)
yum -y install kernel-devel-$(uname -r) libtool* make gcc patch perl bison gcc-c++ ncurses-devel flex libtermcap-devel autoconf* automake* autoconf libxml2-devel cmake
For Ubuntu/Debian
apt-get -y install gcc g++ automake autoconf libtool make libncurses5-dev flex bison patch libtool autoconf linux-headers-$(uname -r) libxml2-devel cmake
- Download all your software in /usr/src/ directory.Change directory to /usr/src:
- Copy&paste each of the lines below (one by one) in your command line (in /usr/src) to automatically download each software package (.tgz files)
-
* Do not download libpri (the third line) if you only require Analog card support
You have now finished downloading Asterisk, DAHDI and LibPRI software for your server
Installing Software Packages
The following instructions will guide you to uncompress the downloaded '.tgz' Asterisk/DAHDI/LibPRI files and install using make command
- DAHDI Installation
Untar DAHDi software packagepreviously downloaded in /usr/src/ and install* If there are any error messages while trying to the above commands, you are missing system dependencies listed in previous steps
- LibPRI Installation (required for PRI/BRI only)
Untar libPRI sources previously downloaded in /usr/src/ and install - Asterisk Installation
Note: if you are upgrading Asterisk make sure that old asterisk modules are removed from /usr/lib/asterisk/modules Untar asterisk sources previously downloaded in /usr/src/ and install
- Start Asterisk
- Access the Asterisk CLI and fun some basic commands to verify your Asterisk suite is ready for production
Comments
Post a Comment
Thanks for your comment! :)