<font size=2 face="sans-serif">I think he does have one mistake in the
below section.</font>
<br>
<br><font size=3 color=#2f2f2f face="Arial">exten =&gt; &nbsp;520xxxxxx,2,GotoIf($[&quot;${CALLERID(num)}&quot;
= &quot;0666XXxxxx&quot; ]?3:4)</font>
<br><font size=2 face="sans-serif">should be</font>
<br><font size=3 color=#2f2f2f face="Arial">exten =&gt; &nbsp;520xxxxxx,2,GotoIf($[&quot;${CALLERID(num)}&quot;
= &quot;0666XXxxxx&quot; ]?4:3)</font>
<br>
<br><font size=2 face="sans-serif">If the callerid is a match, then we
go straight to hangup, otherwise we allow it.</font>
<br>
<br><font size=2 face="sans-serif">Using Asterisk, this is the most complete
block you are going to get. If you want anything further, then you need
to block it up at your telephone provider level. Your pbx must accept the
call in to read the caller ID number, but by hanging up immediately, it
is not tying up a line. It accepts, reads the caller id, and dumps in the
span of milliseconds in the case of a SIP or PRI trunk. Analog line would
take just a bit more time.</font>
<br><font size=2 face="sans-serif"><br>
Kevin Larsen - Systems Analyst - Pioneer Balloon - Ph: 316-688-8208</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">Salaheddine Elharit
&lt;salah.elharit200@gmail.com&gt;</font>
<br><font size=1 color=#5f5f5f face="sans-serif">To: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">Asterisk Users Mailing
List - Non-Commercial Discussion &lt;asterisk-users@lists.digium.com&gt;,
</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">01/14/2013 10:51 AM</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">Re: [asterisk-users]
block one number in incoming calls</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">asterisk-users-bounces@lists.digium.com</font>
<br>
<hr noshade>
<br>
<br>
<br><font size=3>hi&nbsp;</font><font size=2 color=#2f2f2f face="Arial">Zohair
Raza</font>
<br>
<br><font size=3 color=#2f2f2f face="Arial">thanks for your replay but
this script will allow just this&nbsp;0666XXxxxx to call my number&nbsp;520xxxxxx
what i want is block this number to call&nbsp;520xxxxxx&nbsp; not allow
it&nbsp;</font>
<br>
<br><font size=3 color=#2f2f2f face="Arial">thank you</font>
<br>
<br><font size=3 color=#2f2f2f face="Arial">exten =&gt; &nbsp;520xxxxxx,1,NoOp(Caller-ID:
${CALLERID(all)})</font>
<br><font size=3 color=#2f2f2f face="Arial">exten =&gt; &nbsp;520xxxxxx,2,GotoIf($[&quot;${CALLERID(num)}&quot;
= &quot;0666XXxxxx&quot; ]?3:4)</font>
<br><font size=3 color=#2f2f2f face="Arial">exten =&gt; &nbsp;520xxxxxx,3,Dial(SIP/224,
30)</font>
<br><font size=3 color=#2f2f2f face="Arial">exten =&gt; &nbsp;520xxxxxx,4,hangup</font>
<br>
<br><font size=3>2013/1/14 Salaheddine Elharit &lt;</font><a href=mailto:salah.elharit200@gmail.com target=_blank><font size=3 color=blue><u>salah.elharit200@gmail.com</u></font></a><font size=3>&gt;</font>
<br><font size=3 face="Arial">thanks danny&nbsp;</font>
<p><font size=3 face="Arial">&nbsp;</font>
<p><font size=3 face="Arial">i think i didn’t explain correctly may question</font>
<p><font size=3 face="Arial">&nbsp;</font>
<p><font size=3 face="Arial">i&nbsp;revive&nbsp;a lot of calls from this
number&nbsp;_0666XXXXXX and i wants to block it to call my number 520xxxxxx
.</font>
<p>
<br>
<br>
<br><font size=3>2013/1/14 Danny Nicholas &lt;</font><a href=mailto:danny@debsinc.com target=_blank><font size=3 color=blue><u>danny@debsinc.com</u></font></a><font size=3>&gt;</font>
<br><font size=2 color=#004080 face="Calibri">Exten =&gt; _0666XXXXXX,1,answer()</font>
<p><font size=2 color=#004080 face="Calibri">Exten =&gt; _0666XXXXXX,n,playback(tt-monkeys)</font>
<p><font size=2 color=#004080 face="Calibri">Exten =&gt; _0666XXXXXX,n,hangup()</font>
<p><font size=3><br>
</font>
<br><tt><font size=2>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by </font></tt><a href="http://www.api-digital.com/"><tt><font size=2>http://www.api-digital.com</font></tt></a><tt><font size=2>
--<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font></tt><a href=http://www.asterisk.org/hello><tt><font size=2>http://www.asterisk.org/hello</font></tt></a><tt><font size=2><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; </font></tt><a href="http://lists.digium.com/mailman/listinfo/asterisk-users"><tt><font size=2>http://lists.digium.com/mailman/listinfo/asterisk-users</font></tt></a>
<br>