[asterisk-bugs] Not sending email body when receiving a fax
Raid Zaghloul
raed.zaghloul at gmail.com
Tue Mar 8 10:54:21 CST 2011
Dear Sir/Madam
I had a problem that when I received a fax, asterisk would send an email
with the attachment of the fax, however , the body "text contents" of the
email never showed up.
I have investigated the issue and found out the following:
you need to modify the following script , //because it doesn’t send the
body in the mail properly
#nano -w /var/lib/asterisk/bin/fax-process.pl
find: Content-Type: text/plain;
one line above it has an additional space after "--$boundary" which is
causing the parts of the email to be miss-ordered , and thus causing the
body of the email -the text part- to be sent improperly
just delete the space
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-bugs/attachments/20110308/6ceb4cd6/attachment.htm>
More information about the asterisk-bugs
mailing list