<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>This worked for me:&nbsp;</p>
<p>System(date | mutt -s "FAX from ${CALLERID(num)}" &nbsp;-a /var/spool/asterisk/fax/${STRFTIME(,,%Y%m%d)}-${CALLERID(num)}.tiff mail@domain)</p>
<p>I don't see any difference with you (beside the echo instead of date), so I guess you should look at the maillog to find out what is happening. Or (as I did in the end) write AGI script to send the goddamn mail using the language and method you like (I used Perl and MIME::Lite::TT::HTML), and make Asterisk call that script.</p>
<p>jg писал 19.06.2013 23:12:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div class="moz-cite-prefix">More things to try:<br /><br /> (1) Is there any entry in /var/log/maillog (or equivalent log file)? If so, mutt basically works and the messages should give some clues.<br /> (2) What happens if you call mutt without any attachments?<br /><br /> I am using mutt in exactly the same way and it works.<br /><br /> jg<br /><br /> Am 19.06.2013 21:50, schrieb Daniel - Asterisk:</div>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">
<div dir="ltr">
<div>Hi Andre:</div>
<div>&nbsp;</div>
<div>I added echo to provide STDIN, I'm sure on variable contents, please see bellow</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Hello Steve,</div>
<div>&nbsp;</div>
<div>1. I've just addd echo at my sentence, please see output bellow.</div>
<div>2. Asterisk is executing as root, I think Asterisk has access to read TIF files since I've used ls, chmod, cp &amp; mv from Asterisk's CLI with '!' character.</div>
<div>3. I don't get you, please give some advice to try using Verbose instead System</div>
<div>4. I don't know how to get this, but I'm using /usr/bin/mutt as you can see bellow.</div>
<div>5. I have redirected output of System this way : System(echo | /usr/bin/mutt -s "New fax" <a href="mailto:earohuanca@gmail.com">earohuanca@gmail.com</a> -a ${FAXDEST}/${tempfax} &gt; /tmp/ocurrencies.txt 2&gt;&amp;1), ocurrencies.txt is empty.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>DIALPLAN:</div>
<div>[ Context 'default' created by 'pbx_config' ]<br /> &nbsp; '*95' =&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1. NoOp(trying to send a fax to an email)&nbsp;&nbsp;&nbsp;&nbsp; <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2. Set(FAXDEST=/tmp/faxes)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3. Set(tempfax=${SHELL(ls /tmp/faxes/*.tif):11}) <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4. NoOp(file name is: ${tempfax})&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5. Goto(incoming-fax,fax,7)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
<div>&nbsp;</div>
<div>[ Context 'incoming-fax' created by 'pbx_config' ]<br /> &nbsp; 'fax' =&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1. Verbose(3,Incoming fax)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5. ReceiveFax(${FAXDEST}/${tempfax})&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6. Verbose(3,- Fax receipt completed with status: ${FAXSTATUS}) <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7. System(echo | /usr/bin/mutt -s "New fax" <a href="mailto:earohuanca@gmail.com">earohuanca@gmail.com</a> -a ${FAXDEST}/${tempfax}) <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8. NoOp(System command status is: ${SYSTEMSTATUS}) <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9. Hangup()</div>
<div>&nbsp;</div>
<div>ASTERISK CLI OUTPUT:<br /> &nbsp;&nbsp;&nbsp; -- Goto (default,*95,1)<br /> &nbsp;&nbsp;&nbsp; -- Executing [*95@default:1] NoOp("SIP/40106-00001ea1", "trying to send a fax to an email") in new stack<br /> &nbsp;&nbsp;&nbsp; -- Executing [*95@default:2] Set("SIP/40106-00001ea1", "FAXDEST=/tmp/faxes") in new stack<br /> &nbsp;&nbsp;&nbsp; -- Executing [*95@default:3] Set("SIP/40106-00001ea1", "tempfax=201306191111.tif") in new stack<br /> &nbsp;&nbsp;&nbsp; -- Executing [*95@default:4] NoOp("SIP/40106-00001ea1", "file name is: 201306191111.tif") in new stack<br /> &nbsp;&nbsp;&nbsp; -- Executing [*95@default:5] Goto("SIP/40106-00001ea1", "incoming-fax,fax,7") in new stack<br /> &nbsp;&nbsp;&nbsp; -- Goto (incoming-fax,fax,7)<br /> &nbsp;&nbsp;&nbsp; -- Executing [fax@incoming-fax:7] System("SIP/40106-00001ea1", "echo | /usr/bin/mutt -s "New fax" <a href="mailto:earohuanca@gmail.com">earohuanca@gmail.com</a> -a /tmp/faxes/201306191111.tif") in new stack<br /> &nbsp;&nbsp;&nbsp; -- Executing [fax@incoming-fax:8] NoOp("SIP/40106-00001ea1", "System command status is: APPERROR") in new stack<br /> &nbsp;&nbsp;&nbsp; -- Executing [fax@incoming-fax:9] Hangup("SIP/40106-00001ea1", "") in new stack<br /> &nbsp;</div>
<div>&nbsp;</div>
<div>Elder D. Arohuanca</div>
<div>Lima - Peru</div>
</div>
<div class="gmail_extra"><br /><br />
<div class="gmail_quote">On Wed, Jun 19, 2013 at 1:38 PM, Andre Courchesne <span>&lt;<a href="mailto:voipforces@gmail.com">voipforces@gmail.com</a>&gt;</span> wrote:<br />
<blockquote class="gmail_quote" style="border-left: 1px  #ccc  solid; padding-left: 1ex;">
<div>Why "echo |" ?
<div>&nbsp;</div>
<div>Alsy are you sire of the content of&nbsp;${FAXDEST} and&nbsp;${tempfax}.</div>
<div>&nbsp;</div>
<div>Add some NoOp before.</div>
<div>
<div class="h5">
<div>&nbsp;</div>
<div><br />
<div>
<div>On 2013-06-19, at 2:29 PM, Daniel - Asterisk &lt;<a href="mailto:earohuanca@gmail.com">earohuanca@gmail.com</a>&gt; wrote:</div>
<br />
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">
<div dir="ltr">
<div>Hi Andre,</div>
<div>&nbsp;</div>
<div>I've tried with:</div>
<div>System(echo | /usr/bin/mutt -s "New fax" <a href="mailto:earohuanca@gmail.com">earohuanca@gmail.com</a> -a ${FAXDEST}/${tempfax})</div>
<div>&nbsp;</div>
<div>with no success, value of SYSTEMSTATUS variable is APPERROR</div>
<div>&nbsp;</div>
<div>Again it works from Linux shell.</div>
<div>&nbsp;</div>
<div>Thanks in advance</div>
<div>&nbsp;</div>
<div>Elder</div>
</div>
<div class="gmail_extra"><br /><br />
<div class="gmail_quote">On Wed, Jun 19, 2013 at 1:08 PM, Andre Courchesne <span>&lt;<a href="mailto:voipforces@gmail.com">voipforces@gmail.com</a>&gt;</span> wrote:<br />
<blockquote class="gmail_quote" style="padding-left: 1ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid;">
<div>Probably Asterisk does not know where mutt is, specify it's path in your System command.
<div><br />
<div>
<div>
<div>
<div>On 2013-06-19, at 2:03 PM, Daniel - Asterisk &lt;<a href="mailto:earohuanca@gmail.com">earohuanca@gmail.com</a>&gt; wrote:</div>
</div>
</div>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">
<div>
<div>
<div dir="ltr">
<div>Hello everyone,</div>
<div>&nbsp;</div>
<div>I'm trying to send a received fax with mutt, when I try it from the Linux shel it works, but when trying with Asterisk's System command it doesn't.</div>
<div>&nbsp;</div>
<div>Successful Linux command:</div>
<div>echo | mutt -s "New fax" <a href="mailto:earohuanca@gmail.com">earohuanca@gmail.com</a> -a /tmp/faxes/201306191111.tif</div>
<div>&nbsp;</div>
<div>Unsuccessful Asterisk Command:</div>
<div>same =&gt; n,System(mutt -s "New fax" <a href="mailto:elder.arohuanca@gmail.com">elder.arohuanca@gmail.com</a> -a ${FAXDEST}/${tempfax}.tif)</div>
<div>&nbsp;</div>
<div>I'm using Asterisk 1.8.19.0 on Debian 6.0.6, Asterisk was installed by root.</div>
<div>&nbsp;</div>
<div>Any hint will be appreciated.</div>
<div>&nbsp;</div>
<div>Elder D. Arohuanca</div>
<div>Lima - Peru</div>
</div>
</div>
</div>
<span><span style="color: #888888;"> --<br /> _____________________________________________________________________<br /> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/">http://www.api-digital.com</a> --<br /> New to Asterisk? Join us for a live introductory webinar every Thurs:<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a><br /><br /> asterisk-users mailing list<br /> To UNSUBSCRIBE or update options visit:<br /> &nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></span></span></blockquote>
</div>
</div>
</div>
<br /> --<br /> _____________________________________________________________________<br /> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/">http://www.api-digital.com</a> --<br /> New to Asterisk? Join us for a live introductory webinar every Thurs:<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a><br /><br /> asterisk-users mailing list<br /> To UNSUBSCRIBE or update options visit:<br /> &nbsp; &nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></blockquote>
</div>
</div>
--<br /> _____________________________________________________________________<br /> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --<br /> New to Asterisk? Join us for a live introductory webinar every Thurs:<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a><br /><br /> asterisk-users mailing list<br /> To UNSUBSCRIBE or update options visit:<br /> &nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></blockquote>
</div>
</div>
</div>
</div>
</div>
<br /> --<br /> _____________________________________________________________________<br /> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --<br /> New to Asterisk? Join us for a live introductory webinar every Thurs:<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a><br /><br /> asterisk-users mailing list<br /> To UNSUBSCRIBE or update options visit:<br /> &nbsp; &nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></blockquote>
</div>
</div>
<br /><fieldset class="mimeAttachmentHeader"></fieldset><br />
<pre>--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               <a class="moz-txt-link-freetext" href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a>

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre>
</blockquote>
<br /><!-- html ignored --><br />
<pre>--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               <a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a>

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
</pre>
</blockquote>
<p>&nbsp;</p>
<div>
<pre><span class="sig"><span style="color: #999999;">-- </span><br /><span style="color: #999999;">With Best Regards</span><br /><span style="color: #999999;"><a title="mailto:mlischuk@itx.com.ua" href="mailto:mlischuk@itx.com.ua">Mikhail Lischuk</a></span><br /></span></pre>
<pre><span class="sig">&nbsp;</span></pre>
</div>
</body></html>