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:
Currently the file above contains:
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
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:
[email protected]
FILETYPE=pdf
SENDTO="[email protected]"
TOADDR="[email protected]"
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: