<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Proof of concept</title>
	<atom:link href="http://handiphone.wordpress.com/2007/04/03/proof-of-concept/feed/" rel="self" type="application/rss+xml" />
	<link>http://handiphone.wordpress.com/2007/04/03/proof-of-concept/</link>
	<description></description>
	<lastBuildDate>Tue, 03 Apr 2007 20:29:16 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: handiphone</title>
		<link>http://handiphone.wordpress.com/2007/04/03/proof-of-concept/#comment-5</link>
		<dc:creator>handiphone</dc:creator>
		<pubDate>Tue, 03 Apr 2007 20:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://handiphone.wordpress.com/2007/04/03/proof-of-concept/#comment-5</guid>
		<description>The perl script is really reallly basic, but here it is:

#!/usr/bin/perl

print &quot;Welcome to command-line dialing!\n&quot;;
print &quot;Please say the number you wish to dial\n&quot;;

$phoneNumber=  ; 

print &quot;Dialing +1$phoneNumber&quot;;

$skype =&quot;\&quot;C:\\Program Files\\Skype\\Phone\\Skype.exe\&quot;&quot;;

system(&quot;$skype /minimized /callto:+1$phoneNumber&quot;);</description>
		<content:encoded><![CDATA[<p>The perl script is really reallly basic, but here it is:</p>
<p>#!/usr/bin/perl</p>
<p>print &#8220;Welcome to command-line dialing!\n&#8221;;<br />
print &#8220;Please say the number you wish to dial\n&#8221;;</p>
<p>$phoneNumber=  ; </p>
<p>print &#8220;Dialing +1$phoneNumber&#8221;;</p>
<p>$skype =&#8221;\&#8221;C:\\Program Files\\Skype\\Phone\\Skype.exe\&#8221;";</p>
<p>system(&#8220;$skype /minimized /callto:+1$phoneNumber&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John S</title>
		<link>http://handiphone.wordpress.com/2007/04/03/proof-of-concept/#comment-2</link>
		<dc:creator>John S</dc:creator>
		<pubDate>Tue, 03 Apr 2007 19:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://handiphone.wordpress.com/2007/04/03/proof-of-concept/#comment-2</guid>
		<description>That&#039;s fantastic! I can&#039;t wait to see this.  Could you post a copy of your PERL script for the interested few? Is this at all related to asterisk or is it just a prototype with Skype? 

Congrats, great work.</description>
		<content:encoded><![CDATA[<p>That&#8217;s fantastic! I can&#8217;t wait to see this.  Could you post a copy of your PERL script for the interested few? Is this at all related to asterisk or is it just a prototype with Skype? </p>
<p>Congrats, great work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
