xyj70 / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Inbound faxes not being e-mailed #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update to latest svn
2. send an inbound fax
3. check fax_to_email.log 

What is the expected output? What do you see instead?
I have these errors in the fax_to_email.log
---------------------------------
cd /usr/local/freeswitch/storage/fax/domain/1021/inbox; /usr/bin/tiff2pdf -f -o 
Anonymous-2011-12-01-09-45-51.pdf 
/usr/local/freeswitch/storage/fax/domain/1021/inbox/Anonymous-2011-12-01-09-45-5
1.tif
tmp_to_row: email@domain.com
v_smtpfrom: example@gmail.com
v_smtpfromname: Voicemail
tmp_subject: Fax Received: Anonymous-2011-12-01-09-45-51

Deprecated: Function set_magic_quotes_runtime() is deprecated in 
/var/www/fusionpbx/secure/class.phpmailer.php on line 1471

Deprecated: Function set_magic_quotes_runtime() is deprecated in 
/var/www/fusionpbx/secure/class.phpmailer.php on line 1475
SMTP -> FROM SERVER:^M
<br />SMTP -> FROM SERVER: ^M
<br />SMTP -> ERROR: EHLO not accepted from server: ^M
<br />SMTP -> FROM SERVER: ^M
<br />SMTP -> ERROR: HELO not accepted from server: ^M
<br />SMTP -> NOTICE:^M
EOF caught while checking if connectedLanguage string failed to load: tls
Mailer Error: Language string failed to load: tls

What version of the product are you using? On what operating system?
R1726 Ubuntu 10.04 LTS 64-bit

Please provide any additional information below.

I did another svn update and deleted the secure and mod fax dirs then did 
another svn update and checked permissions

Original issue reported on code.google.com by g...@steadfasttelecom.com on 1 Dec 2011 at 2:57

GoogleCodeExporter commented 9 years ago
Fixed by going to system -> verify smtp settings and press save. I then saves 
an include to the secure dir that fax to email uses.

Original comment by markjcrane@gmail.com on 3 Dec 2011 at 8:00