yum install telnet ntpdate sntp unzip wget mlocate net-tools mailx iftop yum install libtermcap-devel libuuid-devel ncurses-devel libxml2-devel sqlite sqlite-devel openssl-devel speex-devel gsm-devel yum group install "Development Tools"
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-14-current.tar.gz wget https://downloads.asterisk.org/pub/telephony/libpri/libpri-current.tar.gz wget https://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz wget http://www.digip.org/jansson/releases/jansson-2.5.tar.gz
tar -zxvf libpri-current.tar.gz tar -zxvf dahdi-linux-complete-current.tar.gz tar -zxf jansson-2.5.tar.gz tar -zxvf asterisk-14-current.tar.gz
cd dahdi-linux-complete-2.11.1+2.11.1/ make; make install; make config
cd libpri-1.6.0/ make; make install
cd jansson-2.5 ./configure --prefix=/usr make; make install ldconfig
cd asterisk-14.5.0 contrib/scripts/install_prereq install contrib/scripts/get_mp3_source.sh ./configure --libdir=/usr/lib64 --with-pjproject-bundled make menuselect
make; make install
make install-logrotate make config ldconfig