I am running on the Master Branch and I have tried my luck in getting email to fax working via this thread:
https://www.pbxforums.com/threads/email-to-fax-under-fax-server.905/page-2
I've performed the following steps..
1.) Ensured that the send_mode queue enabled option is set to false in Default Settings
2.) Create a Gmail account with IMAP enabled
3.) Added a crontab entry as root to run every two minutes:
*/2 * * * * root wget --no-check-certificate --delete-after https://my.fusion.domain.net/app/fax/fax_emails.php
4.) Deleted all of the items in the GUI for the tenant that I am testing with: App > Fax Server > Sent & Log
5.) Everything I am reading says to delete the files above via CLI as well:
/var/lib/freeswitch/storage/fax/sent
/var/lib/freeswitch/storage/fax/temp
But these directories do not exist on my system.. however /var/lib/freeswitch/storage/fax/TENANT/sent and /var/lib/freeswitch/storage/fax/TENANT/temp do exist.. so I've deleted all of the files in these directories for the tenant that I am testing with.
6.) Restarted Freeswitch service
I've attached my fax server settings for the tenant in question to this thread.
I am sending an email to my Gmail address from an email on the approved senders list with the subject [out]PHONE-NUMBER and attached a PDF file to fax and then watched the /var/log/syslog and can see that my cron is running:
Feb 28 21:08:01 vpbx01-nodea CRON[12688]: (root) CMD (root wget --no-check-certificate --delete-after https://my.fusion.domain.net/app/fax/fax_emails.php)
However I'm not seeing any faxes for this tenant being sent when I look in the sent items or the log.
Any help would be greatly appreciated!
https://www.pbxforums.com/threads/email-to-fax-under-fax-server.905/page-2
I've performed the following steps..
1.) Ensured that the send_mode queue enabled option is set to false in Default Settings
2.) Create a Gmail account with IMAP enabled
3.) Added a crontab entry as root to run every two minutes:
*/2 * * * * root wget --no-check-certificate --delete-after https://my.fusion.domain.net/app/fax/fax_emails.php
4.) Deleted all of the items in the GUI for the tenant that I am testing with: App > Fax Server > Sent & Log
5.) Everything I am reading says to delete the files above via CLI as well:
/var/lib/freeswitch/storage/fax/sent
/var/lib/freeswitch/storage/fax/temp
But these directories do not exist on my system.. however /var/lib/freeswitch/storage/fax/TENANT/sent and /var/lib/freeswitch/storage/fax/TENANT/temp do exist.. so I've deleted all of the files in these directories for the tenant that I am testing with.
6.) Restarted Freeswitch service
I've attached my fax server settings for the tenant in question to this thread.
I am sending an email to my Gmail address from an email on the approved senders list with the subject [out]PHONE-NUMBER and attached a PDF file to fax and then watched the /var/log/syslog and can see that my cron is running:
Feb 28 21:08:01 vpbx01-nodea CRON[12688]: (root) CMD (root wget --no-check-certificate --delete-after https://my.fusion.domain.net/app/fax/fax_emails.php)
However I'm not seeing any faxes for this tenant being sent when I look in the sent items or the log.
Any help would be greatly appreciated!