Home

Awesome

asterisk-autoinstall

This is an Asterisk Automatic Install Script based on Shell scripting and CentOS 7 as S.O

Pre-req:

apt-get update -y
apt-get upgrade -y
vim /etc/selinux/config

SELINUX=disabled  -- CAMBIAR A DISABLED
SELINUXTYPE=targeted
systemctl stop firewalld.service
systemctl disable firewalld.service

Use method:

Clone the complete repository and execute the install script (.sh)

git clone git@github.com:linuxshark/Asterisk-CentOS7-Install.git