<br><br>
<div><span class="gmail_quote">2008/3/22, Robert Lister &lt;<a href="mailto:robl@linx.net">robl@linx.net</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Fri, Mar 21, 2008 at 12:21:09PM +0100, Olivier wrote:<br>&gt; &gt; In Asterisk full log, I can see<br>&gt; Mar 20 14:36:41 DEBUG[29025] app_voicemail.c: Sent mail to<br>
&gt; <a href="mailto:XXX@example.orgwith">XXX@example.orgwith</a> command &#39;/usr/sbin/sendmail -t&#39;<br>&gt;<br>&gt; But when I type &quot;/usr/sbin/sendmail&nbsp;&nbsp;<a href="mailto:XXX@example.org">XXX@example.org</a>&quot; I can&#39;t see the same<br>
&gt; log lines with this id field.<br><br>According to the exim docs (if I understand correctly) the message ID used<br>is derived from the incoming header:<br><br>Message-Id: &lt;&gt;<br><br>So, I assume that whatever is submitting the messages to exim is also adding<br>
this Message-Id: header line.<br><br>If there is no message ID, then exim uses its internal message ID, but<br>doesn&#39;t appear to log an &quot;id=&quot; line.</blockquote>
<div>&nbsp;</div>
<div>Yes, you&#39;re right.</div>
<div>Voicemails are sent with &quot;sendmail &lt; voicemailfile&quot; commands.</div>
<div>The trick is find how to build such files.</div>
<div>&nbsp;</div>
<div>I&#39;ll try to find how to buil those and report.</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">You could write a wrapper script for your incoming faxes that uses some sort<br>of date/time+username combination using existing variables available in<br>
asterisk (maybe ${EPOCH} + ${UNIQUEID} + the recipient would do) or<br>something from the shell script to call the file name.)<br><br>R.<br><br><br>--<br>Robert Lister&nbsp;&nbsp;&nbsp;&nbsp; - London Internet Exchange - <a href="http://www.linx.net/">http://www.linx.net/</a><br>
<a href="mailto:sip:robl@linx.net">sip:robl@linx.net</a> - inoc-dba:5459*710&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- tel: +44 (0)20 7645 3510<br><br>_______________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</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><br></blockquote>
</div><br>