Asterisk 15 installation on Centos 7 and basic configuration of realtime
Preparation of the system.
Disabled SELinux
sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config
Dependencies
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
↧