Blogs
ss-noservice removal of Leading Plus Sign from the the DID
Your system is failing because your carrier is sending a + in front of the DID inbound. Either tell your carrier to remove the plus, or change your [trunkinbound] context in extensions.conf to this: [trunkinbound] ; DID call routing process ; use this one instead of...
read moreHow to configure Reliance Jio SIP trunk on Asterisk
How to configure Reliance Jio SIP trunk on asterisk Reliance Jio provide SIP E1 trunks with DIDs. For old PBX they give you SIP to E1 converter which give you RJ45 connector to connect your E1 port. Jio put a fiber cable and terminate on ONT from there they provide a...
read moreInstalling CentOS 6.9 Server – Minimal Build
Installing Centos 6.9 CentOS (Community Enterprise Operating System) is a free Linux operating system that has a 100% binary compatibility with RHEL (Red Hat Enterprise Linux). Because of this compatibility, many individuals and organisations choose CentOS as their...
read moreHow To Set Up Apache Virtual Hosts on CentOS 6.X
Step One— Create a New Directory The first step in creating a virtual host is to a create a directory where we will keep the new website’s information. This location will be your Document Root in the Apache virtual configuration file later on. By adding a -p to the...
read moreAsterisk-Vicidial-Goautodial-Wazo-Vicidialnow-FreePBX Installation
Step by Step Installation Vicidial/iConnect scratch installation in Centos 6.9 , with asterisk 11, latest dahdi and latest SVN version Vicidial/iConnect scratch installation in Centos 6.X with Asterisk 11 , latest Vicidial Steps Involved 1. Centos 6.X os installation...
read moreChanging SSH Port For Best Security on CentOS 6 or 7
First, we must edit the SSHD (SSH server daemon) configuration file. Use your favorite text editor. #vim /etc/ssh/sshd_config Add the following code to the bottom of the configuration file. To go to bottom of the file just press “shift+g”. # SSH Port Port 9752 # the...
read moreiConnect Predictive Dialer Installation
Once you have 64-bit CentOS 6.10 or 7.X minimal ISO up and running, log into your server as root and issue the following commands to kick off the Incredible PBX install. yum -y update yum -y install net-tools nano wget tar wget...
read moreThere is a time synchronization problem with your system, please tell your system administrator
Run below command as root to fix time synchronization problem with your system, please tell your system administrator. #ntpdate -s time-a.nist.gov #chkconfig ntpd on #service ntpd stop #ntpdate pool.ntp.org #service ntpd restart
read moreHow to configure the Digium PRI cards in Asterisk
Step 1: Card detected by server: Make sure card is detected by server , type the following command in Linux shell lspci /usr/src wget https://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-2.10.0+2.10.0.tar.gz make all && make install...
read moreTuning mysql server to boost performance – performance delivered
Edit MYSQL configurations: cp /etc/my.cnf /etc/my.cnf-gad-orig cat /etc/my.cnf.old > /etc/my.cnf vim /etc/my.cnf Add the following lines below under [mysqld] old_passwords=1 skip-name-resolve skip-host-cache max_connections=500
read morePinger-Voice Broadcasting-Press1 Installation
ln -s /var/www/html/call_pbx/config.php config.php ln -s /var/www/html/call_pbx/sql.php sql.php yum -y update yum -y install net-tools nano wget tar wget http://incrediblepbx.com/incrediblepbx-13-13-LEAN.tar.gz tar zxvf incrediblepbx-13-13-LEAN.tar.gz rm -f...
read more