This is kind of obvious and is probably not the cause of your problem,
but it has tripped me up from time to time when trying to code things
in the Asterisk dialplan. Are you sure that the two variables you
reference <font size="2"><span><font size="+0"><span><font face="Verdana" size="2">(${PathRecordingTemp}
and ${CUSTNUM}) have been defined and hold the correct values before
you try to reference them in your system call? <br>
<br>
Just a thought; I don't see anything wrong other than that. <br>
<br>
-Rusty<br>
</font></span></font></span></font><br><div><span class="gmail_quote">On 12/30/05, <b class="gmail_sendername"><a href="mailto:bday@prosodiemail.com">bday@prosodiemail.com</a></b> &lt;<a href="mailto:bday@prosodiemail.com">
bday@prosodiemail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">






<div><font face="Verdana" size="2"><span>All,</span></font></div>
<div><font face="Verdana" size="2"><span></span></font>&nbsp;</div>
<div><font face="Verdana" size="2"><span>I am using 
Asterisk 1.0.7 and having a problem using system(find ... -exec rm .. ) 
application as follows.</span></font></div>
<div><font face="Verdana" size="2"><span></span></font>&nbsp;</div>
<div><font size="2"><span>
<div><font face="Verdana"><span>I<span>'</span>m trying to perform a system() application in 
my dialplan to </span><span>remove all files that are 
older than 2 days.&nbsp; I get a n+101 error using the following syntax<span> (yes, there are files in this directory older than 2 
days)</span>&nbsp;and was wondering if you see any obvious mistakes in my 
syntax?&nbsp; </span></font></div>
<div><font face="Verdana"><span></span></font>&nbsp;</div>
<div><font face="Verdana"><span>The command works ok on 
the C<span>ommand </span>L<span>ine</span>, but not inside my dialplan.&nbsp; I've 
researched a number of resources and the only thing I can find is in the GNU man 
pages for FIND where it mentions that I might need to escape the args for the 
-exec, but I've tried all the escape combinations with no success!&nbsp;&nbsp; 
The FIND works ok without the&nbsp;-exec so I have focused my troubleshooting to 
the -exec portion.&nbsp; Any suggestions?</span></font></div>
<div><font face="Verdana"><span></span></font>&nbsp;</div>
<div><font face="Verdana"><span>;this finds&nbsp; &amp; 
removes all files in specified directory that are older than 2 
days</span></font></div>
<div><font face="Verdana"><span><span></span></span></font>&nbsp;</div>
<div><font size="+0"><span><font face="Verdana" size="2">exten =&gt; s,2,system(find ${PathRecordingTemp}/${CUSTNUM} -mtime 
+2&nbsp; -maxdepth 1&nbsp; -exec rm {} \;)&nbsp;&nbsp;</font></span></font></div>
<div><font face="Verdana" size="2"></font>&nbsp;</div>
<div></div></span></font><span><font face="Verdana" size="2">Thanks</font></span></div>
<p><font color="#000080" face="Verdana" size="2">Bill DAY- SW Engineer</font> 
<br><font color="#000080" face="Verdana" size="2">---------------------------------------------</font> <br><font color="#000080" face="Verdana" size="2">PROSODIE Interactive</font> <br><font color="#000080" face="Verdana" size="2">
Phone: 954-671-6532<br><font color="#000080" face="Verdana" size="2">Fax: 954-343-5684</font></font><br><font color="#000080" face="Verdana" size="2">Corporate: 1-866-PROSODIE</font> <br><font color="#000080" face="Verdana" size="2">
<a href="mailto:bday@prosodiemail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bday@prosodiemail.com</a></font> <br><font color="#000080" face="Verdana" size="2">---------------------------------------------
</font> <br><font color="#000080" face="Verdana" size="2"><span style="font-size: 10pt; color: navy; font-family: Verdana;"><a href="http://www.prosodieinteractive.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
www.prosodieinteractive.com</a><font color="#000000" face="Times New Roman" size="3"> </font></span></font></p>
<div>&nbsp;</div>

<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://Easynews.com" target="_blank">Easynews.com</a> --<br><br>
Asterisk-Dev mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev
</a><br><br><br></blockquote></div><br>