FYI Incredible PBX 13-13 Ubuntu Updates

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
A couple more fixes for the original Ubuntu 18 build of Incredible PBX...

Missing CDR Displays in FreePBX
Code:
cd /root
wget http://incrediblepbx.com/fix-cdr-18.tar.gz
tar zxvf fix-cdr-18.tar.gz
rm -f fix-cdr-18.tar.gz
./fix-cdr.sh

Missing News Reports (951)
Code:
cd /root
wget http://incrediblepbx.com/fix-news-18.tar.gz
tar zxvf fix-news-18.tar.gz
rm -f fix-news-18.tar.gz
./fix-news.sh
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
Latest Incredible PBX Installer Supports 32-bit Ubuntu 18.04

1. Download Ubuntu 18.04 32-bit mini ISO from our SourceForge repo

2. For install options, choose LAMP, Mail Server, SSH, and Ubuntu Server.

3. Once the Ubuntu 18.04 32-bit server is built, follow the Nerd Vittles tutorial.
 

kmcdaniel

Member
Joined
Jan 23, 2008
Messages
416
Reaction score
19
Can you use 64 bit?
Latest Incredible PBX Installer Supports 32-bit Ubuntu 18.04

1. Download Ubuntu 18.04 32-bit mini ISO from our SourceForge repo

2. For install options, choose LAMP, Mail Server, SSH, and Ubuntu Server.

3. Once the Ubuntu 18.04 32-bit server is built, follow the Nerd Vittles tutorial.
Can you use the 64 bit per the article? Also for production on vultr, is there a recommendation to use Ubuntu or Centos preferred?
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
64-bit Ubuntu 18.04 is an OK platform. We recommend CentOS 6 (64-bit) using the very latest Incredible PBX 13-13 installer (released today with GVSIP support which is not available natively on the Ubuntu platform yet).
 

kmcdaniel

Member
Joined
Jan 23, 2008
Messages
416
Reaction score
19
64-bit Ubuntu 18.04 is an OK platform. We recommend CentOS 6 (64-bit) using the very latest Incredible PBX 13-13 installer (released today with GVSIP support which is not available natively on the Ubuntu platform yet).
Thank you, Sir!
 

Stan@UTS

New Member
Joined
Jul 20, 2018
Messages
2
Reaction score
0
Sorry for posting in the wrong section. Please help a noob!

I recently installed Incredible PBX 13-13 on Hiformance (http://nerdvittles.com/?p=26171). Everything seems fine, but unfortunately I can't seem to access the GUI using the IP address provided by Hiformance. I am able to ssh into the Serial Console using Putty.

Please help! Thanks!
 

shetu

Member
Joined
Nov 28, 2014
Messages
136
Reaction score
10
Sorry for posting in the wrong section. Please help a noob!

I recently installed Incredible PBX 13-13 on Hiformance (http://nerdvittles.com/?p=26171). Everything seems fine, but unfortunately I can't seem to access the GUI using the IP address provided by Hiformance. I am able to ssh into the Serial Console using Putty.

Please help! Thanks!
try this
cd /root
bash add-ip home_vps {your vps ip}
Then press 0 and press enter
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
We are pleased to advise that the latest Incredible PBX for Ubuntu 18.04 installer has native support for Google Voice's new GVSIP platform. See the revised tutorial for install and setup instructions.
 
Joined
Jul 6, 2013
Messages
82
Reaction score
28
Hi Ward, the Ubuntu installation instructions in your blog ask the Ubuntu be installed with:
- LAMP
- mail
- OpenSSH
http://nerdvittles.com/?p=25930

So I have done so and this installs the default PostFix MTA.
I configured it and was able to send mails to my account:
# echo "masquerade" | mail -s test [email protected]
WOOwho! It works Cheese is thirst dog gamut!

Then I installed IncrediblePBX and now the above doesn't work any more.
Looking at the logs it seems that IncrediblePBX installed Sendmail alongside PostFix?
BUT it also looks from the log the message did deliver?!?! yet I don't see it in my inbox.

Aug 19 13:50:09 coms sendmail[2362]: w7JKo9m3002362: [email protected], [email protected] (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30166, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (w7JKo9IG002519 Message accepted for delivery)

I know the MTA's can emulate and use each others components... so my questions R:
(1) Did IncrediblePBX -completly- replace PostFix with Sendmail or is it just using parts?
(2) Do I need to configure Sendmail, or is it using the Sendmail emulation built into PostFix?
In the meantime I'm going to try to configure SendMail but would rather avoid that hazing.

Many thanks
Stepan

<EDIT>: Got it working after configuring both PostFix and Sendmail, both with masquerade to a .local FQDN to prevent rejection of messages by the Shaw (ISP) relay:

/etc/postfix/main.cf contains
myhostname = coms
relayhost = mail.shaw.ca
sender_canonical_maps = static:[email protected]

/etc/mail/sendmail.mc contains
define(`SMART_HOST', mail.shaw.ca)dnl
MASQUERADE_AS(`ipbx.local')dnl
FEATURE(`masquerade_envelope')dnl
FEATURE(`allmasquerade')dnl
FEATURE(`always_add_domain')dnl
 
Last edited:

Members online

No members online now.

Forum statistics

Threads
25,779
Messages
167,505
Members
19,199
Latest member
leocipriano
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