Centos 7 Asterisk Kurulumu

sed -i 's/\(^SELINUX=\).*/\SELINUX=disabled/' /etc/sysconfig/selinux

sed -i 's/\(^SELINUX=\).*/\SELINUX=disabled/' /etc/selinux/config

reboot

 MAKE SURE SELINUX IS DISABLED running the  next command

 sestatus

 yum -y update

 yum -y groupinstall core base "Development Tools"

 yum install -y make wget openssl-devel ncurses-devel  newt-devel libxml2-devel kernel-devel gcc gcc-c++ sqlite-devel

 cd /usr/src/

 wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-16-current.tar.gz

 tar zxvf asterisk*

 cd /usr/src/asterisk*

 contrib/scripts/install_prereq install

 ./configure --libdir=/usr/lib64 --with-pjproject-bundled --with-jansson-bundled && make menuselect && make && make install

  make samples

  make config

  ldconfig

  service asterisk start

  asterisk -rvvvvvvvvvvvvv

Article Details

Article ID:
5
Category:
Date added:
2022-11-08 13:31:50
Views:
20
Rating (Votes):
(1)

Related articles