It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
Howdy, Stranger!
It looks like you've been lurking for a while.
If you register, we also will remember what you have read and notify you about new comments. You will also be able to participate in discussions.
So if you'd like to get involved, register for an account, it'll only take you a minute!
yum install epel-release dmidecode gcc-c++ ncurses-devel libxml2-devel openssl-devel newt-devel kernel-devel sqlite-devel libuuid-devel gtk2-devel jansson-devel binutils-devel -y
mkdir ~/install
cd ~/install
wget http://www.pjsip.org/release/2.5.5/pjproject-2.5.5.tar.bz2
tar -jxvf pjproject-2.5.5.tar.bz2
cd pjproject-2.5.5
./configure --prefix=/usr --libdir=/usr/lib64 --enable-shared --disable-video --disable-sound --disable-opencore-amr
make dep
make
make install
ldconfig
cd ~/install
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz
tar -zxvf asterisk-13-current.tar.gz
cd asterisk-13.10.0/
yum install svn -y
contrib/scripts/get_mp3_source.sh
./configure --libdir=/usr/lib64
make menuselect
make
make install
make samples
make config
service asterisk start
asterisk -rvv
Comments
https://community.time4vps.com/discussion/273/kvm-centos-freepbx-14-and-asterisk-14-installation-on-centos-7/p1