Default Configuration: Asterisk 11 with enhanced Asterisk-GUI, Kennonsoft GUI, and NANPA dialplan
Platform: 64-bit CentOS 6.5/6.6 running on Dedicated Server, Cloud-Based Server, or Virtual Machine
Minimum Memory: 512MB
Recommended Disk: 20GB+
For CentOS/Scientific Linux 6.5 minimal install:
|
1 2 3 4 5 6 7 8 9 10 |
setenforce 0 yum -y upgrade yum -y install net-tools nano wget ifconfig sed -i 's|quiet|quiet net.ifnames=0 biosdevdame=0|' /etc/default/grub grub2-mkconfig -o /boot/grub2/grub.cfg wget http://incrediblepbx.com/update-kernel-devel chmod +x update-kernel-devel ./update-kernel-devel reboot |
For CentOS/Scientific Linux 6.6 minimal install:
|
1 2 3 4 5 |
setenforce 0 yum -y upgrade yum -y install net-tools nano wget ifconfig reboot |
3. Install GIT-R-Done Edition of Incredible PBX for Asterisk-GUI
|
1 2 3 4 5 6 7 8 |
cd /root yum -y install wget wget http://incrediblepbx.com/incrediblepbx11gui-git.tar.gz tar zxvf incrediblepbx11gui-git.tar.gz #./create-swapfile-DO #add this step for Digital Ocean droplets rm -f incrediblepbx11gui-git.tar.gz ./IncrediblePBX11-GUI-git.sh ./IncrediblePBX11-GUI-git.sh |
4. Install Incredible Fax for Asterisk-GUI (optional)
|
1 2 3 4 |
cd /root ./incrediblefax11-GUI.sh ./avantfax-pw-change reboot |
5. Initial Configuration of Incredible PBX for Asterisk-GUI
Set your correct time zone: ./timezone-setup
Create admin password for web apps: htpasswd -b /etc/pbx/wwwpasswd admin newpassword
Make a copy of your other passwords: cat passwords.FAQ
Make a copy of your Knock codes: cat knock.FAQ
Decipher IP address and other info about your server: status
Click USERS tab in Incredible PBX GUI
Click Asterisk-GUI Administration
Log in as user: admin with password: password
Immediately change your admin password and login again


