<div dir="ltr"><div>Hello jg:</div><div> </div><div>When mutt is called from Asterisk&#39;s dialplan there&#39;s no output at mail.log</div><div> </div><div>When I use: </div><div>echo | /usr/bin/mutt -s &quot;New fax&quot; <a href="mailto:earohuanca@gmail.com">earohuanca@gmail.com</a> -a ${FAXDEST}/${tempfax} &gt; /tmp/ocurrencias.txt 2&gt;&amp;1</div>
<div>replacing FAXDEST and TEMPFAX with proper values, the output is as follows:</div><div> </div><div>Jun 20 16:16:16 SERVER-NAME sendmail[21276]: My unqualified host name (SERVER-NAME) unknown; sleeping for retry<br>Jun 20 16:17:16 SERVER-NAME sendmail[21276]: unable to qualify my own domain name (SERVER-NAME) -- using short name<br>
Jun 20 16:17:16 SERVER-NAME sendmail[21276]: r5KLHGgk021276: from=root, size=116501, class=0, nrcpts=1, msgid=&lt;20130620211615.GA21267@SERVER-NAME&gt;, relay=root@localhost<br>Jun 20 16:17:17 SERVER-NAME sm-mta[21285]: r5KLHGNY021285: from=&lt;root@SERVER-NAME&gt;, size=116646, class=0, nrcpts=1, msgid=&lt;20130620211615.GA21267@SERVER-NAME&gt;, proto=ESMTP, daemon=MTA-v4, relay=localhost [127.0.0.1]<br>
Jun 20 16:17:17 SERVER-NAME sendmail[21276]: r5KLHGgk021276: to=<a href="mailto:earohuanca@gmail.com">earohuanca@gmail.com</a>, ctladdr=root (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=146501, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (r5KLHGNY021285 Message accepted for delivery)<br>
Jun 20 16:17:19 SERVER-NAME sm-mta[21287]: STARTTLS=client, relay=<a href="http://gmail-smtp-in.l.google.com">gmail-smtp-in.l.google.com</a>., version=TLSv1/SSLv3, verify=FAIL, cipher=RC4-SHA, bits=128/128<br>Jun 20 16:17:20 SERVER-NAME sm-mta[21287]: r5KLHGNY021285: to=&lt;<a href="mailto:earohuanca@gmail.com">earohuanca@gmail.com</a>&gt;, ctladdr=&lt;root@SERVER-NAME&gt; (0/0), delay=00:00:03, xdelay=00:00:03, mailer=esmtp, pri=236646, relay=<a href="http://gmail-smtp-in.l.google.com">gmail-smtp-in.l.google.com</a>. [173.194.76.26], dsn=2.0.0, stat=Sent (OK 1371763040 f6si834075qaf.111 - gsmtp)<br>
</div><div>ocurrencias.txt is empty also.</div><div> </div><div>Elder Arohuanca</div><div> </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 19, 2013 at 3:12 PM, jg <span dir="ltr">&lt;<a href="mailto:webaccounts@jgoettgens.de" target="_blank">webaccounts@jgoettgens.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>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:<br>
    </div><div><div class="h5">
    <blockquote type="cite">
      <div dir="ltr">
        <div>Hi Andre:</div>
        <div> </div>
        <div>I added echo to provide STDIN, I&#39;m sure on variable
          contents, please see bellow</div>
        <div> </div>
        <div> </div>
        <div>Hello Steve,</div>
        <div> </div>
        <div>1. I&#39;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&#39;ve used ls, chmod, cp &amp;
          mv from Asterisk&#39;s CLI with &#39;!&#39; character.</div>
        <div>3. I don&#39;t get you, please give some advice to try using
          Verbose instead System</div>
        <div>4. I don&#39;t know how to get this, but I&#39;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 &quot;New fax&quot; <a href="mailto:earohuanca@gmail.com" target="_blank">earohuanca@gmail.com</a>
          -a ${FAXDEST}/${tempfax} &gt; /tmp/ocurrencies.txt
          2&gt;&amp;1), ocurrencies.txt is empty.</div>
        <div> </div>
        <div> </div>
        <div>DIALPLAN:</div>
        <div>[ Context &#39;default&#39; created by &#39;pbx_config&#39; ]<br>
            &#39;*95&#39; =&gt;          1. NoOp(trying to send a fax to an
          email)     <br>
                              2.
          Set(FAXDEST=/tmp/faxes)                    <br>
                              3. Set(tempfax=${SHELL(ls
          /tmp/faxes/*.tif):11}) <br>
                              4. NoOp(file name is:
          ${tempfax})             <br>
                              5.
          Goto(incoming-fax,fax,7)                   </div>
        <div> </div>
        <div>[ Context &#39;incoming-fax&#39; created by &#39;pbx_config&#39; ]<br>
            &#39;fax&#39; =&gt;          1. Verbose(3,Incoming
          fax)                    <br>
                            ...</div>
        <div>                    5.
          ReceiveFax(${FAXDEST}/${tempfax})          <br>
                              6. Verbose(3,- Fax receipt completed with
          status: ${FAXSTATUS}) <br>
                              7. System(echo | /usr/bin/mutt -s &quot;New
          fax&quot; <a href="mailto:earohuanca@gmail.com" target="_blank">earohuanca@gmail.com</a>
          -a ${FAXDEST}/${tempfax}) <br>
                              8. NoOp(System command status is:
          ${SYSTEMSTATUS}) <br>
                              9. Hangup()</div>
        <div> </div>
        <div>ASTERISK CLI OUTPUT:<br>
              -- Goto (default,*95,1)<br>
              -- Executing [*95@default:1] NoOp(&quot;SIP/40106-00001ea1&quot;,
          &quot;trying to send a fax to an email&quot;) in new stack<br>
              -- Executing [*95@default:2] Set(&quot;SIP/40106-00001ea1&quot;,
          &quot;FAXDEST=/tmp/faxes&quot;) in new stack<br>
              -- Executing [*95@default:3] Set(&quot;SIP/40106-00001ea1&quot;,
          &quot;tempfax=201306191111.tif&quot;) in new stack<br>
              -- Executing [*95@default:4] NoOp(&quot;SIP/40106-00001ea1&quot;,
          &quot;file name is: 201306191111.tif&quot;) in new stack<br>
              -- Executing [*95@default:5] Goto(&quot;SIP/40106-00001ea1&quot;,
          &quot;incoming-fax,fax,7&quot;) in new stack<br>
              -- Goto (incoming-fax,fax,7)<br>
              -- Executing [fax@incoming-fax:7]
          System(&quot;SIP/40106-00001ea1&quot;, &quot;echo | /usr/bin/mutt -s &quot;New
          fax&quot; <a href="mailto:earohuanca@gmail.com" target="_blank">earohuanca@gmail.com</a>
          -a /tmp/faxes/201306191111.tif&quot;) in new stack<br>
              -- Executing [fax@incoming-fax:8]
          NoOp(&quot;SIP/40106-00001ea1&quot;, &quot;System command status is:
          APPERROR&quot;) in new stack<br>
              -- Executing [fax@incoming-fax:9]
          Hangup(&quot;SIP/40106-00001ea1&quot;, &quot;&quot;) in new stack<br>
           </div>
        <div> </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 dir="ltr">&lt;<a href="mailto:voipforces@gmail.com" target="_blank">voipforces@gmail.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
            <div>Why &quot;echo |&quot; ?
              <div><br>
              </div>
              <div>Alsy are you sire of the content of ${FAXDEST}
                and ${tempfax}.</div>
              <div><br>
              </div>
              <div>Add some NoOp before.</div>
              <div>
                <div>
                  <div><br>
                  </div>
                  <div><br>
                    <div>
                      <div>On 2013-06-19, at 2:29 PM, Daniel - Asterisk
                        &lt;<a href="mailto:earohuanca@gmail.com" target="_blank">earohuanca@gmail.com</a>&gt;
                        wrote:</div>
                      <br>
                      <blockquote type="cite">
                        <div dir="ltr">
                          <div>Hi Andre,</div>
                          <div> </div>
                          <div>I&#39;ve tried with: </div>
                          <div>System(echo | /usr/bin/mutt -s &quot;New fax&quot;
                            <a href="mailto:earohuanca@gmail.com" target="_blank">earohuanca@gmail.com</a>
                            -a ${FAXDEST}/${tempfax})</div>
                          <div> </div>
                          <div>with no success, value of SYSTEMSTATUS
                            variable is APPERROR</div>
                          <div> </div>
                          <div>Again it works from Linux shell.</div>
                          <div> </div>
                          <div>Thanks in advance</div>
                          <div> </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 dir="ltr">&lt;<a href="mailto:voipforces@gmail.com" target="_blank">voipforces@gmail.com</a>&gt;</span>
                            wrote:<br>
                            <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
                              <div>Probably Asterisk does not know where
                                mutt is, specify it&#39;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" target="_blank">earohuanca@gmail.com</a>&gt;
                                          wrote:</div>
                                        <br>
                                      </div>
                                    </div>
                                    <blockquote type="cite">
                                      <div>
                                        <div>
                                          <div dir="ltr">
                                            <div>Hello everyone,</div>
                                            <div> </div>
                                            <div>I&#39;m trying to send a
                                              received fax with mutt,
                                              when I try it from the
                                              Linux shel it works, but
                                              when trying with
                                              Asterisk&#39;s System command
                                              it doesn&#39;t.</div>
                                            <div> </div>
                                            <div>Successful Linux
                                              command: </div>
                                            <div>echo | mutt -s &quot;New
                                              fax&quot; <a href="mailto:earohuanca@gmail.com" target="_blank">earohuanca@gmail.com</a>
                                              -a
                                              /tmp/faxes/201306191111.tif</div>
                                            <div> </div>
                                            <div>
                                              Unsuccessful Asterisk
                                              Command:</div>
                                            <div>same =&gt;
                                              n,System(mutt -s &quot;New fax&quot;
                                              <a href="mailto:elder.arohuanca@gmail.com" target="_blank">elder.arohuanca@gmail.com</a>
                                              -a
                                              ${FAXDEST}/${tempfax}.tif)</div>
                                            <div> </div>
                                            <div>I&#39;m using Asterisk
                                              1.8.19.0 on Debian 6.0.6,
                                              Asterisk was installed by
                                              root.</div>
                                            <div> </div>
                                            <div>Any hint will be
                                              appreciated.</div>
                                            <div> </div>
                                            <div>Elder D. Arohuanca</div>
                                            <div>Lima - Peru<br>
                                            </div>
                                          </div>
                                        </div>
                                      </div>
                                      <span><font color="#888888">
                                          --<br>
_____________________________________________________________________<br>
                                          -- Bandwidth and Colocation
                                          Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a>
                                          --<br>
                                          New to Asterisk? Join us for a
                                          live introductory webinar
                                          every Thurs:<br>
                                                        <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
                                          <br>
                                          asterisk-users mailing list<br>
                                          To UNSUBSCRIBE or update
                                          options visit:<br>
                                            <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></font></span></blockquote>
                                  </div>
                                  <br>
                                </div>
                              </div>
                              <br>
                              --<br>
_____________________________________________________________________<br>
                              -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a>
                              --<br>
                              New to Asterisk? Join us for a live
                              introductory webinar every Thurs:<br>
                                             <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
                              <br>
                              asterisk-users mailing list<br>
                              To UNSUBSCRIBE or update options visit:<br>
                                 <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
                            </blockquote>
                          </div>
                          <br>
                        </div>
                        --<br>
_____________________________________________________________________<br>
                        -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a>
                        --<br>
                        New to Asterisk? Join us for a live introductory
                        webinar every Thurs:<br>
                                      <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
                        <br>
                        asterisk-users mailing list<br>
                        To UNSUBSCRIBE or update options visit:<br>
                          <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></blockquote>
                    </div>
                    <br>
                  </div>
                </div>
              </div>
            </div>
            <br>
            --<br>
_____________________________________________________________________<br>
            -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
            New to Asterisk? Join us for a live introductory webinar
            every Thurs:<br>
                           <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
            <br>
            asterisk-users mailing list<br>
            To UNSUBSCRIBE or update options visit:<br>
               <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">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" target="_blank">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" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre>
    </blockquote>
    <br>
  </div></div></div>

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