what ever he have posted there I have added it, just changed DID<br><br><br><br><div class="gmail_quote">On Tue, Jul 14, 2009 at 1:39 PM, Danny Nicholas <span dir="ltr">&lt;<a href="mailto:danny@debsinc.com">danny@debsinc.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">












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

<div>

<p><font color="navy" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: navy;">The assumption here is that you took
Phillipp’s AEL snippet and put into extensions.ael.  Can you post what
you put in?</span></font></p>

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

<div>

<div style="text-align: center;" align="center"><font face="Times New Roman" size="3"><span style="font-size: 12pt;">

<hr align="center" size="2" width="100%">

</span></font></div>

<p><b><font face="Tahoma" size="2"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">From:</span></font></b><font face="Tahoma" size="2"><span style="font-size: 10pt; font-family: Tahoma;">
<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a> [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>]
<b><span style="font-weight: bold;">On Behalf Of </span></b>VIP Carrier<br>
<b><span style="font-weight: bold;">Sent:</span></b> Tuesday, July 14, 2009 12:27
PM<br>
<b><span style="font-weight: bold;">To:</span></b> Asterisk
 Users Mailing List - Non-Commercial Discussion<br>
<b><span style="font-weight: bold;">Subject:</span></b> Re: [asterisk-users] How
to block inbound call with Asterisk?</span></font></p>

</div><div><div></div><div class="h5">

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

<p style="margin-bottom: 12pt;"><font face="Times New Roman" size="3"><span style="font-size: 12pt;">Here is what asterisk
said<br>
Sorry, but 1 syntax errors and 0 semantic errors were detected. It doesn&#39;t make
sense to compile.<br>
<br>
<br>
<br>
</span></font></p>

<div>

<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">On Tue, Jul 14, 2009 at 12:05 PM, Philipp Kempgen &lt;<a href="mailto:philipp.kempgen@amooma.de" target="_blank">philipp.kempgen@amooma.de</a>&gt;
wrote:</span></font></p>

<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">VIP Carrier schrieb:</span></font></p>

<div>

<p style="margin-bottom: 12pt;"><font face="Times New Roman" size="3"><span style="font-size: 12pt;">&gt; How would you block
inbound call&#39;s? for example person who is calling me is<br>
&gt; 212-555-1212, and I would like to do not receive the calls from this
person<br>
&gt; and give them busy tone.<br>
&gt; What should I write in asterisk config files?</span></font></p>

</div>

<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">core show function CALLERID<br>
<br>
Verbose(1,### Inbound call from ${CALLERID(num)});<br>
if (&quot;${CALLERID(num)}&quot; = &quot;2125551212&quot;) {<br>
       Verbose(1,### Block this guy);<br>
       Busy(5);<br>
       Hangup();<br>
}<br>
Dial(...);</span></font></p>

<div>

<p style="margin-bottom: 12pt;"><font face="Times New Roman" size="3"><span style="font-size: 12pt;"><br>
&gt; and in to witch file should I<br>
&gt; write it???</span></font></p>

</div>

<p><font face="Times New Roman" size="3"><span style="font-size: 12pt;">extensions.ael? extensions.conf?<br>
<br>
<br>
   Philipp Kempgen<br>
--<br>
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied
 -&gt;  <a href="http://www.amooma.de" target="_blank">http://www.amooma.de</a><br>
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998<br>
Asterisk: <a href="http://the-asterisk-book.com" target="_blank">http://the-asterisk-book.com</a>
- <a href="http://das-asterisk-buch.de" target="_blank">http://das-asterisk-buch.de</a><br>
Videos of the AMOOCON VoIP conference 2009 -&gt;  <a href="http://www.amoocon.de" target="_blank">http://www.amoocon.de</a><br>
<font color="#888888"><span style="color: rgb(136, 136, 136);">--<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></span></font></span></font></p>

</div>

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

</div></div></div>

</div>


<br>_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>