Is there a function to write the timestamp of the first call?  I started thinking about AGI and PHP/MySQL since that is what I'm familiar with.  I couldn't find methods to write timestamp info to AstDB or if I could ... how to read it back and compare it to "time now" to decide to increment my counter and have the dial plan decide to allow the call or not.
<br><br><div><span class="gmail_quote">On 10/18/07, <b class="gmail_sendername">Jared Smith</b> &lt;<a href="mailto:jsmith@digium.com">jsmith@digium.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;">
On Thu, 2007-10-18 at 16:02 +0300, Brian Hutchinson wrote:<br>&gt; I would like to automatically blacklist a incoming number based on<br>&gt; timestamp and count information.<br>&gt;<br>&gt; For example, if I get a prank call from the same number 5 times within
<br>&gt; 15 minutes, I want my dialplan to automatically blacklist this number.<br>&gt;<br>&gt; Should I be looking at AGI to do something like this?<br><br>You could do it with an AGI, or with dialplan logic and the AstDB
<br>database.&nbsp;&nbsp;If you use the AstDB database to store blacklisted numbers,<br>you can also use the BLACKLIST dialplan function to check to see if a<br>given number is blacklisted or not.<br><br><br>--<br>Jared Smith<br>Community Relations Manager
<br>Digium, Inc.<br><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>