SOLVED send faxes received to an email

Joe Lones

Member
Joined
Feb 10, 2016
Messages
50
Reaction score
4
I got google voice working on my raspberry pi 2 -incrediblepbx-avantFax installation.
I was also able to receive fax. However, the faxes only went to the avantFax inbox and was not sent to the email address I specified during install. I thought the email address inputted during install is suppose to do this? Sendmail is configured and working with gmail already.

I came across another post which says something about /etc/hylafax/FaxDispatch and adding/modify variables below:

Code:

Currently the file above contains:

Code:
case "$DEVICE" in
   ttyIAX0) [email protected]; FILETYPE=pdf;; # all faxes received on ttyIAX0
   ttyIAX1) [email protected]; FILETYPE=pdf;; # all faxes received on ttyIAX1
   ttyIAX2) [email protected]; FILETYPE=pdf;; # all faxes received on ttyIAX2
   ttyIAX3) [email protected]; FILETYPE=pdf;; # all faxes received on ttyIAX3
esac

Am I suppose to add the variables above this block of code or simply replace the SENDTO email address with my own?

Mail seems to routed to [email protected] from what I can gather

EDIT: nevermind emailing seems to work without modifications
 
Last edited:

Members online

No members online now.

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