<br><br><div class="gmail_quote">On Fri, May 20, 2011 at 4:38 AM, Ishfaq Malik <span dir="ltr">&lt;<a href="mailto:ish@pack-net.co.uk">ish@pack-net.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

If you are going to use call files don&#39;t write them directly to<br>
<br>
/var/spool/asterisk/outgoing/<br>
<br>
write them in some temp directory and then move them to<br>
<br>
/var/spool/asterisk/outgoing/<br>
<br>
Ish<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div> </div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8">Make sure that your temp file is on the same mounted file system as /var/spool/asterisk/outgoing.  If they are on different file systems, mv will do a cp and a rm in this situation and you won&#39;t get the atomic operation you were hoping for.</div>

<div><br></div><div>-M</div></div>