So, this is just a wild idea. <br><br>you want to send all incoming calls to a record prompt. you are probably doing something like<br>[incoming-context]<br>exten =&gt; s,1,SetVar(RECFILENAME=xxxx)<br>exten =&gt; s,2,Record(${RECFILENAME})
<br><br>what if you did:<br>[incoming-context]<br>exten =&gt; s,1,Dial(SIP/2001,120,r,L(totalrectime,warningtime))<br><br>exten =&gt; 2001,1,SetVar(RECFILENAME=xxxx)<br>exten =&gt; 2001,2,Record (${RECFILENAME})<br><br>I'm guessing that the dial command with the L option will allow you to play the beep using LIMIT_WARNING_FILE variable. 
<br><a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Dial">http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Dial</a> for more details on the Dial command<br><br>this may be totally off and haven't tried it myself but probably worth a shot!
<br><br>rajeev<br><br><div><span class="gmail_quote">On 7/29/06, <b class="gmail_sendername">Alexander Lopez</b> &lt;<a href="mailto:Alex.Lopez@opsys.com">Alex.Lopez@opsys.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>








<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">There currently exist no such option. But
you are free to try to add it.</span></font></p>

<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">&nbsp;</span></font></p>

<div style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">

<p><font color="navy" face="Times New Roman" size="3"><span style="font-size: 12pt; color: navy;">SNIP</span></font></p>

</div>

</div>

</div>



</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-users 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-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br></blockquote></div><br>