<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Off you go... into the purple yonder! &#187; asterisk</title>
	<atom:link href="https://ward.vandewege.net/blog/tag/asterisk/feed/" rel="self" type="application/rss+xml" />
	<link>https://ward.vandewege.net/blog</link>
	<description></description>
	<lastBuildDate>Sun, 12 May 2024 20:57:05 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Asterisk vs. Telemarketer: 1 &#8211; 0</title>
		<link>https://ward.vandewege.net/blog/2009/04/asterisk-vs-telemarketer-1-0/</link>
		<comments>https://ward.vandewege.net/blog/2009/04/asterisk-vs-telemarketer-1-0/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 00:41:07 +0000</pubDate>
		<dc:creator><![CDATA[ward]]></dc:creator>
				<category><![CDATA[Free Software/Open Source]]></category>
		<category><![CDATA[asterisk]]></category>

		<guid isPermaLink="false">http://ward.vandewege.net/blog/?p=400</guid>
		<description><![CDATA[We&#8217;ve been getting telephone spam from Affiliated Mortgage Protection Affiliated Mortgage Protection 292 Terminal Ave W, Clark, NJ- 7066. (732)-499-0700 We answered five of their calls the past three weeks, and each time asked them to stop calling. Apparently, they &#8230; <a href="https://ward.vandewege.net/blog/2009/04/asterisk-vs-telemarketer-1-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve been getting telephone spam from Affiliated Mortgage Protection </p>
<pre>
Affiliated Mortgage Protection
292 Terminal Ave W,
Clark, NJ- 7066.
(732)-499-0700
</pre>
<p>We answered five of their calls the past three weeks, and each time asked them to stop calling. Apparently, they happily ignore these requests.</p>
<p>They called again this evening and the lady on the phone had the nerve to say that she would have to put me on hold to get taken off their list, because I would have to talk to a supervisor. I hung up. We&#8217;re on the <a href="http://donotcall.gov">do not call</a> list, so I filed a complaint. </p>
<p>Anyway &#8211; no more. I decided to let <a href="http://asterisk.org">Asterisk</a> deal with them:</p>
<pre>
; Affiliated Mortgages.
exten => XXXXXXXXXX,n,GotoIf($["${CALLERID(num)}" = "7324990700"]?Telemarketer)

; Telemarketers. Let it ring for 5 minutes and then hang up on them.
exten => XXXXXXXXXX,n(Telemarketer),Ringing
exten => XXXXXXXXXX,n,Wait(300)
exten => XXXXXXXXXX,n,Hangup
</pre>
<p>Make sure you have</p>
<pre>
[general]
unanswered = yes
</pre>
<p>in your cdr.conf if you want to log the call attempts from frustrated telemarketers <img src="https://ward.vandewege.net/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
			<wfw:commentRss>https://ward.vandewege.net/blog/2009/04/asterisk-vs-telemarketer-1-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
