<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Keeping Telemarketers At Bay with Asterisk	</title>
	<atom:link href="https://nerdvittles.com/blacklisting-callers-with-asterisk/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/blacklisting-callers-with-asterisk/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Mon, 12 Sep 2011 23:41:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Martin A.		</title>
		<link>https://nerdvittles.com/blacklisting-callers-with-asterisk/comment-page-1/#comment-44670</link>

		<dc:creator><![CDATA[Martin A.]]></dc:creator>
		<pubDate>Mon, 12 Sep 2011 23:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=75#comment-44670</guid>

					<description><![CDATA[This is very informative! Thank you for sharing this information! At least I can make some counter moves with those telemarketers calling me every hour! 

Thank you and more power!]]></description>
			<content:encoded><![CDATA[<p>This is very informative! Thank you for sharing this information! At least I can make some counter moves with those telemarketers calling me every hour! </p>
<p>Thank you and more power!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mukesh Aggarwal		</title>
		<link>https://nerdvittles.com/blacklisting-callers-with-asterisk/comment-page-1/#comment-2022</link>

		<dc:creator><![CDATA[Mukesh Aggarwal]]></dc:creator>
		<pubDate>Thu, 12 Oct 2006 02:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=75#comment-2022</guid>

					<description><![CDATA[is there updated version of blacklist feature ?? It would be great addition to my asterisk 1.2.12.1]]></description>
			<content:encoded><![CDATA[<p>is there updated version of blacklist feature ?? It would be great addition to my asterisk 1.2.12.1</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Martin		</title>
		<link>https://nerdvittles.com/blacklisting-callers-with-asterisk/comment-page-1/#comment-1436</link>

		<dc:creator><![CDATA[Martin]]></dc:creator>
		<pubDate>Wed, 26 Apr 2006 21:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=75#comment-1436</guid>

					<description><![CDATA[I removed

exten=&gt;s,8,Congestion

and just added

exten =&gt; s,8,Wait(1)
exten =&gt; s,9,Hangup

to my  [custom-blacklisted]

as it just gave a continuous congestion without a hangup.  I don&#039;t see much point in using congestion anyway after what you have put them through, but I do want my line back.]]></description>
			<content:encoded><![CDATA[<p>I removed</p>
<p>exten=>s,8,Congestion</p>
<p>and just added</p>
<p>exten => s,8,Wait(1)<br />
exten => s,9,Hangup</p>
<p>to my  [custom-blacklisted]</p>
<p>as it just gave a continuous congestion without a hangup.  I don&#8217;t see much point in using congestion anyway after what you have put them through, but I do want my line back.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gerald Anderson		</title>
		<link>https://nerdvittles.com/blacklisting-callers-with-asterisk/comment-page-1/#comment-1221</link>

		<dc:creator><![CDATA[Gerald Anderson]]></dc:creator>
		<pubDate>Sun, 19 Mar 2006 17:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=75#comment-1221</guid>

					<description><![CDATA[in custom-blacklist-last for AAH-2.7 the following line:
&lt;br&gt;
&lt;i&gt;exten =&gt; s,4,GotoIf($&quot;${number}&quot; = &quot;&quot;?104) ; also if it&#039;s blank (caller id blocked)&lt;/i&gt;
&lt;br&gt;
needs to be changed to:
&lt;i&gt;exten =&gt; s,4,GotoIf($[&quot;${number}&quot; = &quot;&quot;]?104) ; also if it&#039;s blank (caller id blocked)&lt;/i&gt;
&lt;br&gt;
Or at last that&#039;s what works for me ; )  
(sorry if this msg dupes).

G]]></description>
			<content:encoded><![CDATA[<p>in custom-blacklist-last for AAH-2.7 the following line:<br />
<br />
<i>exten => s,4,GotoIf($"${number}" = ""?104) ; also if it&#8217;s blank (caller id blocked)</i><br />
<br />
needs to be changed to:<br />
<i>exten => s,4,GotoIf($["${number}" = ""]?104) ; also if it&#8217;s blank (caller id blocked)</i><br />
<br />
Or at last that&#8217;s what works for me ; )<br />
(sorry if this msg dupes).</p>
<p>G</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Christopher		</title>
		<link>https://nerdvittles.com/blacklisting-callers-with-asterisk/comment-page-1/#comment-1097</link>

		<dc:creator><![CDATA[Christopher]]></dc:creator>
		<pubDate>Mon, 27 Feb 2006 20:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=75#comment-1097</guid>

					<description><![CDATA[For the add and delete, you have exten =&gt; s,9,Hangup - I seem to be unable to get this to work with the hangup in there.  I&#039;ve removed it, and now it works.   I think it was hanging up before it would give me a chance to press &quot;1&quot; to accept the confirmation (to add or delete the number it just read back tome).   I&#039;m using AAH 2.5/Asterisk 1.2.4.]]></description>
			<content:encoded><![CDATA[<p>For the add and delete, you have exten => s,9,Hangup &#8211; I seem to be unable to get this to work with the hangup in there.  I&#8217;ve removed it, and now it works.   I think it was hanging up before it would give me a chance to press "1&#8243; to accept the confirmation (to add or delete the number it just read back tome).   I&#8217;m using AAH 2.5/Asterisk 1.2.4.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joel		</title>
		<link>https://nerdvittles.com/blacklisting-callers-with-asterisk/comment-page-1/#comment-830</link>

		<dc:creator><![CDATA[Joel]]></dc:creator>
		<pubDate>Thu, 12 Jan 2006 19:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=75#comment-830</guid>

					<description><![CDATA[I have posted an update on Jacken&#039;s blog showing how I got Asterisk @ home v2.2 to check numbers against the blacklist without using the &quot;lookupblacklist&quot; function.

&lt;i&gt;[WM: One of my favorite sites! Thanks. Joel.]&lt;/i&gt;
]]></description>
			<content:encoded><![CDATA[<p>I have posted an update on Jacken&#8217;s blog showing how I got Asterisk @ home v2.2 to check numbers against the blacklist without using the "lookupblacklist" function.</p>
<p><i>[WM: One of my favorite sites! Thanks. Joel.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Greyhound		</title>
		<link>https://nerdvittles.com/blacklisting-callers-with-asterisk/comment-page-1/#comment-653</link>

		<dc:creator><![CDATA[Greyhound]]></dc:creator>
		<pubDate>Thu, 17 Nov 2005 03:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=75#comment-653</guid>

					<description><![CDATA[WM, I&#039;m an asterisk user, and not sure which version A@H is based on, but in the current version of asterisk, you can make life a lot easier by using &quot;n&quot; instead of a priority number (except for the first priority in an extension, which must be 1).  This is a BIG win when modifying dial plans since you can avoid all that nasty renumbering stuff.

If it works in A@H, I&#039;d highly recommend you point it out and start using it in your examples.

Thanks for all the great work.  I&#039;ve pulled a number of very useful things off your site for use in &quot;Big&quot; asterisk.

Cheers,
john]]></description>
			<content:encoded><![CDATA[<p>WM, I&#8217;m an asterisk user, and not sure which version A@H is based on, but in the current version of asterisk, you can make life a lot easier by using "n" instead of a priority number (except for the first priority in an extension, which must be 1).  This is a BIG win when modifying dial plans since you can avoid all that nasty renumbering stuff.</p>
<p>If it works in A@H, I&#8217;d highly recommend you point it out and start using it in your examples.</p>
<p>Thanks for all the great work.  I&#8217;ve pulled a number of very useful things off your site for use in "Big" asterisk.</p>
<p>Cheers,<br />
john</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jacken		</title>
		<link>https://nerdvittles.com/blacklisting-callers-with-asterisk/comment-page-1/#comment-652</link>

		<dc:creator><![CDATA[Jacken]]></dc:creator>
		<pubDate>Wed, 16 Nov 2005 07:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=75#comment-652</guid>

					<description><![CDATA[I changed the delete part of the blacklist function. With this version you need to accept the number to delete.

[custom-blacklist-remove]
exten=s,1,Playback(entr-num-rmv-blklist)
exten=s,2,ResponseTimeout(60)
;exten=s,2,DigitTimeout(5)
exten =&gt; s,3,Read(blacknr,then-press-pound)
exten =&gt; s,4,SayDigits(${blacknr})
exten =&gt; s,5,Playback(if-correct-press)
exten =&gt; s,6,Playback(digits/1)
exten =&gt; 1,1,DBdel(blacklist/${blacknr})
exten =&gt; 1,2,SayDigits($blacklist)
exten =&gt; 1,3,Playback(num-was-successfully)
exten =&gt; 1,4,Playback(removed)
exten =&gt; 1,5,Hangup

Jacken

&lt;i&gt;[WM: Thanks very much. I made the changes you recommended in the body of the article as well.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I changed the delete part of the blacklist function. With this version you need to accept the number to delete.</p>
<p>[custom-blacklist-remove]<br />
exten=s,1,Playback(entr-num-rmv-blklist)<br />
exten=s,2,ResponseTimeout(60)<br />
;exten=s,2,DigitTimeout(5)<br />
exten => s,3,Read(blacknr,then-press-pound)<br />
exten => s,4,SayDigits(${blacknr})<br />
exten => s,5,Playback(if-correct-press)<br />
exten => s,6,Playback(digits/1)<br />
exten => 1,1,DBdel(blacklist/${blacknr})<br />
exten => 1,2,SayDigits($blacklist)<br />
exten => 1,3,Playback(num-was-successfully)<br />
exten => 1,4,Playback(removed)<br />
exten => 1,5,Hangup</p>
<p>Jacken</p>
<p><i>[WM: Thanks very much. I made the changes you recommended in the body of the article as well.]</i></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
