I feel more comfortable with MySQL ... just need to learn how to get the dialplan to use it.<br><br>Also figure out the pro&#39;s/con&#39;s to MySQL vs AstDB.&nbsp; If I used MySQL then I could put myphpadmin and get a pseudo GUI to manipulate the blacklist database for almost no effort so that is another reason for leaning towards MySQL.
<br><br>Thanks for the nudge toward MySQL.<br><br><br><div><span class="gmail_quote">On 10/18/07, <b class="gmail_sendername">Lenz</b> &lt;<a href="mailto:lenz-ml@loway.it">lenz-ml@loway.it</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;">
<br>It&#39;s not technically complex to do - you can probably use the astdb for<br>that, or store all incoming numbers with timestamp in MySQL and run<br>something like:<br><br>SELECT count(*) &gt; 5 AS blacklisted<br> FROM incoming_calls
<br>WHERE callerid = &quot;12345&quot;<br>AND timestamp &gt; DATE_SUB( NOW(), INTERVAL 15 MINUTE )<br><br>you should be very well aware of the risks that can stem from such a<br>program - in case of bugs, or anomalous situations, you might end up
<br>blacklisting somebody who actually needs to call in.<br><br>I hope this helps<br>l.<br><br><br><br><br><br><br><br><br><br><br>On Thu, 18 Oct 2007 15:02:11 +0200, Brian Hutchinson<br>&lt;<a href="mailto:b.hutchman@gmail.com">
b.hutchman@gmail.com</a>&gt; wrote:<br><br>&gt; Hi,<br>&gt;<br>&gt; I&#39;ve been reading all I can on Google (and Asterisk TFOT book) looking<br>&gt; for<br>&gt; ideas on how to implement an automated blacklist feature.<br>
&gt;<br>&gt; I would like to automatically blacklist a incoming number based on<br>&gt; timestamp<br>&gt; and count information.<br>&gt;<br>&gt; For example, if I get a prank call from the same number 5 times within 15<br>
&gt; 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>&gt;<br>&gt; Thanks for any ideas or pointers!<br><br><br><br>--<br>Loway Research - Home of QueueMetrics
<br><a href="http://queuemetrics.com">http://queuemetrics.com</a><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>