SOLVED Incredible Fax Script: FIXED

Tidder

New Member
Joined
Jan 23, 2017
Messages
12
Reaction score
1
Ward, sorry for the tweet. I didn't think about the forum at the time.

Seems the maintainer of the FreePBX-AvantFax plugin has either pulled the code or went private with it. My Pi stopped the IncredibleFax script, prompting for a GitHub username and password. I left them blank and it appeared to continue on but it never made it to asking for my area code so I know something didn't like the missing FreePBX plugin.

Couple questions:
If I find an alternate source, can I modify and run the script again? I know the script warns against running more than once. Second question, has anyone cloned that plugin recently or knows where to find a copy?
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
Thanks, @Tidder. I can't get to a RasPi until next week, but I'll check it out and see what's come unglued.
 

Tidder

New Member
Joined
Jan 23, 2017
Messages
12
Reaction score
1
Thanks Ward. Just a little more info now that I'm at a computer. The script attempts to clone https://github.com/joshnorth/FreePBX-AvantFAX. At that point in the script is where I was presented with a username and password request. Leaving them both blank resulted in an error output on the screen, but the script marched on. Not sure what broke at that point as the rest of the questions I remember the script asking me on prior Pi rollouts didn't pop up. I'm going to be messing with it more this weekend, I'll try to capture the output this time.
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
New Incredible Fax installers are now available for all supported platforms.

@Tidder: Here's the fix for RasPi:
Code:
cd /root
mv  incrediblefax13_raspi3.sh incrediblefax13_raspi3.old.sh
wget http://incrediblepbx.com/incrediblefax13_raspi3.sh
chmod +x incrediblefax13_raspi3.sh
./incrediblefax13_raspi3.sh

Here's the fix for CentOS platform:
Code:
cd /root
mv  incrediblefax11.sh incrediblefax11.old.sh
wget http://incrediblepbx.com/incrediblefax11.sh
chmod +x incrediblefax11.sh
./incrediblefax11.sh

Here's the fix for Ubuntu 14 platform:
Code:
cd /root
mv  incrediblefax11_ubuntu14.sh incrediblefax11_ubuntu14.old.sh
wget http://incrediblepbx.com/incrediblefax11_ubuntu14.sh
chmod +x incrediblefax11_ubuntu14.sh
./incrediblefax11_ubuntu14.sh
 
Last edited:

Tidder

New Member
Joined
Jan 23, 2017
Messages
12
Reaction score
1
Righteous! Thank you, I'll give it a go later this week but I'm sure it's going to work wonderfully. :D
 
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