PIONEERS GIT: Incredible PBX for Asterisk-GUI (CentOS)

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
For those using CentOS, we have the first Incredible PBX build using the new GIT repos for Asterisk 11 and Asterisk-GUI.

Just follow the existing tutorial to get CentOS 6.6 installed. Then substitute the following for the Incredible PBX installer portion of the install:
Code:
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

Holler if it smokes.:sifone:

CCf2khnWgAIoKnh.jpg:large


What's the advantage of GIT? Glad you asked. Here's how (I think) we keep the Asterisk 11 build current. Sounds complicated but can take under a minute. Is there a GIT expert in the house?? Have I missed something? This is too easy.
Code:
cd /usr/src/asterisk-11
git remote update
git pull
make
make install
asterisk-restart
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
is it only 64 bit?


Comment out the error check for 64-bit (line #59 ) and uncomment the make menuselect command (line #328 ), and everything will work except for FLITE and WebMin. Menuselect is a little ugly still but Asterisk will compile just fine if you SAVE the default menuselect options once menuselect screen appears. Remember to expand SSH window.
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
Version 11.17-02 now available. Added native menuselect functionality to GIT as well as upgrade-asterisk-to-current script in /root to support GIT repo. Requires 64-bit CentOS 6.5/6.6 platform.
 

hecatae

resident hecatae
Joined
Feb 7, 2014
Messages
760
Reaction score
199
Comment out the error check for 64-bit (line #59 ) and uncomment the make menuselect command (line #328 ), and everything will work except for FLITE and WebMin. Menuselect is a little ugly still but Asterisk will compile just fine if you SAVE the default menuselect options once menuselect screen appears. Remember to expand SSH window.


Trying now, all seems to be working on 32 bit only # line 59, maybe a 11gb hdd was too small, and 512mb ram

Capture.PNG
 

Members online

No members online now.

Forum statistics

Threads
25,778
Messages
167,504
Members
19,198
Latest member
serhii
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top