New Install Asterisk 18 from source on CentOS Stream 8

Since Centos 7/8 approaches it’s EOL, below you will find all necessary commands and files to new install Asterisk 18 from source on Centos 8 Stream.Installing Asterisk 20 From source On Rocky 9 Prerequisites First of all make sure that you run all command as root user. Just run su command and enter root password. Update the system and install required dependencies. … Read more

asterisk 1.4 installation with libpri and DAHDI

asterisk

asterisk 1.4 installation with libpri and DAHDI Update the system before start installation and reboot the system. yum -y update   Install MySQL yum -y install mysql-server /etc/init.d/mysqld start chkconfig mysqld on Install Pre-Install Packages yum -y install kernel-devel make bison flex gcc-c++ gcc httpd php php-cli php-mysql php-pear php-gd curl sox ncurses-devel openssl-devel mysql-devel … Read more

Install Asterisk 13 and PJSIP on CentOS 6

install asterisk 13

Install Asterisk 13 and PJSIP on CentOS 6+ 64 bit Step 1 – Setup the environment The first step is to install the dependencies required to build the PJSIP libraries and Asterisk 13. Using the CentOS yum package manager we’ll update all currently installed packages to their latest version and then install some of the … Read more

asterisk 13 installation with libpri and dahdi on centos 7

install asterisk 13

Asterisk 13 installation with libpri and dahdi on centos 7 Installation Process Step 1: Disable SELINUX permanently. Please note do not start any installation while selinux still enabled. To know how to disable SELinux  Disable SELinux in Linux Disable SELinux in Linux Step 2: Update operating system yum update -y reboot Step 3: Download source code … Read more