SOLVED Incredible Fax 2027 Receive & Send Failures

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
20,217
Reaction score
5,974
faxmachine.png
Issue #1: For those that deployed the Incredible PBX 2027 solution for faxing, be advised that there was an issue if your Inbound Route was configured to send calls to a Ring Group. Tutorial has been updated with the fix.

The fix is to add this context to the end of /etc/asterisk/extensions_custom.conf and reload dialplan: fwconsole reload

Code:
[ext-group](+)
exten => fax,1,Noop(Fax detected)
exten => fax,2,Goto(custom-fax-iaxmodem,s,1)

Issue #2: If you will be using a PJsip trunk to send outbound faxes, issue the following command to adjust the syntax in the sendfax.sh script. Tutorial also updated with this fix.

Code:
sed -i 's|SIP/$mytrunk/$faxnumber|PJSIP/$faxnumber@$mytrunk|' /root/sendfax.sh
 
Last edited:
9/27/2023 update: sendfax.tar.gz script now includes code to decipher SIP technology automatically so Issue #2 above will be resolved automatically for new installs beginning 9/27/2023.

You also can redownload the script to get the update:

Code:
cd /root
wget http://incrediblepbx.com/sendfax2027.tar.gz
tar zxvf sendfax2027.tar.gz
rm -f sendfax2027.tar.gz
 
Last edited:

Members online

Forum statistics

Threads
26,687
Messages
174,411
Members
20,257
Latest member
Dempan
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.
Back
Top