SOLVED Incredible Fax Issues with 13-13

Eliad

Active Member
Joined
Aug 13, 2017
Messages
658
Reaction score
138
I installed a fresh Full Enchilada and IncredibleFax on Centos 6.9. I have a problem with AvantFax. I can send faxes ok. When I am to receive a fax, AvantFax shows it is receiving a fax, when finished there is nothing in the AvantFax Inbox. I thought I am supposed to get the fax in the Inbox . Am I wrong? Is it sending it just to the email? Am I missing something?

Of course my ISP blocks the emails from my system. I just applied sendmail instructions from Nerdvittles and does not seem to work for me.
 
I searched the logs referring to AvantFax and this is what I found. I do not know how to fix it though

Nov 27 19:30:25 PBX FaxGetty[15616]: RECV FAX (000000004): from IncredibleFax, page 12 in 0:00:27, INF, 3.85 line/mm, 2-D MMR, 14400 bit/s
Nov 27 19:30:26 PBX FaxGetty[3222]: RECV FAX: bin/faxrcvd.php 'recvq/fax000000002.tif' 'ttyIAX0' '000000004' '' 'Unavailable' 'Unavailable' '<NONE>' 's'
Nov 27 19:30:26 PBX FaxGetty[15625]: RECV FAX (000000004): recvq/fax000000002.tif from IncredibleFax, subaddress <unspecified>, 12 pages in 0:06:07
Nov 27 19:30:27 PBX FaxQueuer[2341]: NOTIFY: bin/notify.php 'doneq/q2' 'done' '0:06:25'
Nov 27 19:30:27 PBX FaxGetty[3222]: <-- [5:ATH0\r]
Nov 27 19:30:27 PBX FaxGetty[3222]: --> [2:OK]
 
Did you reboot? Try issuing command: iptables-restart which also resets permissions for AvantFax. Also try: /root/iaxmodem-restart
 
iptables-restart was the command needed. Now it receives the faxes. Thank you.
 
after reboot fax does not work again. I have to manually reissue iptables-restart.
Is there a way to change the AvantFax cover letter? I tried to edit the html cover page and it seems this page is pooling data from somewhere else.
 
after reboot fax does not work again. I have to manually reissue iptables-restart.
Is there a way to change the AvantFax cover letter? I tried to edit the html cover page and it seems this page is pooling data from somewhere else.

Check /etc/rc.d/rc.local. It should look like this:
Code:
touch /var/lock/subsys/local
sleep 5
fwconsole restart
sleep 5
/usr/local/sbin/iptables-restart
$(which faxgetty) -D ttyIAX0
$(which faxgetty) -D ttyIAX1
$(which faxgetty) -D ttyIAX2
$(which faxgetty) -D ttyIAX3
exit 0
 
/etc/rc.d/rc.local had
fwconsole restart was after iptables restart, also had sleep 10. I changed the order and changed sleep to 5 and now AvantFax works after a reboot.

Any suggestions on where to look for the AvantFax cover sheet editing?
Eliad
 
Last edited by a moderator:
Search the forum. Lots of threads about AvantFax coversheets. Search for coversheet and then cover sheet and then cover page to get all the results.
 

Members online

Forum statistics

Threads
26,689
Messages
174,413
Members
20,259
Latest member
Fadeek86
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