<?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: Caller ID Spoof (On Demand)</title>
	<atom:link href="http://thebottle.org/blog/voip/caller-id-spoof-on-demand/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebottle.org/blog/voip/caller-id-spoof-on-demand/</link>
	<description>Tutorials, stories, and ramblings...</description>
	<lastBuildDate>Wed, 18 Aug 2010 22:47:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tony</title>
		<link>http://thebottle.org/blog/voip/caller-id-spoof-on-demand/comment-page-1/#comment-1684</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sun, 22 Nov 2009 02:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://thebottle.org/blog/?p=232#comment-1684</guid>
		<description>Thanks for the input and providing your script monoxyde. Your script works very well. The first script does not work if you have a trunk CID set but if you leave the trunk CID blank and you only use extension CIDs then it should work. The problem is that the way the script is set up is not very good. The trunk CID gets called after the spoof CID is set so it messes it up.</description>
		<content:encoded><![CDATA[<p>Thanks for the input and providing your script monoxyde. Your script works very well. The first script does not work if you have a trunk CID set but if you leave the trunk CID blank and you only use extension CIDs then it should work. The problem is that the way the script is set up is not very good. The trunk CID gets called after the spoof CID is set so it messes it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monoxyde</title>
		<link>http://thebottle.org/blog/voip/caller-id-spoof-on-demand/comment-page-1/#comment-1573</link>
		<dc:creator>monoxyde</dc:creator>
		<pubDate>Sun, 08 Nov 2009 07:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://thebottle.org/blog/?p=232#comment-1573</guid>
		<description>I used

[spoof]
exten =&gt; 555,1,Wait(1)
;always use a password - dont be a moron
exten =&gt; 420,n,Authenticate(12345678901234567890&#124;j&#124;20)
; enter in 10 digit number that you are spoofing
exten =&gt; 555,n,Background(enter-phone-number10)
exten =&gt; 555,n,Read(SPOOF&#124;&#124;10&#124;i&#124;2&#124;30)
exten =&gt; 555,n,NoOp(${SPOOF})
exten =&gt; 555,n,Set(CALLERID(num)=${SPOOF})
exten =&gt; 555,n,NoOp(${CALLERID(num)})
exten =&gt; 555,n,Set(CALLERID(name)=&quot;Spoofed Name&quot;)
exten =&gt; 555,n,NoOp(${CALLERID(name)})
exten =&gt; 555,n,Wait(2)
; enter in the number you are dialing
exten =&gt; 555,n,Background(enter-phone-number10)
exten =&gt; 555,n,Read(SPOOFDIAL&#124;&#124;11&#124;i&#124;2&#124;30)
exten =&gt; 555,n,NoOp(${SPOOFDIAL})
exten =&gt; 555,n,Wait(1)
exten =&gt; 555,n,Background(pls-wait-connect-call)
exten =&gt; 555,n,Dial(SIP/voip_provider/${SPOOFDIAL}&#124;30)
exten =&gt; 555,n,Hangup()
; just dial &quot;spoof&quot; :-D
exten =&gt; spoof,Goto(spoof&#124;555&#124;1)

It says to enter 10 digit phone #, the first time its the CID you want to spoof.  The second time its the # you want to call and its actually an 11 digit number.</description>
		<content:encoded><![CDATA[<p>I used</p>
<p>[spoof]<br />
exten =&gt; 555,1,Wait(1)<br />
;always use a password &#8211; dont be a moron<br />
exten =&gt; 420,n,Authenticate(12345678901234567890|j|20)<br />
; enter in 10 digit number that you are spoofing<br />
exten =&gt; 555,n,Background(enter-phone-number10)<br />
exten =&gt; 555,n,Read(SPOOF||10|i|2|30)<br />
exten =&gt; 555,n,NoOp(${SPOOF})<br />
exten =&gt; 555,n,Set(CALLERID(num)=${SPOOF})<br />
exten =&gt; 555,n,NoOp(${CALLERID(num)})<br />
exten =&gt; 555,n,Set(CALLERID(name)=&#8221;Spoofed Name&#8221;)<br />
exten =&gt; 555,n,NoOp(${CALLERID(name)})<br />
exten =&gt; 555,n,Wait(2)<br />
; enter in the number you are dialing<br />
exten =&gt; 555,n,Background(enter-phone-number10)<br />
exten =&gt; 555,n,Read(SPOOFDIAL||11|i|2|30)<br />
exten =&gt; 555,n,NoOp(${SPOOFDIAL})<br />
exten =&gt; 555,n,Wait(1)<br />
exten =&gt; 555,n,Background(pls-wait-connect-call)<br />
exten =&gt; 555,n,Dial(SIP/voip_provider/${SPOOFDIAL}|30)<br />
exten =&gt; 555,n,Hangup()<br />
; just dial &#8220;spoof&#8221; :-D<br />
exten =&gt; spoof,Goto(spoof|555|1)</p>
<p>It says to enter 10 digit phone #, the first time its the CID you want to spoof.  The second time its the # you want to call and its actually an 11 digit number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monoxyde</title>
		<link>http://thebottle.org/blog/voip/caller-id-spoof-on-demand/comment-page-1/#comment-1572</link>
		<dc:creator>monoxyde</dc:creator>
		<pubDate>Sun, 08 Nov 2009 06:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://thebottle.org/blog/?p=232#comment-1572</guid>
		<description>I&#039;m having problems implementing the first one.  The second one works fine.  What version of Elastix are your running?  I&#039;m running version 1.6.  Have any ideas?

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m having problems implementing the first one.  The second one works fine.  What version of Elastix are your running?  I&#8217;m running version 1.6.  Have any ideas?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vanderlei</title>
		<link>http://thebottle.org/blog/voip/caller-id-spoof-on-demand/comment-page-1/#comment-1396</link>
		<dc:creator>Vanderlei</dc:creator>
		<pubDate>Sat, 17 Oct 2009 17:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://thebottle.org/blog/?p=232#comment-1396</guid>
		<description>Tony,

I haven&#039;t fond your email and I would like to talk to you about a asterisk job.
Please, contact me.

Thank you</description>
		<content:encoded><![CDATA[<p>Tony,</p>
<p>I haven&#8217;t fond your email and I would like to talk to you about a asterisk job.<br />
Please, contact me.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
