<br><br>
<div><span class="gmail_quote">2008/3/22, Robert Lister <<a href="mailto:robl@linx.net">robl@linx.net</a>>:</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>> > In Asterisk full log, I can see<br>> Mar 20 14:36:41 DEBUG[29025] app_voicemail.c: Sent mail to<br>
> <a href="mailto:XXX@example.orgwith">XXX@example.orgwith</a> command '/usr/sbin/sendmail -t'<br>><br>> But when I type "/usr/sbin/sendmail <a href="mailto:XXX@example.org">XXX@example.org</a>" I can't see the same<br>
> 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: <><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't appear to log an "id=" line.</blockquote>
<div> </div>
<div>Yes, you're right.</div>
<div>Voicemails are sent with "sendmail < voicemailfile" commands.</div>
<div>The trick is find how to build such files.</div>
<div> </div>
<div>I'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 - 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 - 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> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote>
</div><br>