<?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>Brian Roy &#187; VoIP</title>
	<atom:link href="http://briantroy.com/blog/category/voip/feed/" rel="self" type="application/rss+xml" />
	<link>http://briantroy.com/blog</link>
	<description>The ramblings of an often lucid mind...</description>
	<lastBuildDate>Tue, 02 Nov 2010 21:53:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<atom:link rel='hub' href='http://briantroy.com/blog/?pushpress=hub'/>
		<item>
		<title>How to Use Twitter and Asterisk for Call Notification</title>
		<link>http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/</link>
		<comments>http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 23:15:42 +0000</pubDate>
		<dc:creator>briantroy</dc:creator>
				<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[useful technology]]></category>

		<guid isPermaLink="false">http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/</guid>
		<description><![CDATA[I&#8217;m still old school enough to think that voice conversations still matter. So I call people, and they call me. When I&#8217;m out and about I like to know who has called me back at my office (no I don&#8217;t want my cell to ring EVERY TIME someone calls my home number, my cosinity number [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2009%2F03%2F10%2Fhow-to-use-twitter-and-asterisk-for-call-notification%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2009%2F03%2F10%2Fhow-to-use-twitter-and-asterisk-for-call-notification%2F&amp;source=briantroy&amp;style=normal&amp;service=bit.ly&amp;service_api=justsignal%3AR_626c052845111fc600be065fde2532eb&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img style="float:left;" src="http://briantroy.com/blog/wp-content/uploads/2009/03/200903101607.jpg" alt="200903101607.jpg" width="137" height="77" /> I&#8217;m still old school enough to think that voice conversations still matter. So I call people, and they call me. When I&#8217;m out and about I like to know who has called me back at my office (no I don&#8217;t want my cell to ring EVERY TIME someone calls my home number, my cosinity number or my home office number). That way I can see who it is and give them a ring right back if it was really something we needed to discus.</p>
<p><img style="float:right;" src="http://briantroy.com/blog/wp-content/uploads/2009/03/200903101608.jpg" alt="200903101608.jpg" width="210" height="49" />I&#8217;ve had a number of solutions in place for this over the last 2 years or so. From IM messages to SMS messages. The problem with IM is the lack of great notification on mobile devices. The problem with SMS is paying 2-5 cents each.</p>
<p>This led me to think &#8211; maybe using Twitter and @ messages or DM&#8217;s was a better answer.</p>
<p>Before I give you the code let me first explain how this works. If you are not comfortable with Asterisk, Asterisk AGI, and customizing extensions.conf you should probably stop here.</p>
<p><span id="more-262"></span>
<p>Essentially I&#8217;ve created an AGI script in PHP which decides &#8211; by evaluating the assigned account from extensions.conf &#8211; what message to send and to whom.</p>
<p><strong>Step One is adding the following 2 lines to extensions.conf where you process your incoming calls:</strong></p>
<p>exten =&gt; XXXXX,1,Set(CDR(accountcode)=AccountName)</p>
<p>exten =&gt; XXXXX,2,AGI,send-twitter-msg.php</p>
<p>XXXXX is your current extension and AccountName is the account we will use in just a moment to figure out who to message and what to say.</p>
<p><strong>Step Two is to create the following script in /var/lib/asterisk/agi-bin/ (call the script send-twitter-msg.php):</strong><strong><br /></strong></p>
<p><a href="http://briantroy.com/send-twitter-msg.php.txt">Download the script here</a>. &#8211; Putting the whole script in the blog doesn&#8217;t work very well. There are instructions in the script.</p>
<p>UPDATE 09/16/2009: If the above download doesn&#8217;t work for you you can <a href="http://briantroy.com/send-twitter-msg.zip">download the file zipped here</a>.</p>
<p>All that is left is to reload extensions on the Asterisk CLI and make a test call. Everything should work.<br />
One thing to test right away is that the AGI script is executable by root. There are two steps to make sure it is. First, check to make sure the correct path to php is in the first line of the script &#8211; try &#8220;whereis php&#8221; or &#8220;whereis php5&#8243;. Then update the first line as needed.Second, make sure the script is executable &#8211; as root try &#8220;chmod 700 /var/lib/asterisk/agi-bin/send-twitter-msg.php&#8221;</p>
<p>Have fun&#8230; if you have any questions drop a comment below and l&#8217;ll get back to you.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Use+Twitter+and+Asterisk+for+Call+Notification&amp;link=http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/&amp;notes=%20I%27m%20still%20old%20school%20enough%20to%20think%20that%20voice%20conversations%20still%20matter.%20So%20I%20call%20people%2C%20and%20they%20call%20me.%20When%20I%27m%20out%20and%20about%20I%20like%20to%20know%20who%20has%20called%20me%20back%20at%20my%20office%20%28no%20I%20don%27t%20want%20my%20cell%20to%20ring%20EVERY%20TIME%20someone%20calls%20my%20home%20number%2C%20my%20cosinity%20number%20or%20my%20home%20office%20nu&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Use+Twitter+and+Asterisk+for+Call+Notification&amp;link=http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/&amp;notes=%20I%27m%20still%20old%20school%20enough%20to%20think%20that%20voice%20conversations%20still%20matter.%20So%20I%20call%20people%2C%20and%20they%20call%20me.%20When%20I%27m%20out%20and%20about%20I%20like%20to%20know%20who%20has%20called%20me%20back%20at%20my%20office%20%28no%20I%20don%27t%20want%20my%20cell%20to%20ring%20EVERY%20TIME%20someone%20calls%20my%20home%20number%2C%20my%20cosinity%20number%20or%20my%20home%20office%20nu&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Use+Twitter+and+Asterisk+for+Call+Notification&amp;link=http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/&amp;notes=%20I%27m%20still%20old%20school%20enough%20to%20think%20that%20voice%20conversations%20still%20matter.%20So%20I%20call%20people%2C%20and%20they%20call%20me.%20When%20I%27m%20out%20and%20about%20I%20like%20to%20know%20who%20has%20called%20me%20back%20at%20my%20office%20%28no%20I%20don%27t%20want%20my%20cell%20to%20ring%20EVERY%20TIME%20someone%20calls%20my%20home%20number%2C%20my%20cosinity%20number%20or%20my%20home%20office%20nu&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Use+Twitter+and+Asterisk+for+Call+Notification&amp;link=http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/&amp;notes=%20I%27m%20still%20old%20school%20enough%20to%20think%20that%20voice%20conversations%20still%20matter.%20So%20I%20call%20people%2C%20and%20they%20call%20me.%20When%20I%27m%20out%20and%20about%20I%20like%20to%20know%20who%20has%20called%20me%20back%20at%20my%20office%20%28no%20I%20don%27t%20want%20my%20cell%20to%20ring%20EVERY%20TIME%20someone%20calls%20my%20home%20number%2C%20my%20cosinity%20number%20or%20my%20home%20office%20nu&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Use+Twitter+and+Asterisk+for+Call+Notification&amp;link=http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/&amp;notes=%20I%27m%20still%20old%20school%20enough%20to%20think%20that%20voice%20conversations%20still%20matter.%20So%20I%20call%20people%2C%20and%20they%20call%20me.%20When%20I%27m%20out%20and%20about%20I%20like%20to%20know%20who%20has%20called%20me%20back%20at%20my%20office%20%28no%20I%20don%27t%20want%20my%20cell%20to%20ring%20EVERY%20TIME%20someone%20calls%20my%20home%20number%2C%20my%20cosinity%20number%20or%20my%20home%20office%20nu&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Use+Twitter+and+Asterisk+for+Call+Notification&amp;link=http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/&amp;notes=%20I%27m%20still%20old%20school%20enough%20to%20think%20that%20voice%20conversations%20still%20matter.%20So%20I%20call%20people%2C%20and%20they%20call%20me.%20When%20I%27m%20out%20and%20about%20I%20like%20to%20know%20who%20has%20called%20me%20back%20at%20my%20office%20%28no%20I%20don%27t%20want%20my%20cell%20to%20ring%20EVERY%20TIME%20someone%20calls%20my%20home%20number%2C%20my%20cosinity%20number%20or%20my%20home%20office%20nu&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Use+Twitter+and+Asterisk+for+Call+Notification&amp;link=http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/&amp;notes=%20I%27m%20still%20old%20school%20enough%20to%20think%20that%20voice%20conversations%20still%20matter.%20So%20I%20call%20people%2C%20and%20they%20call%20me.%20When%20I%27m%20out%20and%20about%20I%20like%20to%20know%20who%20has%20called%20me%20back%20at%20my%20office%20%28no%20I%20don%27t%20want%20my%20cell%20to%20ring%20EVERY%20TIME%20someone%20calls%20my%20home%20number%2C%20my%20cosinity%20number%20or%20my%20home%20office%20nu&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=How%20to%20Use%20Twitter%20and%20Asterisk%20for%20Call%20Notification&amp;link=http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/&amp;notes=%20I%27m%20still%20old%20school%20enough%20to%20think%20that%20voice%20conversations%20still%20matter.%20So%20I%20call%20people%2C%20and%20they%20call%20me.%20When%20I%27m%20out%20and%20about%20I%20like%20to%20know%20who%20has%20called%20me%20back%20at%20my%20office%20%28no%20I%20don%27t%20want%20my%20cell%20to%20ring%20EVERY%20TIME%20someone%20calls%20my%20home%20number%2C%20my%20cosinity%20number%20or%20my%20home%20office%20nu&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Use+Twitter+and+Asterisk+for+Call+Notification&amp;link=http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/&amp;notes=%20I%27m%20still%20old%20school%20enough%20to%20think%20that%20voice%20conversations%20still%20matter.%20So%20I%20call%20people%2C%20and%20they%20call%20me.%20When%20I%27m%20out%20and%20about%20I%20like%20to%20know%20who%20has%20called%20me%20back%20at%20my%20office%20%28no%20I%20don%27t%20want%20my%20cell%20to%20ring%20EVERY%20TIME%20someone%20calls%20my%20home%20number%2C%20my%20cosinity%20number%20or%20my%20home%20office%20nu&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Use+Twitter+and+Asterisk+for+Call+Notification&amp;link=http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/&amp;notes=%20I%27m%20still%20old%20school%20enough%20to%20think%20that%20voice%20conversations%20still%20matter.%20So%20I%20call%20people%2C%20and%20they%20call%20me.%20When%20I%27m%20out%20and%20about%20I%20like%20to%20know%20who%20has%20called%20me%20back%20at%20my%20office%20%28no%20I%20don%27t%20want%20my%20cell%20to%20ring%20EVERY%20TIME%20someone%20calls%20my%20home%20number%2C%20my%20cosinity%20number%20or%20my%20home%20office%20nu&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://briantroy.com/blog/2009/03/10/how-to-use-twitter-and-asterisk-for-call-notification/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mission accomplished &#8211; VoIP Softphone for Mac</title>
		<link>http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/</link>
		<comments>http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 16:24:55 +0000</pubDate>
		<dc:creator>briantroy</dc:creator>
				<category><![CDATA[Vendors]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[softphone]]></category>

		<guid isPermaLink="false">http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/</guid>
		<description><![CDATA[One of my greatest frustrations with Mac has been the lack of a VoIP SoftPhone. To be completely clear, when I say VoIP SoftPhone I mean that the way you would mean &#8220;email client&#8221;. I&#8217;m not interested in a SoftPhone tied to a particular service provider or network. This search has been frustrating me for [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2009%2F01%2F14%2Fmission-accomplished-voip-softphone-for-mac%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2009%2F01%2F14%2Fmission-accomplished-voip-softphone-for-mac%2F&amp;source=briantroy&amp;style=normal&amp;service=bit.ly&amp;service_api=justsignal%3AR_626c052845111fc600be065fde2532eb&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One of my greatest frustrations with Mac has been the lack of a VoIP SoftPhone. To be completely clear, when I say VoIP SoftPhone I mean that the way you would mean &#8220;email client&#8221;. I&#8217;m not interested in a SoftPhone tied to a particular service provider or network.</p>
<p>This search has been frustrating me for almost two years now. In that time I&#8217;ve tried and rejected so many SoftPhones I&#8217;ve lost count. I know I&#8217;ve been to <a href="http://www.pure-mac.com/voip.html">Pure-Mac&#8217;s VoIP page</a> about 600 times. I&#8217;ve also been to <a href="http://www.voip-info.org/wiki-VOIP+Phones">VoIP-Info&#8217;s phones page</a> about 600 times. I&#8217;ve tried everything from <a href="http://www.voip-info.org/wiki/view/CounterPath+-+formerly+Xten">CounterPath</a> to <a href="http://www.voip-info.org/wiki/view/Ubiquity">Ubiquity</a> and had not found any SoftPhone that was both high quality and configurable.</p>
<p>I&#8217;m happy to say the search is over. <a href="http://www.call4mac.com/">iSoftPhone from Call4Mac</a> is a robust SIP SoftPhone. It supports everything you would expect and enables peer to peer calling on the LAN via Bonjour. Configuration is a snap (see screen-shots below) and the implementation of SIP is flawless. I&#8217;ve connected iSoftPhone to OpenSER, SER, Asterisk, BroadVoice, Teliax, and Gizmo with no issues.</p>
<p>Perhaps most importantly, the call quality is excellent. Even over wifi on my MacBook Pro &#8211; with the usual complement of just about everything running &#8211; the call quality is excellent, even with the built in microphone/speakers. There is a slight echo for the other party, but this is easily overcome by plugging in headphones and using the built-in microphone.</p>
<p><img src="http://briantroy.com/blog/wp-content/uploads/2009/01/isoftphone.jpg" alt="iSoftPhone.jpg" width="254" height="480" /><img src="http://briantroy.com/blog/wp-content/uploads/2009/01/isoftphone-config.jpg" alt="isoftphone-config.tiff" width="387" height="480" /></p>
<p>Admittedly &#8211; this is for the geek crowd or the SMB IT folks. If you don&#8217;t have a SIP server/PBX Skype/Gizmo is still the right choice for you. But having said that, this SoftPhone is as easy to install and configure as the average email client. This makes it ideal for those who have a VoIP account/server and Mac Clients in their house/organization.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Mission+accomplished+-+VoIP+Softphone+for+Mac&amp;link=http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/&amp;notes=One%20of%20my%20greatest%20frustrations%20with%20Mac%20has%20been%20the%20lack%20of%20a%20VoIP%20SoftPhone.%20To%20be%20completely%20clear%2C%20when%20I%20say%20VoIP%20SoftPhone%20I%20mean%20that%20the%20way%20you%20would%20mean%20%22email%20client%22.%20I%27m%20not%20interested%20in%20a%20SoftPhone%20tied%20to%20a%20particular%20service%20provider%20or%20network.%0D%0A%0D%0AThis%20search%20has%20been%20frustrating&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Mission+accomplished+-+VoIP+Softphone+for+Mac&amp;link=http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/&amp;notes=One%20of%20my%20greatest%20frustrations%20with%20Mac%20has%20been%20the%20lack%20of%20a%20VoIP%20SoftPhone.%20To%20be%20completely%20clear%2C%20when%20I%20say%20VoIP%20SoftPhone%20I%20mean%20that%20the%20way%20you%20would%20mean%20%22email%20client%22.%20I%27m%20not%20interested%20in%20a%20SoftPhone%20tied%20to%20a%20particular%20service%20provider%20or%20network.%0D%0A%0D%0AThis%20search%20has%20been%20frustrating&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=Mission+accomplished+-+VoIP+Softphone+for+Mac&amp;link=http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/&amp;notes=One%20of%20my%20greatest%20frustrations%20with%20Mac%20has%20been%20the%20lack%20of%20a%20VoIP%20SoftPhone.%20To%20be%20completely%20clear%2C%20when%20I%20say%20VoIP%20SoftPhone%20I%20mean%20that%20the%20way%20you%20would%20mean%20%22email%20client%22.%20I%27m%20not%20interested%20in%20a%20SoftPhone%20tied%20to%20a%20particular%20service%20provider%20or%20network.%0D%0A%0D%0AThis%20search%20has%20been%20frustrating&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Mission+accomplished+-+VoIP+Softphone+for+Mac&amp;link=http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/&amp;notes=One%20of%20my%20greatest%20frustrations%20with%20Mac%20has%20been%20the%20lack%20of%20a%20VoIP%20SoftPhone.%20To%20be%20completely%20clear%2C%20when%20I%20say%20VoIP%20SoftPhone%20I%20mean%20that%20the%20way%20you%20would%20mean%20%22email%20client%22.%20I%27m%20not%20interested%20in%20a%20SoftPhone%20tied%20to%20a%20particular%20service%20provider%20or%20network.%0D%0A%0D%0AThis%20search%20has%20been%20frustrating&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Mission+accomplished+-+VoIP+Softphone+for+Mac&amp;link=http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/&amp;notes=One%20of%20my%20greatest%20frustrations%20with%20Mac%20has%20been%20the%20lack%20of%20a%20VoIP%20SoftPhone.%20To%20be%20completely%20clear%2C%20when%20I%20say%20VoIP%20SoftPhone%20I%20mean%20that%20the%20way%20you%20would%20mean%20%22email%20client%22.%20I%27m%20not%20interested%20in%20a%20SoftPhone%20tied%20to%20a%20particular%20service%20provider%20or%20network.%0D%0A%0D%0AThis%20search%20has%20been%20frustrating&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Mission+accomplished+-+VoIP+Softphone+for+Mac&amp;link=http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/&amp;notes=One%20of%20my%20greatest%20frustrations%20with%20Mac%20has%20been%20the%20lack%20of%20a%20VoIP%20SoftPhone.%20To%20be%20completely%20clear%2C%20when%20I%20say%20VoIP%20SoftPhone%20I%20mean%20that%20the%20way%20you%20would%20mean%20%22email%20client%22.%20I%27m%20not%20interested%20in%20a%20SoftPhone%20tied%20to%20a%20particular%20service%20provider%20or%20network.%0D%0A%0D%0AThis%20search%20has%20been%20frustrating&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Mission+accomplished+-+VoIP+Softphone+for+Mac&amp;link=http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/&amp;notes=One%20of%20my%20greatest%20frustrations%20with%20Mac%20has%20been%20the%20lack%20of%20a%20VoIP%20SoftPhone.%20To%20be%20completely%20clear%2C%20when%20I%20say%20VoIP%20SoftPhone%20I%20mean%20that%20the%20way%20you%20would%20mean%20%22email%20client%22.%20I%27m%20not%20interested%20in%20a%20SoftPhone%20tied%20to%20a%20particular%20service%20provider%20or%20network.%0D%0A%0D%0AThis%20search%20has%20been%20frustrating&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Mission%20accomplished%20-%20VoIP%20Softphone%20for%20Mac&amp;link=http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/&amp;notes=One%20of%20my%20greatest%20frustrations%20with%20Mac%20has%20been%20the%20lack%20of%20a%20VoIP%20SoftPhone.%20To%20be%20completely%20clear%2C%20when%20I%20say%20VoIP%20SoftPhone%20I%20mean%20that%20the%20way%20you%20would%20mean%20%22email%20client%22.%20I%27m%20not%20interested%20in%20a%20SoftPhone%20tied%20to%20a%20particular%20service%20provider%20or%20network.%0D%0A%0D%0AThis%20search%20has%20been%20frustrating&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Mission+accomplished+-+VoIP+Softphone+for+Mac&amp;link=http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/&amp;notes=One%20of%20my%20greatest%20frustrations%20with%20Mac%20has%20been%20the%20lack%20of%20a%20VoIP%20SoftPhone.%20To%20be%20completely%20clear%2C%20when%20I%20say%20VoIP%20SoftPhone%20I%20mean%20that%20the%20way%20you%20would%20mean%20%22email%20client%22.%20I%27m%20not%20interested%20in%20a%20SoftPhone%20tied%20to%20a%20particular%20service%20provider%20or%20network.%0D%0A%0D%0AThis%20search%20has%20been%20frustrating&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Mission+accomplished+-+VoIP+Softphone+for+Mac&amp;link=http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/&amp;notes=One%20of%20my%20greatest%20frustrations%20with%20Mac%20has%20been%20the%20lack%20of%20a%20VoIP%20SoftPhone.%20To%20be%20completely%20clear%2C%20when%20I%20say%20VoIP%20SoftPhone%20I%20mean%20that%20the%20way%20you%20would%20mean%20%22email%20client%22.%20I%27m%20not%20interested%20in%20a%20SoftPhone%20tied%20to%20a%20particular%20service%20provider%20or%20network.%0D%0A%0D%0AThis%20search%20has%20been%20frustrating&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://briantroy.com/blog/2009/01/14/mission-accomplished-voip-softphone-for-mac/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Why is the Real-Time Web Community Shooting Itself in the Foot?</title>
		<link>http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/</link>
		<comments>http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 17:34:25 +0000</pubDate>
		<dc:creator>briantroy</dc:creator>
				<category><![CDATA[Innovation]]></category>
		<category><![CDATA[The Future]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[real-time web]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/</guid>
		<description><![CDATA[2008 was supposed to be the year we began to see real-time web take shape. And while Twitter and FriendFeed have begun to show us some bits of what a real-time web might look like mostly it has been a year of discontent. While I hate year end/beginning &#8220;predictions&#8221; (what am I Nostradamus?) I&#8217;m predicting [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2009%2F01%2F08%2Fwhy-is-the-real-time-web-community-shooting-itself-in-the-foot%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2009%2F01%2F08%2Fwhy-is-the-real-time-web-community-shooting-itself-in-the-foot%2F&amp;source=briantroy&amp;style=normal&amp;service=bit.ly&amp;service_api=justsignal%3AR_626c052845111fc600be065fde2532eb&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>2008 was supposed to be the year we began to see real-time web take shape. And while Twitter and FriendFeed have begun to show us some bits of what a real-time web might look like mostly it has been a year of discontent.</p>
<p>While I hate year end/beginning &#8220;predictions&#8221; (what am I <a href="http://en.wikipedia.org/wiki/Nostradamus">Nostradamus</a>?) I&#8217;m predicting 2009 won&#8217;t be much better. Why? Well that is the interesting part.</p>
<p><img src="http://briantroy.com/blog/wp-content/uploads/2009/01/200901081030.jpg" alt="200901081030.jpg" width="135" height="90" /></p>
<p>I&#8217;ll let you in on a secret (shhh, this is just between you and me). Real-time services on the &#8220;web&#8221; are nothing new. We have a pretty good idea how they work (and don&#8217;t work). We know what the challenges are &#8211; and to a large degree how to architect/engineer the solutions. The problem is we aren&#8217;t leveraging the work that has already been done.</p>
<p>More after the jump&#8230;</p>
<p><span id="more-227"></span></p>
<p>For years <a href="http://en.wikipedia.org/wiki/HTTP">HTTP</a>, <a href="http://en.wikipedia.org/wiki/SMTP">SMTP</a> and <a href="http://en.wikipedia.org/wiki/Post_Office_Protocol">POP</a> were the web. Those three combined with the underlying transport layer (<a href="http://en.wikipedia.org/wiki/TCP/IP">TCP/IP</a>) to form the &#8220;killer application&#8221; web. Web 1.0 and Web 2.0 both were built on this framework and exposed both their incredible power and their weaknesses. We&#8217;ve developed a multitude of higher order solutions which leverage the power and compensate for the weaknesses &#8211; <a href="http://en.wikipedia.org/wiki/RSS">RSS</a> and <a href="http://en.wikipedia.org/wiki/AJAX">AJAX</a> respectively provide an example of each.</p>
<p>What does this have to do with real-time? The foundation upon which the web was built isn&#8217;t entirely appropriate for synchronous real-time communication. Which is not to say we can not overcome those limitations by re-visiting or inventing parts of that foundation. We know this because we&#8217;ve solved one of the most intensive real-time synchronous problems &#8211; two way voice communication over internet protocol (<a href="http://en.wikipedia.org/wiki/VoIP">VoIP</a>).</p>
<p><img src="http://briantroy.com/blog/wp-content/uploads/2009/01/200901081031.jpg" alt="200901081031.jpg" width="150" height="150" /></p>
<p>VoIP works because it threw out the foundation from IP up. Those of us involved/following it&#8217;s development from the early 1990&#8242;s on quickly realized that we couldn&#8217;t rely on TCP or any of the available application protocols (such as HTTP) because &#8211; while they incorporated important solutions for the transmissions of bulk data in response to specific requests &#8211; they were not appropriate for a synchronous exchange of data based on a standing agreement to exchange data (essentially this is what a VoIP phone call is). Other issues included efficient distribution of messages to many subscribers (multicasting), the delivery of many small chunks of data in a time sensitive manner, and the implicit understanding that every bit of data wasn&#8217;t critical to overall service quality (statelessness).</p>
<p>Because the door was thrown wide open to re-think the foundation of the web we saw proliferation of methods. Each company, group, and standards body developed and promoted a standard. Each screamed loudly that their standard was THE standard &#8211; and nothing happened. This was a 15 year period I refer to as the Protocol Wars. Thankfully, the protocol wars have ended, <a href="http://en.wikipedia.org/wiki/Session_Initiation_Protocol">SIP</a> won &#8211; and we have an intelligible way to execute on VoIP.</p>
<p><em><span style="text-decoration: underline;">I believe that the problems of the real-time web are the problems that were faced and solved by VoIP. What I don&#8217;t understand is why the real-time web community isn&#8217;t working with the VoIP community.</span></em></p>
<p>In order to implement the real-time web (as opposed to talking about the real-time web) we will need to address multicasting, time-sensitivity, and communication negotiation. All problems already addressed by VoIP.</p>
<p>In order to implement the real-time web we will need to ensure every service/provider/network speaks the same underlying language (protocol) and implements that language in the same way (standard).</p>
<p>So, given that I believe much of the solution for the real-time web exists (which is different from saying it is complete) why do I believe 2009 won&#8217;t be much better? For two reasons:</p>
<ol>
<li>Simply because it appears to me that the real-time community is already beginning to engage in a protocol war.</li>
<li>There is little or no interest on either side (VoIP/Real-Time web) in engaging to leverage the work already done.</li>
</ol>
<p>So, here is my challenge to my friends in both the VoIP and Real-Time Web communities. Get in a room and figure it out. Extend SIP, fix <a href="http://en.wikipedia.org/wiki/XMPP">XMPP</a>, or just come up with something new &#8211; but don&#8217;t ignore one another. Please don&#8217;t accept another protocol war for the real-time web &#8211; because by the time you finally stop talking about the technology you may find that people have completely lost interest in creating solutions that leverage it.</p>
<p><strong><span style="text-decoration: underline;">But most of all, don&#8217;t make the mistakes we made with VoIP by focusing on the commodity (who will decide what the servers run) instead of getting on with creating the services you users really want.</span></strong></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Why+is+the+Real-Time+Web+Community+Shooting+Itself+in+the+Foot%3F&amp;link=http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/&amp;notes=2008%20was%20supposed%20to%20be%20the%20year%20we%20began%20to%20see%20real-time%20web%20take%20shape.%20And%20while%20Twitter%20and%20FriendFeed%20have%20begun%20to%20show%20us%20some%20bits%20of%20what%20a%20real-time%20web%20might%20look%20like%20mostly%20it%20has%20been%20a%20year%20of%20discontent.%0D%0A%0D%0AWhile%20I%20hate%20year%20end%2Fbeginning%20%22predictions%22%20%28what%20am%20I%20Nostradamus%3F%29%20I%27m%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Why+is+the+Real-Time+Web+Community+Shooting+Itself+in+the+Foot%3F&amp;link=http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/&amp;notes=2008%20was%20supposed%20to%20be%20the%20year%20we%20began%20to%20see%20real-time%20web%20take%20shape.%20And%20while%20Twitter%20and%20FriendFeed%20have%20begun%20to%20show%20us%20some%20bits%20of%20what%20a%20real-time%20web%20might%20look%20like%20mostly%20it%20has%20been%20a%20year%20of%20discontent.%0D%0A%0D%0AWhile%20I%20hate%20year%20end%2Fbeginning%20%22predictions%22%20%28what%20am%20I%20Nostradamus%3F%29%20I%27m%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=Why+is+the+Real-Time+Web+Community+Shooting+Itself+in+the+Foot%3F&amp;link=http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/&amp;notes=2008%20was%20supposed%20to%20be%20the%20year%20we%20began%20to%20see%20real-time%20web%20take%20shape.%20And%20while%20Twitter%20and%20FriendFeed%20have%20begun%20to%20show%20us%20some%20bits%20of%20what%20a%20real-time%20web%20might%20look%20like%20mostly%20it%20has%20been%20a%20year%20of%20discontent.%0D%0A%0D%0AWhile%20I%20hate%20year%20end%2Fbeginning%20%22predictions%22%20%28what%20am%20I%20Nostradamus%3F%29%20I%27m%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Why+is+the+Real-Time+Web+Community+Shooting+Itself+in+the+Foot%3F&amp;link=http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/&amp;notes=2008%20was%20supposed%20to%20be%20the%20year%20we%20began%20to%20see%20real-time%20web%20take%20shape.%20And%20while%20Twitter%20and%20FriendFeed%20have%20begun%20to%20show%20us%20some%20bits%20of%20what%20a%20real-time%20web%20might%20look%20like%20mostly%20it%20has%20been%20a%20year%20of%20discontent.%0D%0A%0D%0AWhile%20I%20hate%20year%20end%2Fbeginning%20%22predictions%22%20%28what%20am%20I%20Nostradamus%3F%29%20I%27m%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Why+is+the+Real-Time+Web+Community+Shooting+Itself+in+the+Foot%3F&amp;link=http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/&amp;notes=2008%20was%20supposed%20to%20be%20the%20year%20we%20began%20to%20see%20real-time%20web%20take%20shape.%20And%20while%20Twitter%20and%20FriendFeed%20have%20begun%20to%20show%20us%20some%20bits%20of%20what%20a%20real-time%20web%20might%20look%20like%20mostly%20it%20has%20been%20a%20year%20of%20discontent.%0D%0A%0D%0AWhile%20I%20hate%20year%20end%2Fbeginning%20%22predictions%22%20%28what%20am%20I%20Nostradamus%3F%29%20I%27m%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Why+is+the+Real-Time+Web+Community+Shooting+Itself+in+the+Foot%3F&amp;link=http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/&amp;notes=2008%20was%20supposed%20to%20be%20the%20year%20we%20began%20to%20see%20real-time%20web%20take%20shape.%20And%20while%20Twitter%20and%20FriendFeed%20have%20begun%20to%20show%20us%20some%20bits%20of%20what%20a%20real-time%20web%20might%20look%20like%20mostly%20it%20has%20been%20a%20year%20of%20discontent.%0D%0A%0D%0AWhile%20I%20hate%20year%20end%2Fbeginning%20%22predictions%22%20%28what%20am%20I%20Nostradamus%3F%29%20I%27m%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Why+is+the+Real-Time+Web+Community+Shooting+Itself+in+the+Foot%3F&amp;link=http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/&amp;notes=2008%20was%20supposed%20to%20be%20the%20year%20we%20began%20to%20see%20real-time%20web%20take%20shape.%20And%20while%20Twitter%20and%20FriendFeed%20have%20begun%20to%20show%20us%20some%20bits%20of%20what%20a%20real-time%20web%20might%20look%20like%20mostly%20it%20has%20been%20a%20year%20of%20discontent.%0D%0A%0D%0AWhile%20I%20hate%20year%20end%2Fbeginning%20%22predictions%22%20%28what%20am%20I%20Nostradamus%3F%29%20I%27m%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Why%20is%20the%20Real-Time%20Web%20Community%20Shooting%20Itself%20in%20the%20Foot%3F&amp;link=http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/&amp;notes=2008%20was%20supposed%20to%20be%20the%20year%20we%20began%20to%20see%20real-time%20web%20take%20shape.%20And%20while%20Twitter%20and%20FriendFeed%20have%20begun%20to%20show%20us%20some%20bits%20of%20what%20a%20real-time%20web%20might%20look%20like%20mostly%20it%20has%20been%20a%20year%20of%20discontent.%0D%0A%0D%0AWhile%20I%20hate%20year%20end%2Fbeginning%20%22predictions%22%20%28what%20am%20I%20Nostradamus%3F%29%20I%27m%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Why+is+the+Real-Time+Web+Community+Shooting+Itself+in+the+Foot%3F&amp;link=http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/&amp;notes=2008%20was%20supposed%20to%20be%20the%20year%20we%20began%20to%20see%20real-time%20web%20take%20shape.%20And%20while%20Twitter%20and%20FriendFeed%20have%20begun%20to%20show%20us%20some%20bits%20of%20what%20a%20real-time%20web%20might%20look%20like%20mostly%20it%20has%20been%20a%20year%20of%20discontent.%0D%0A%0D%0AWhile%20I%20hate%20year%20end%2Fbeginning%20%22predictions%22%20%28what%20am%20I%20Nostradamus%3F%29%20I%27m%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Why+is+the+Real-Time+Web+Community+Shooting+Itself+in+the+Foot%3F&amp;link=http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/&amp;notes=2008%20was%20supposed%20to%20be%20the%20year%20we%20began%20to%20see%20real-time%20web%20take%20shape.%20And%20while%20Twitter%20and%20FriendFeed%20have%20begun%20to%20show%20us%20some%20bits%20of%20what%20a%20real-time%20web%20might%20look%20like%20mostly%20it%20has%20been%20a%20year%20of%20discontent.%0D%0A%0D%0AWhile%20I%20hate%20year%20end%2Fbeginning%20%22predictions%22%20%28what%20am%20I%20Nostradamus%3F%29%20I%27m%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://briantroy.com/blog/2009/01/08/why-is-the-real-time-web-community-shooting-itself-in-the-foot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: OMG!!! Twitter got Hacked!!! AND VoIP isn&#8217;t dead&#8230; just irrelevant.</title>
		<link>http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/</link>
		<comments>http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 02:12:32 +0000</pubDate>
		<dc:creator>briantroy</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[track]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/</guid>
		<description><![CDATA[Various and sundry links pertaining to today&#8217;s video blog: Dan York&#8217;s Blog Post Today&#8217;s nonsense about OAuth on FriendFeed Video Blog 01-05-2009 OMG Twitter got Hacked and VoIP isn&#8217;t dead, it is Irrelevant from Brian Roy on Vimeo. Share this on del.icio.us Digg this! Clip this to Evernote Share this on Facebook Post on Google [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2009%2F01%2F05%2Fvideo-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2009%2F01%2F05%2Fvideo-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant%2F&amp;source=briantroy&amp;style=normal&amp;service=bit.ly&amp;service_api=justsignal%3AR_626c052845111fc600be065fde2532eb&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Various and sundry links pertaining to today&#8217;s video blog:</p>
<p><a href="http://www.disruptivetelephony.com/2009/01/define-voip---and-then-we-can-debate-whether-it-is-dead.html?cid=144182722#comments">Dan York&#8217;s Blog Post</a></p>
<p><a href="http://friendfeed.com/search?q=oauth">Today&#8217;s nonsense about OAuth on FriendFeed</a></p>
<p><object width="549" height="309"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2733016&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=8f3b55&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2733016&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=8f3b55&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="549" height="309" /><br />
</object><br />
<a href="http://vimeo.com/2733016">Video Blog 01-05-2009 OMG Twitter got Hacked and VoIP isn&#8217;t dead, it is Irrelevant</a> from <a href="http://vimeo.com/briantroy">Brian Roy</a> on <a href="http://vimeo.com">Vimeo</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Video%3A+OMG%21%21%21+Twitter+got+Hacked%21%21%21+AND+VoIP+isn%27t+dead...+just+irrelevant.&amp;link=http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/&amp;notes=Various%20and%20sundry%20links%20pertaining%20to%20today%27s%20video%20blog%3A%0ADan%20York%27s%20Blog%20Post%0AToday%27s%20nonsense%20about%20OAuth%20on%20FriendFeed%0A%20%20%0A%20%20%0A%20%20%0A%20%20%0A%0AVideo%20Blog%2001-05-2009%20OMG%20Twitter%20got%20Hacked%20and%20VoIP%20isn%27t%20dead%2C%20it%20is%20Irrelevant%20from%20Brian%20Roy%20on%20Vimeo.&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Video%3A+OMG%21%21%21+Twitter+got+Hacked%21%21%21+AND+VoIP+isn%27t+dead...+just+irrelevant.&amp;link=http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/&amp;notes=Various%20and%20sundry%20links%20pertaining%20to%20today%27s%20video%20blog%3A%0ADan%20York%27s%20Blog%20Post%0AToday%27s%20nonsense%20about%20OAuth%20on%20FriendFeed%0A%20%20%0A%20%20%0A%20%20%0A%20%20%0A%0AVideo%20Blog%2001-05-2009%20OMG%20Twitter%20got%20Hacked%20and%20VoIP%20isn%27t%20dead%2C%20it%20is%20Irrelevant%20from%20Brian%20Roy%20on%20Vimeo.&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=Video%3A+OMG%21%21%21+Twitter+got+Hacked%21%21%21+AND+VoIP+isn%27t+dead...+just+irrelevant.&amp;link=http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/&amp;notes=Various%20and%20sundry%20links%20pertaining%20to%20today%27s%20video%20blog%3A%0ADan%20York%27s%20Blog%20Post%0AToday%27s%20nonsense%20about%20OAuth%20on%20FriendFeed%0A%20%20%0A%20%20%0A%20%20%0A%20%20%0A%0AVideo%20Blog%2001-05-2009%20OMG%20Twitter%20got%20Hacked%20and%20VoIP%20isn%27t%20dead%2C%20it%20is%20Irrelevant%20from%20Brian%20Roy%20on%20Vimeo.&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Video%3A+OMG%21%21%21+Twitter+got+Hacked%21%21%21+AND+VoIP+isn%27t+dead...+just+irrelevant.&amp;link=http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/&amp;notes=Various%20and%20sundry%20links%20pertaining%20to%20today%27s%20video%20blog%3A%0ADan%20York%27s%20Blog%20Post%0AToday%27s%20nonsense%20about%20OAuth%20on%20FriendFeed%0A%20%20%0A%20%20%0A%20%20%0A%20%20%0A%0AVideo%20Blog%2001-05-2009%20OMG%20Twitter%20got%20Hacked%20and%20VoIP%20isn%27t%20dead%2C%20it%20is%20Irrelevant%20from%20Brian%20Roy%20on%20Vimeo.&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Video%3A+OMG%21%21%21+Twitter+got+Hacked%21%21%21+AND+VoIP+isn%27t+dead...+just+irrelevant.&amp;link=http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/&amp;notes=Various%20and%20sundry%20links%20pertaining%20to%20today%27s%20video%20blog%3A%0ADan%20York%27s%20Blog%20Post%0AToday%27s%20nonsense%20about%20OAuth%20on%20FriendFeed%0A%20%20%0A%20%20%0A%20%20%0A%20%20%0A%0AVideo%20Blog%2001-05-2009%20OMG%20Twitter%20got%20Hacked%20and%20VoIP%20isn%27t%20dead%2C%20it%20is%20Irrelevant%20from%20Brian%20Roy%20on%20Vimeo.&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Video%3A+OMG%21%21%21+Twitter+got+Hacked%21%21%21+AND+VoIP+isn%27t+dead...+just+irrelevant.&amp;link=http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/&amp;notes=Various%20and%20sundry%20links%20pertaining%20to%20today%27s%20video%20blog%3A%0ADan%20York%27s%20Blog%20Post%0AToday%27s%20nonsense%20about%20OAuth%20on%20FriendFeed%0A%20%20%0A%20%20%0A%20%20%0A%20%20%0A%0AVideo%20Blog%2001-05-2009%20OMG%20Twitter%20got%20Hacked%20and%20VoIP%20isn%27t%20dead%2C%20it%20is%20Irrelevant%20from%20Brian%20Roy%20on%20Vimeo.&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Video%3A+OMG%21%21%21+Twitter+got+Hacked%21%21%21+AND+VoIP+isn%27t+dead...+just+irrelevant.&amp;link=http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/&amp;notes=Various%20and%20sundry%20links%20pertaining%20to%20today%27s%20video%20blog%3A%0ADan%20York%27s%20Blog%20Post%0AToday%27s%20nonsense%20about%20OAuth%20on%20FriendFeed%0A%20%20%0A%20%20%0A%20%20%0A%20%20%0A%0AVideo%20Blog%2001-05-2009%20OMG%20Twitter%20got%20Hacked%20and%20VoIP%20isn%27t%20dead%2C%20it%20is%20Irrelevant%20from%20Brian%20Roy%20on%20Vimeo.&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Video%3A%20OMG%21%21%21%20Twitter%20got%20Hacked%21%21%21%20AND%20VoIP%20isn%27t%20dead...%20just%20irrelevant.&amp;link=http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/&amp;notes=Various%20and%20sundry%20links%20pertaining%20to%20today%27s%20video%20blog%3A%0ADan%20York%27s%20Blog%20Post%0AToday%27s%20nonsense%20about%20OAuth%20on%20FriendFeed%0A%20%20%0A%20%20%0A%20%20%0A%20%20%0A%0AVideo%20Blog%2001-05-2009%20OMG%20Twitter%20got%20Hacked%20and%20VoIP%20isn%27t%20dead%2C%20it%20is%20Irrelevant%20from%20Brian%20Roy%20on%20Vimeo.&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Video%3A+OMG%21%21%21+Twitter+got+Hacked%21%21%21+AND+VoIP+isn%27t+dead...+just+irrelevant.&amp;link=http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/&amp;notes=Various%20and%20sundry%20links%20pertaining%20to%20today%27s%20video%20blog%3A%0ADan%20York%27s%20Blog%20Post%0AToday%27s%20nonsense%20about%20OAuth%20on%20FriendFeed%0A%20%20%0A%20%20%0A%20%20%0A%20%20%0A%0AVideo%20Blog%2001-05-2009%20OMG%20Twitter%20got%20Hacked%20and%20VoIP%20isn%27t%20dead%2C%20it%20is%20Irrelevant%20from%20Brian%20Roy%20on%20Vimeo.&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Video%3A+OMG%21%21%21+Twitter+got+Hacked%21%21%21+AND+VoIP+isn%27t+dead...+just+irrelevant.&amp;link=http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/&amp;notes=Various%20and%20sundry%20links%20pertaining%20to%20today%27s%20video%20blog%3A%0ADan%20York%27s%20Blog%20Post%0AToday%27s%20nonsense%20about%20OAuth%20on%20FriendFeed%0A%20%20%0A%20%20%0A%20%20%0A%20%20%0A%0AVideo%20Blog%2001-05-2009%20OMG%20Twitter%20got%20Hacked%20and%20VoIP%20isn%27t%20dead%2C%20it%20is%20Irrelevant%20from%20Brian%20Roy%20on%20Vimeo.&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://briantroy.com/blog/2009/01/05/video-omg-twitter-got-hacked-and-voip-isnt-dead-just-irrelevant/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Skype begins un-walling the Walled Garden</title>
		<link>http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/</link>
		<comments>http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 18:20:12 +0000</pubDate>
		<dc:creator>briantroy</dc:creator>
				<category><![CDATA[cosinity]]></category>
		<category><![CDATA[Vendors]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[walled garden]]></category>

		<guid isPermaLink="false">http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/</guid>
		<description><![CDATA[I&#8217;ve said it before &#8211; and I&#8217;ll say it again. Walled gardens are great for developing a market &#8211; but the outcome is inevitable (barring anti-competitive regulation). The walls fall. Skype announced yesterday that they are introducing a Skype interface (know as a channel driver) for Asterisk. This is great news &#8211; it enables Skype [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2008%2F09%2F26%2Fskype-begins-un-walling-the-walled-garden%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2008%2F09%2F26%2Fskype-begins-un-walling-the-walled-garden%2F&amp;source=briantroy&amp;style=normal&amp;service=bit.ly&amp;service_api=justsignal%3AR_626c052845111fc600be065fde2532eb&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve said it before &#8211; and I&#8217;ll say it again. Walled gardens are great for developing a market &#8211; but the outcome is inevitable (barring anti-competitive regulation). The walls fall.</p>
<p><a href="http://share.skype.com/sites/en/2008/09/skype_for_asterisk_beta.html">Skype announced yesterday</a> that they are introducing a <a href="http://www.skype.com">Skype</a> interface (know as a channel driver) for <a href="http://www.asterisk.org">Asterisk</a>. This is great news &#8211; it enables Skype to work within the larger VoIP environment.</p>
<p>I&#8217;ve applied to have <a href="http://www.cosinity.com" title="cosinity - communications applications that deliver">cosinity</a> beta test this solution &#8211; it will allow us to use a Skype account as a business &#8220;phone number&#8221; for page2call. Hopefully Skype won&#8217;t attempt to defend their network in the Terms or EULA.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Skype+begins+un-walling+the+Walled+Garden&amp;link=http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/&amp;notes=I%27ve%20said%20it%20before%20-%20and%20I%27ll%20say%20it%20again.%20Walled%20gardens%20are%20great%20for%20developing%20a%20market%20-%20but%20the%20outcome%20is%20inevitable%20%28barring%20anti-competitive%20regulation%29.%20The%20walls%20fall.%0ASkype%20announced%20yesterday%20that%20they%20are%20introducing%20a%20Skype%20interface%20%28know%20as%20a%20channel%20driver%29%20for%20Asterisk.%20This%20is%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Skype+begins+un-walling+the+Walled+Garden&amp;link=http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/&amp;notes=I%27ve%20said%20it%20before%20-%20and%20I%27ll%20say%20it%20again.%20Walled%20gardens%20are%20great%20for%20developing%20a%20market%20-%20but%20the%20outcome%20is%20inevitable%20%28barring%20anti-competitive%20regulation%29.%20The%20walls%20fall.%0ASkype%20announced%20yesterday%20that%20they%20are%20introducing%20a%20Skype%20interface%20%28know%20as%20a%20channel%20driver%29%20for%20Asterisk.%20This%20is%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=Skype+begins+un-walling+the+Walled+Garden&amp;link=http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/&amp;notes=I%27ve%20said%20it%20before%20-%20and%20I%27ll%20say%20it%20again.%20Walled%20gardens%20are%20great%20for%20developing%20a%20market%20-%20but%20the%20outcome%20is%20inevitable%20%28barring%20anti-competitive%20regulation%29.%20The%20walls%20fall.%0ASkype%20announced%20yesterday%20that%20they%20are%20introducing%20a%20Skype%20interface%20%28know%20as%20a%20channel%20driver%29%20for%20Asterisk.%20This%20is%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Skype+begins+un-walling+the+Walled+Garden&amp;link=http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/&amp;notes=I%27ve%20said%20it%20before%20-%20and%20I%27ll%20say%20it%20again.%20Walled%20gardens%20are%20great%20for%20developing%20a%20market%20-%20but%20the%20outcome%20is%20inevitable%20%28barring%20anti-competitive%20regulation%29.%20The%20walls%20fall.%0ASkype%20announced%20yesterday%20that%20they%20are%20introducing%20a%20Skype%20interface%20%28know%20as%20a%20channel%20driver%29%20for%20Asterisk.%20This%20is%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Skype+begins+un-walling+the+Walled+Garden&amp;link=http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/&amp;notes=I%27ve%20said%20it%20before%20-%20and%20I%27ll%20say%20it%20again.%20Walled%20gardens%20are%20great%20for%20developing%20a%20market%20-%20but%20the%20outcome%20is%20inevitable%20%28barring%20anti-competitive%20regulation%29.%20The%20walls%20fall.%0ASkype%20announced%20yesterday%20that%20they%20are%20introducing%20a%20Skype%20interface%20%28know%20as%20a%20channel%20driver%29%20for%20Asterisk.%20This%20is%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Skype+begins+un-walling+the+Walled+Garden&amp;link=http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/&amp;notes=I%27ve%20said%20it%20before%20-%20and%20I%27ll%20say%20it%20again.%20Walled%20gardens%20are%20great%20for%20developing%20a%20market%20-%20but%20the%20outcome%20is%20inevitable%20%28barring%20anti-competitive%20regulation%29.%20The%20walls%20fall.%0ASkype%20announced%20yesterday%20that%20they%20are%20introducing%20a%20Skype%20interface%20%28know%20as%20a%20channel%20driver%29%20for%20Asterisk.%20This%20is%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Skype+begins+un-walling+the+Walled+Garden&amp;link=http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/&amp;notes=I%27ve%20said%20it%20before%20-%20and%20I%27ll%20say%20it%20again.%20Walled%20gardens%20are%20great%20for%20developing%20a%20market%20-%20but%20the%20outcome%20is%20inevitable%20%28barring%20anti-competitive%20regulation%29.%20The%20walls%20fall.%0ASkype%20announced%20yesterday%20that%20they%20are%20introducing%20a%20Skype%20interface%20%28know%20as%20a%20channel%20driver%29%20for%20Asterisk.%20This%20is%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Skype%20begins%20un-walling%20the%20Walled%20Garden&amp;link=http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/&amp;notes=I%27ve%20said%20it%20before%20-%20and%20I%27ll%20say%20it%20again.%20Walled%20gardens%20are%20great%20for%20developing%20a%20market%20-%20but%20the%20outcome%20is%20inevitable%20%28barring%20anti-competitive%20regulation%29.%20The%20walls%20fall.%0ASkype%20announced%20yesterday%20that%20they%20are%20introducing%20a%20Skype%20interface%20%28know%20as%20a%20channel%20driver%29%20for%20Asterisk.%20This%20is%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Skype+begins+un-walling+the+Walled+Garden&amp;link=http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/&amp;notes=I%27ve%20said%20it%20before%20-%20and%20I%27ll%20say%20it%20again.%20Walled%20gardens%20are%20great%20for%20developing%20a%20market%20-%20but%20the%20outcome%20is%20inevitable%20%28barring%20anti-competitive%20regulation%29.%20The%20walls%20fall.%0ASkype%20announced%20yesterday%20that%20they%20are%20introducing%20a%20Skype%20interface%20%28know%20as%20a%20channel%20driver%29%20for%20Asterisk.%20This%20is%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Skype+begins+un-walling+the+Walled+Garden&amp;link=http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/&amp;notes=I%27ve%20said%20it%20before%20-%20and%20I%27ll%20say%20it%20again.%20Walled%20gardens%20are%20great%20for%20developing%20a%20market%20-%20but%20the%20outcome%20is%20inevitable%20%28barring%20anti-competitive%20regulation%29.%20The%20walls%20fall.%0ASkype%20announced%20yesterday%20that%20they%20are%20introducing%20a%20Skype%20interface%20%28know%20as%20a%20channel%20driver%29%20for%20Asterisk.%20This%20is%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://briantroy.com/blog/2008/09/26/skype-begins-un-walling-the-walled-garden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voice Is Data &#8211; STOP THE PRESSES (Alexander Graham Bell would be so proud)</title>
		<link>http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/</link>
		<comments>http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 23:37:00 +0000</pubDate>
		<dc:creator>briantroy</dc:creator>
				<category><![CDATA[Regulation]]></category>
		<category><![CDATA[The Future]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[price]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/</guid>
		<description><![CDATA[From Techdirt&#8230; With increasing attempts to turn internet access on in the sky, there&#8217;s been some concern about people making VoIP calls from airplanes, just as there is a concern over mobile phone use in the sky being too &#8220;annoying.&#8221; Some of the companies providing internet-in-the-sky have claimed that they would block VoIP calls, but [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2008%2F08%2F26%2Fvoice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2008%2F08%2F26%2Fvoice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud%2F&amp;source=briantroy&amp;style=normal&amp;service=bit.ly&amp;service_api=justsignal%3AR_626c052845111fc600be065fde2532eb&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>From Techdirt&#8230;</p>
<blockquote cite="http://techdirt.com/articles/20080822/1726232072.shtml"><p>
  With increasing attempts to turn internet access on in the sky, there&#8217;s been some concern about people making VoIP calls from airplanes, just as there is a <a href="http://www.techdirt.com/articles/20071007/225436.shtml">concern</a> over mobile phone use in the sky being too &#8220;annoying.&#8221; Some of the companies providing internet-in-the-sky have claimed that they would block VoIP calls, but that&#8217;s going to be pretty difficult. As we&#8217;ve pointed out in the past voice is just <a href="http://www.techdirt.com/articles/20050411/0217245_F.shtml">data</a> and you can always find a way to disguise the data, such that it won&#8217;t be blocked. And, indeed, that seems to be exactly what&#8217;s happening. Andy Abramson talks about how he <a href="http://andyabramson.blogs.com/voipwatch/2008/08/who-says-you-ca.html" target="_new">got around AirCell&#8217;s VoIP blocking when talking to a friend who was on one of these wired airplanes</a>. There&#8217;s always going to be away around those things, so unless Congress really decides to <a href="http://www.techdirt.com/articles/20080801/0250281860.shtml">ban</a> all voice calls on phones, why not wait and see if people chatting <a href="http://www.techdirt.com/articles/20080808/0240241932.shtml"><i>really</i></a> is a problem?</p>
<div class="feedflare">
    
  </div>
<p><img src="http://feeds.techdirt.com/~r/techdirt/feed/~4/374920622" height="1" width="1" /> [From <a href="http://techdirt.com/articles/20080822/1726232072.shtml"><cite>Voice Is Data: Tech Won't Be Able To Stop VoIP In The Air</cite></a>]
</p></blockquote>
<p>There are two points here worth considering:</p>
<ol>
<li>VoIP is data and any attempt to block it can be worked around</li>
<li>Phone calls on planes may not really be a problem</li>
</ol>
<p>First &#8211; saying VoIP is data is (perhaps) the most obvious statement I&#8217;ve ever heard. But let&#8217;s clarify one thing. Transmitted (by any means, analog, digital or IP) SOUND is DATA. Always has been, always will be. We shouldn&#8217;t confuse the fact that it is now on an IP network with some kind of transition to &#8220;voice as data&#8221;.</p>
<p>The valid point is that because the sound (voice) is being transmitted over an IP network blocking is only as effective as the ability to detect the transmission of sound (voice). If everyone plays be the rules and uses RTP over UDP &#8211; it is simple to block. However, there will always be profit in circumnavigating IP blocking technologies &#8211; to the extent that there is profit, there will be people willing to create VoIP services that defeat the blocking.</p>
<p>The linked article points out the the reported &#8220;hack&#8221; is no more than RTP over TCP &#8211; which is fairly pedestrian. Imagine when RTP is tunneled over HTTP (I&#8217;ve done it) or SSH.</p>
<p><em>The simple reality is making the network the arbiter of acceptable use is never going to work.</em></p>
<p>Second, I&#8217;m not sure how we got to &#8220;people chatting on a plane is a problem&#8221;. Not too long ago, every flight seemed to have those air to ground phones in the back of the seat in front of you. People never used them &#8211; because the per minute charges were insane. But I&#8217;ve been on a flight where someone used that phone&#8230; and there was no lynching.</p>
<p>I&#8217;m wondering if &#8220;no calls via cell or VoIP&#8221; on a plane is about social norms and people being rude&#8230; or the airline&#8217;s inability to charge for it&#8230;</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Voice+Is+Data+-+STOP+THE+PRESSES+%28Alexander+Graham+Bell+would+be+so+proud%29&amp;link=http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/&amp;notes=From%20Techdirt...%0A%0A%20%20With%20increasing%20attempts%20to%20turn%20internet%20access%20on%20in%20the%20sky%2C%20there%27s%20been%20some%20concern%20about%20people%20making%20VoIP%20calls%20from%20airplanes%2C%20just%20as%20there%20is%20a%20concern%20over%20mobile%20phone%20use%20in%20the%20sky%20being%20too%20%22annoying.%22%20Some%20of%20the%20companies%20providing%20internet-in-the-sky%20have%20clai&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Voice+Is+Data+-+STOP+THE+PRESSES+%28Alexander+Graham+Bell+would+be+so+proud%29&amp;link=http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/&amp;notes=From%20Techdirt...%0A%0A%20%20With%20increasing%20attempts%20to%20turn%20internet%20access%20on%20in%20the%20sky%2C%20there%27s%20been%20some%20concern%20about%20people%20making%20VoIP%20calls%20from%20airplanes%2C%20just%20as%20there%20is%20a%20concern%20over%20mobile%20phone%20use%20in%20the%20sky%20being%20too%20%22annoying.%22%20Some%20of%20the%20companies%20providing%20internet-in-the-sky%20have%20clai&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=Voice+Is+Data+-+STOP+THE+PRESSES+%28Alexander+Graham+Bell+would+be+so+proud%29&amp;link=http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/&amp;notes=From%20Techdirt...%0A%0A%20%20With%20increasing%20attempts%20to%20turn%20internet%20access%20on%20in%20the%20sky%2C%20there%27s%20been%20some%20concern%20about%20people%20making%20VoIP%20calls%20from%20airplanes%2C%20just%20as%20there%20is%20a%20concern%20over%20mobile%20phone%20use%20in%20the%20sky%20being%20too%20%22annoying.%22%20Some%20of%20the%20companies%20providing%20internet-in-the-sky%20have%20clai&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Voice+Is+Data+-+STOP+THE+PRESSES+%28Alexander+Graham+Bell+would+be+so+proud%29&amp;link=http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/&amp;notes=From%20Techdirt...%0A%0A%20%20With%20increasing%20attempts%20to%20turn%20internet%20access%20on%20in%20the%20sky%2C%20there%27s%20been%20some%20concern%20about%20people%20making%20VoIP%20calls%20from%20airplanes%2C%20just%20as%20there%20is%20a%20concern%20over%20mobile%20phone%20use%20in%20the%20sky%20being%20too%20%22annoying.%22%20Some%20of%20the%20companies%20providing%20internet-in-the-sky%20have%20clai&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Voice+Is+Data+-+STOP+THE+PRESSES+%28Alexander+Graham+Bell+would+be+so+proud%29&amp;link=http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/&amp;notes=From%20Techdirt...%0A%0A%20%20With%20increasing%20attempts%20to%20turn%20internet%20access%20on%20in%20the%20sky%2C%20there%27s%20been%20some%20concern%20about%20people%20making%20VoIP%20calls%20from%20airplanes%2C%20just%20as%20there%20is%20a%20concern%20over%20mobile%20phone%20use%20in%20the%20sky%20being%20too%20%22annoying.%22%20Some%20of%20the%20companies%20providing%20internet-in-the-sky%20have%20clai&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Voice+Is+Data+-+STOP+THE+PRESSES+%28Alexander+Graham+Bell+would+be+so+proud%29&amp;link=http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/&amp;notes=From%20Techdirt...%0A%0A%20%20With%20increasing%20attempts%20to%20turn%20internet%20access%20on%20in%20the%20sky%2C%20there%27s%20been%20some%20concern%20about%20people%20making%20VoIP%20calls%20from%20airplanes%2C%20just%20as%20there%20is%20a%20concern%20over%20mobile%20phone%20use%20in%20the%20sky%20being%20too%20%22annoying.%22%20Some%20of%20the%20companies%20providing%20internet-in-the-sky%20have%20clai&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Voice+Is+Data+-+STOP+THE+PRESSES+%28Alexander+Graham+Bell+would+be+so+proud%29&amp;link=http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/&amp;notes=From%20Techdirt...%0A%0A%20%20With%20increasing%20attempts%20to%20turn%20internet%20access%20on%20in%20the%20sky%2C%20there%27s%20been%20some%20concern%20about%20people%20making%20VoIP%20calls%20from%20airplanes%2C%20just%20as%20there%20is%20a%20concern%20over%20mobile%20phone%20use%20in%20the%20sky%20being%20too%20%22annoying.%22%20Some%20of%20the%20companies%20providing%20internet-in-the-sky%20have%20clai&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Voice%20Is%20Data%20-%20STOP%20THE%20PRESSES%20%28Alexander%20Graham%20Bell%20would%20be%20so%20proud%29&amp;link=http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/&amp;notes=From%20Techdirt...%0A%0A%20%20With%20increasing%20attempts%20to%20turn%20internet%20access%20on%20in%20the%20sky%2C%20there%27s%20been%20some%20concern%20about%20people%20making%20VoIP%20calls%20from%20airplanes%2C%20just%20as%20there%20is%20a%20concern%20over%20mobile%20phone%20use%20in%20the%20sky%20being%20too%20%22annoying.%22%20Some%20of%20the%20companies%20providing%20internet-in-the-sky%20have%20clai&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Voice+Is+Data+-+STOP+THE+PRESSES+%28Alexander+Graham+Bell+would+be+so+proud%29&amp;link=http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/&amp;notes=From%20Techdirt...%0A%0A%20%20With%20increasing%20attempts%20to%20turn%20internet%20access%20on%20in%20the%20sky%2C%20there%27s%20been%20some%20concern%20about%20people%20making%20VoIP%20calls%20from%20airplanes%2C%20just%20as%20there%20is%20a%20concern%20over%20mobile%20phone%20use%20in%20the%20sky%20being%20too%20%22annoying.%22%20Some%20of%20the%20companies%20providing%20internet-in-the-sky%20have%20clai&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Voice+Is+Data+-+STOP+THE+PRESSES+%28Alexander+Graham+Bell+would+be+so+proud%29&amp;link=http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/&amp;notes=From%20Techdirt...%0A%0A%20%20With%20increasing%20attempts%20to%20turn%20internet%20access%20on%20in%20the%20sky%2C%20there%27s%20been%20some%20concern%20about%20people%20making%20VoIP%20calls%20from%20airplanes%2C%20just%20as%20there%20is%20a%20concern%20over%20mobile%20phone%20use%20in%20the%20sky%20being%20too%20%22annoying.%22%20Some%20of%20the%20companies%20providing%20internet-in-the-sky%20have%20clai&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://briantroy.com/blog/2008/08/26/voice-is-data-stop-the-presses-alexander-graham-bell-would-be-so-proud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free World Dialup moving to $30 annual membership</title>
		<link>http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/</link>
		<comments>http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 17:00:01 +0000</pubDate>
		<dc:creator>briantroy</dc:creator>
				<category><![CDATA[Business Model Innovation]]></category>
		<category><![CDATA[Emerging Technology Practice]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/</guid>
		<description><![CDATA[From Jeff Pulver&#8217;s blog this morning comes news that FWD (Free World Dialup) is going to begin charging for VoIP Service. FWD has long had a very large user base and significant challenges generating any revenue from that base&#8230; they&#8217;ve seen Vonage, Broadvoice etc create businesses from the basic idea they&#8217;ve been working since 2001. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2008%2F08%2F10%2Ffree-world-dialup-moving-to-30-annual-membership%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2008%2F08%2F10%2Ffree-world-dialup-moving-to-30-annual-membership%2F&amp;source=briantroy&amp;style=normal&amp;service=bit.ly&amp;service_api=justsignal%3AR_626c052845111fc600be065fde2532eb&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>From Jeff Pulver&#8217;s blog this morning comes news that FWD (Free World Dialup) is going to begin charging for VoIP Service. FWD has long had a very large user base and significant challenges generating any revenue from that base&#8230; they&#8217;ve seen Vonage, Broadvoice etc create businesses from the basic idea they&#8217;ve been working since 2001.</p>
<p><a href="http://feeds.feedburner.com/~r/TheJeffPulverBlog/~3/361054284/008471.html">Full post from Pulver&#8217;s Blog</a></p>
<p>I do not see this as a bad thing&#8230; FWD will need to generate revenue to survive in the near/mid term. This, however, doesn&#8217;t really change the reality that the cost of making a call is on a steady march to 0.</p>
<p>more after the jump&#8230;</p>
<p><span id="more-107"></span></p>
<p>The challenge is simple &#8211; no one has yet found a compelling set of value added services (or features if you insist on the telecom terminology) beyond a base &#8220;phone call&#8221; that consumers are willing to pay for. That, however, is still the future of revenue in communications &#8211; and what we are executing against at <a href="http://www.cosinity.com/" title="cosinity - communications applications that deliver">cosinity.</a></p>
<p>At cosinity we are simply taking a different approach &#8211; we are not providing phone numbers, connection to the PSTN, SIP trunks or registration. There are 2 reasons for this:</p>
<ol>
<li>There are plenty of CHEAP resources for that &#8211; and we have no interest in becoming another minute provider competing on price.</li>
<li>If we did that we would have to restrict our services to &#8220;our network&#8221; to defend the revenue generated by selling minutes.</li>
</ol>
<p>We are committed to the idea that the application is valuable an the phone call (or other communication mechanism) is a pure commodity. You have phones/phone numbers/devices/etc what you need is applications that make them more USEFUL and deliver real value to you or your business.</p>
<p>Here is what Jeff had to say and a link to the full post.</p>
<blockquote cite="http://feeds.feedburner.com/~r/TheJeffPulverBlog/~3/361054284/008471.html">
<p>The email below went out to inform the nearly one million registered users of Free World Dialup of plans to adopt a $30 annual membership fee as of September 1, 2008. Daniel Berninger has responsibility for day to day operations of FWD as CEO, but I wanted to add a few words on the motivation for taking a stand for paid membership.</p>
<p>Yogi Berra said, &#8220;When you arrive at a fork in the road, take it.&#8221; I don&#8217;t know if anyone predicted that the entire VoIP industry would end up with business models dependent on traditional telecom revenues, but it seems hard to deny with Skype, Jajah, Ribbit, and a long list of others chasing per minute revenues. We are risking the exodus of the FWD user base (and inevitable hate mail) to prove there exists an alternative. FWD will move forward in support of communication between paid members and anyone else with VoIP devices connected directly to the Internet. We will provide no services to facilitate interconnection with the telephone network. This represents a recommitment to the work that motivated the FCC to issue the Pulver Order in 2004 recognizing FWD as entirely unregulated. We believe the energies dedicated toward gaming the telephone network would produce much better results if applied to the task of creating services, applications, and content for communication devices directly connected to the Internet. Chasing an experience based on charging per minute immediately erases the prospect for an Internet like experience independent of geography and usage charges. FWD is the only VoIP enterprise going this route, and plentiful options exist for those looking for cheap minutes. I hope people will remember FWD&#8217;s 12 years as a free service and wish us luck as we put action to our convictions.</p>
<p><img src="http://feeds.feedburner.com/~r/TheJeffPulverBlog/~4/361054284" height="1" width="1" /> [From <a href="http://feeds.feedburner.com/~r/TheJeffPulverBlog/~3/361054284/008471.html"><cite>Free World Dialup moving to $30 annual membership</cite></a>]
</p></blockquote>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Free+World+Dialup+moving+to+%2430+annual+membership&amp;link=http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/&amp;notes=From%20Jeff%20Pulver%27s%20blog%20this%20morning%20comes%20news%20that%20FWD%20%28Free%20World%20Dialup%29%20is%20going%20to%20begin%20charging%20for%20VoIP%20Service.%20FWD%20has%20long%20had%20a%20very%20large%20user%20base%20and%20significant%20challenges%20generating%20any%20revenue%20from%20that%20base...%20they%27ve%20seen%20Vonage%2C%20Broadvoice%20etc%20create%20businesses%20from%20the%20basic%20i&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Free+World+Dialup+moving+to+%2430+annual+membership&amp;link=http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/&amp;notes=From%20Jeff%20Pulver%27s%20blog%20this%20morning%20comes%20news%20that%20FWD%20%28Free%20World%20Dialup%29%20is%20going%20to%20begin%20charging%20for%20VoIP%20Service.%20FWD%20has%20long%20had%20a%20very%20large%20user%20base%20and%20significant%20challenges%20generating%20any%20revenue%20from%20that%20base...%20they%27ve%20seen%20Vonage%2C%20Broadvoice%20etc%20create%20businesses%20from%20the%20basic%20i&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=Free+World+Dialup+moving+to+%2430+annual+membership&amp;link=http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/&amp;notes=From%20Jeff%20Pulver%27s%20blog%20this%20morning%20comes%20news%20that%20FWD%20%28Free%20World%20Dialup%29%20is%20going%20to%20begin%20charging%20for%20VoIP%20Service.%20FWD%20has%20long%20had%20a%20very%20large%20user%20base%20and%20significant%20challenges%20generating%20any%20revenue%20from%20that%20base...%20they%27ve%20seen%20Vonage%2C%20Broadvoice%20etc%20create%20businesses%20from%20the%20basic%20i&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Free+World+Dialup+moving+to+%2430+annual+membership&amp;link=http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/&amp;notes=From%20Jeff%20Pulver%27s%20blog%20this%20morning%20comes%20news%20that%20FWD%20%28Free%20World%20Dialup%29%20is%20going%20to%20begin%20charging%20for%20VoIP%20Service.%20FWD%20has%20long%20had%20a%20very%20large%20user%20base%20and%20significant%20challenges%20generating%20any%20revenue%20from%20that%20base...%20they%27ve%20seen%20Vonage%2C%20Broadvoice%20etc%20create%20businesses%20from%20the%20basic%20i&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Free+World+Dialup+moving+to+%2430+annual+membership&amp;link=http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/&amp;notes=From%20Jeff%20Pulver%27s%20blog%20this%20morning%20comes%20news%20that%20FWD%20%28Free%20World%20Dialup%29%20is%20going%20to%20begin%20charging%20for%20VoIP%20Service.%20FWD%20has%20long%20had%20a%20very%20large%20user%20base%20and%20significant%20challenges%20generating%20any%20revenue%20from%20that%20base...%20they%27ve%20seen%20Vonage%2C%20Broadvoice%20etc%20create%20businesses%20from%20the%20basic%20i&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Free+World+Dialup+moving+to+%2430+annual+membership&amp;link=http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/&amp;notes=From%20Jeff%20Pulver%27s%20blog%20this%20morning%20comes%20news%20that%20FWD%20%28Free%20World%20Dialup%29%20is%20going%20to%20begin%20charging%20for%20VoIP%20Service.%20FWD%20has%20long%20had%20a%20very%20large%20user%20base%20and%20significant%20challenges%20generating%20any%20revenue%20from%20that%20base...%20they%27ve%20seen%20Vonage%2C%20Broadvoice%20etc%20create%20businesses%20from%20the%20basic%20i&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Free+World+Dialup+moving+to+%2430+annual+membership&amp;link=http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/&amp;notes=From%20Jeff%20Pulver%27s%20blog%20this%20morning%20comes%20news%20that%20FWD%20%28Free%20World%20Dialup%29%20is%20going%20to%20begin%20charging%20for%20VoIP%20Service.%20FWD%20has%20long%20had%20a%20very%20large%20user%20base%20and%20significant%20challenges%20generating%20any%20revenue%20from%20that%20base...%20they%27ve%20seen%20Vonage%2C%20Broadvoice%20etc%20create%20businesses%20from%20the%20basic%20i&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Free%20World%20Dialup%20moving%20to%20%2430%20annual%20membership&amp;link=http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/&amp;notes=From%20Jeff%20Pulver%27s%20blog%20this%20morning%20comes%20news%20that%20FWD%20%28Free%20World%20Dialup%29%20is%20going%20to%20begin%20charging%20for%20VoIP%20Service.%20FWD%20has%20long%20had%20a%20very%20large%20user%20base%20and%20significant%20challenges%20generating%20any%20revenue%20from%20that%20base...%20they%27ve%20seen%20Vonage%2C%20Broadvoice%20etc%20create%20businesses%20from%20the%20basic%20i&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Free+World+Dialup+moving+to+%2430+annual+membership&amp;link=http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/&amp;notes=From%20Jeff%20Pulver%27s%20blog%20this%20morning%20comes%20news%20that%20FWD%20%28Free%20World%20Dialup%29%20is%20going%20to%20begin%20charging%20for%20VoIP%20Service.%20FWD%20has%20long%20had%20a%20very%20large%20user%20base%20and%20significant%20challenges%20generating%20any%20revenue%20from%20that%20base...%20they%27ve%20seen%20Vonage%2C%20Broadvoice%20etc%20create%20businesses%20from%20the%20basic%20i&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Free+World+Dialup+moving+to+%2430+annual+membership&amp;link=http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/&amp;notes=From%20Jeff%20Pulver%27s%20blog%20this%20morning%20comes%20news%20that%20FWD%20%28Free%20World%20Dialup%29%20is%20going%20to%20begin%20charging%20for%20VoIP%20Service.%20FWD%20has%20long%20had%20a%20very%20large%20user%20base%20and%20significant%20challenges%20generating%20any%20revenue%20from%20that%20base...%20they%27ve%20seen%20Vonage%2C%20Broadvoice%20etc%20create%20businesses%20from%20the%20basic%20i&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://briantroy.com/blog/2008/08/10/free-world-dialup-moving-to-30-annual-membership/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Just because someone miss-uses something doesn&#8217;t make it bad&#8230;</title>
		<link>http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/</link>
		<comments>http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 19:57:48 +0000</pubDate>
		<dc:creator>briantroy</dc:creator>
				<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Regulation]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[caller id]]></category>

		<guid isPermaLink="false">http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/</guid>
		<description><![CDATA[Articles like this make me nervous: VoIP scam bilking Islanders &#8211; from CBC News Caller ID unreliable Caller ID on your phone will not help you identify the origin of the caller, said MacLean. &#8220;In some cases, these fraudsters will actually use spoof legitimate-looking numbers,&#8221; he said. &#8220;On your caller ID it may appear that [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2008%2F07%2F31%2Fjust-because-someone-misuses-something-doesnt-make-it-bad%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2008%2F07%2F31%2Fjust-because-someone-misuses-something-doesnt-make-it-bad%2F&amp;source=briantroy&amp;style=normal&amp;service=bit.ly&amp;service_api=justsignal%3AR_626c052845111fc600be065fde2532eb&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Articles like this make me nervous:</p>
<p><a href="http://www.cbc.ca/consumer/story/2008/07/25/voip-scam.html">VoIP scam bilking Islanders</a> &#8211; from CBC News</p>
<blockquote><p>Caller ID unreliable</p>
<p>Caller ID on your phone will not help you identify the origin of the caller, said MacLean.</p>
<p>&#8220;In some cases, these fraudsters will actually use spoof legitimate-looking numbers,&#8221; he said.</p>
<p>&#8220;On your caller ID it may appear that there is a legitimate number on there, but it could actually be a totally different number from a totally different place.&#8221;</p>
<p>Once the information is stolen, charges can start appearing on your credit card overnight, and you may not find out until you get your next statement. MacLean said several Islanders have already been cheated out of thousands of dollars.</p></blockquote>
<p>Let&#8217;s get realistic here. It isn&#8217;t that caller id is unreliable, or even that &#8220;spoofing&#8221; caller id is inherently bad&#8230; it is simply that criminals used caller id and &#8220;spoofing&#8221; to scam people into doing something they should NEVER DO:</p>
<blockquote><p>In this latest scheme, when you answer the phone, an automated voice claims to be calling from your bank or credit card company. An offer is made to reduce bank fees or consolidate debts, or the recording might claim to be an alert over a problem with your card.</p>
<p>Then it asks you to punch in your bank or credit card number on the phone.</p></blockquote>
<p>Needless to say I do not approve of scam artists using caller id as a tool to create confidence in their targets &#8211; any more than I approve when they use sweepstakes schemes or any other such misleading tactic. The solution is NOT to outlaw caller id spoofing, sweepstakes or speaking (in the case of slick talking telemarketers that swindle your grandmother out of her life savings). The solution is to outlaw the swindle, scam and fraud.</p>
<p>To be completely transparent, both <a title="page2call" href="http://www.cosinity.com/page2call-home.html">page2call</a> and <a title="callRecord" href="http://www.cosinity.com/callRecord.html">callRecord</a> (our communications applications from <a title="cosinity - communications applications that deliver" href="http://www.cosinity.com">cosinity</a>) spoof caller id. We do if for a perfectly respectable reason &#8211; individuals and small businesses purchase our services to make (and receive) phone calls on their behalf. Who would want page2call if we couldn&#8217;t set the caller id to be the phone number for their business?</p>
<p>We are not misleading people, we are providing valuable services &#8211; as will many other companies &#8211; which use caller id &#8220;spoofing&#8221;.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Just+because+someone+miss-uses+something+doesn%27t+make+it+bad...&amp;link=http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/&amp;notes=Articles%20like%20this%20make%20me%20nervous%3A%0A%0AVoIP%20scam%20bilking%20Islanders%20-%20from%20CBC%20News%0ACaller%20ID%20unreliable%0A%0ACaller%20ID%20on%20your%20phone%20will%20not%20help%20you%20identify%20the%20origin%20of%20the%20caller%2C%20said%20MacLean.%0A%0A%22In%20some%20cases%2C%20these%20fraudsters%20will%20actually%20use%20spoof%20legitimate-looking%20numbers%2C%22%20he%20said.%0A%0A%22On%20your%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Just+because+someone+miss-uses+something+doesn%27t+make+it+bad...&amp;link=http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/&amp;notes=Articles%20like%20this%20make%20me%20nervous%3A%0A%0AVoIP%20scam%20bilking%20Islanders%20-%20from%20CBC%20News%0ACaller%20ID%20unreliable%0A%0ACaller%20ID%20on%20your%20phone%20will%20not%20help%20you%20identify%20the%20origin%20of%20the%20caller%2C%20said%20MacLean.%0A%0A%22In%20some%20cases%2C%20these%20fraudsters%20will%20actually%20use%20spoof%20legitimate-looking%20numbers%2C%22%20he%20said.%0A%0A%22On%20your%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=Just+because+someone+miss-uses+something+doesn%27t+make+it+bad...&amp;link=http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/&amp;notes=Articles%20like%20this%20make%20me%20nervous%3A%0A%0AVoIP%20scam%20bilking%20Islanders%20-%20from%20CBC%20News%0ACaller%20ID%20unreliable%0A%0ACaller%20ID%20on%20your%20phone%20will%20not%20help%20you%20identify%20the%20origin%20of%20the%20caller%2C%20said%20MacLean.%0A%0A%22In%20some%20cases%2C%20these%20fraudsters%20will%20actually%20use%20spoof%20legitimate-looking%20numbers%2C%22%20he%20said.%0A%0A%22On%20your%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Just+because+someone+miss-uses+something+doesn%27t+make+it+bad...&amp;link=http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/&amp;notes=Articles%20like%20this%20make%20me%20nervous%3A%0A%0AVoIP%20scam%20bilking%20Islanders%20-%20from%20CBC%20News%0ACaller%20ID%20unreliable%0A%0ACaller%20ID%20on%20your%20phone%20will%20not%20help%20you%20identify%20the%20origin%20of%20the%20caller%2C%20said%20MacLean.%0A%0A%22In%20some%20cases%2C%20these%20fraudsters%20will%20actually%20use%20spoof%20legitimate-looking%20numbers%2C%22%20he%20said.%0A%0A%22On%20your%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Just+because+someone+miss-uses+something+doesn%27t+make+it+bad...&amp;link=http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/&amp;notes=Articles%20like%20this%20make%20me%20nervous%3A%0A%0AVoIP%20scam%20bilking%20Islanders%20-%20from%20CBC%20News%0ACaller%20ID%20unreliable%0A%0ACaller%20ID%20on%20your%20phone%20will%20not%20help%20you%20identify%20the%20origin%20of%20the%20caller%2C%20said%20MacLean.%0A%0A%22In%20some%20cases%2C%20these%20fraudsters%20will%20actually%20use%20spoof%20legitimate-looking%20numbers%2C%22%20he%20said.%0A%0A%22On%20your%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Just+because+someone+miss-uses+something+doesn%27t+make+it+bad...&amp;link=http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/&amp;notes=Articles%20like%20this%20make%20me%20nervous%3A%0A%0AVoIP%20scam%20bilking%20Islanders%20-%20from%20CBC%20News%0ACaller%20ID%20unreliable%0A%0ACaller%20ID%20on%20your%20phone%20will%20not%20help%20you%20identify%20the%20origin%20of%20the%20caller%2C%20said%20MacLean.%0A%0A%22In%20some%20cases%2C%20these%20fraudsters%20will%20actually%20use%20spoof%20legitimate-looking%20numbers%2C%22%20he%20said.%0A%0A%22On%20your%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Just+because+someone+miss-uses+something+doesn%27t+make+it+bad...&amp;link=http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/&amp;notes=Articles%20like%20this%20make%20me%20nervous%3A%0A%0AVoIP%20scam%20bilking%20Islanders%20-%20from%20CBC%20News%0ACaller%20ID%20unreliable%0A%0ACaller%20ID%20on%20your%20phone%20will%20not%20help%20you%20identify%20the%20origin%20of%20the%20caller%2C%20said%20MacLean.%0A%0A%22In%20some%20cases%2C%20these%20fraudsters%20will%20actually%20use%20spoof%20legitimate-looking%20numbers%2C%22%20he%20said.%0A%0A%22On%20your%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Just%20because%20someone%20miss-uses%20something%20doesn%27t%20make%20it%20bad...&amp;link=http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/&amp;notes=Articles%20like%20this%20make%20me%20nervous%3A%0A%0AVoIP%20scam%20bilking%20Islanders%20-%20from%20CBC%20News%0ACaller%20ID%20unreliable%0A%0ACaller%20ID%20on%20your%20phone%20will%20not%20help%20you%20identify%20the%20origin%20of%20the%20caller%2C%20said%20MacLean.%0A%0A%22In%20some%20cases%2C%20these%20fraudsters%20will%20actually%20use%20spoof%20legitimate-looking%20numbers%2C%22%20he%20said.%0A%0A%22On%20your%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Just+because+someone+miss-uses+something+doesn%27t+make+it+bad...&amp;link=http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/&amp;notes=Articles%20like%20this%20make%20me%20nervous%3A%0A%0AVoIP%20scam%20bilking%20Islanders%20-%20from%20CBC%20News%0ACaller%20ID%20unreliable%0A%0ACaller%20ID%20on%20your%20phone%20will%20not%20help%20you%20identify%20the%20origin%20of%20the%20caller%2C%20said%20MacLean.%0A%0A%22In%20some%20cases%2C%20these%20fraudsters%20will%20actually%20use%20spoof%20legitimate-looking%20numbers%2C%22%20he%20said.%0A%0A%22On%20your%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Just+because+someone+miss-uses+something+doesn%27t+make+it+bad...&amp;link=http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/&amp;notes=Articles%20like%20this%20make%20me%20nervous%3A%0A%0AVoIP%20scam%20bilking%20Islanders%20-%20from%20CBC%20News%0ACaller%20ID%20unreliable%0A%0ACaller%20ID%20on%20your%20phone%20will%20not%20help%20you%20identify%20the%20origin%20of%20the%20caller%2C%20said%20MacLean.%0A%0A%22In%20some%20cases%2C%20these%20fraudsters%20will%20actually%20use%20spoof%20legitimate-looking%20numbers%2C%22%20he%20said.%0A%0A%22On%20your%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://briantroy.com/blog/2008/07/31/just-because-someone-misuses-something-doesnt-make-it-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verizon targets Fixed VoIP Services</title>
		<link>http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/</link>
		<comments>http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 18:01:21 +0000</pubDate>
		<dc:creator>briantroy</dc:creator>
				<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Regulation]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/</guid>
		<description><![CDATA[Jeff Pulver gives us his thoughts on Verizon&#8217;s continued patent assault on VoIP providers. This case against Cox is significant because rather than seeking the same win it got from Vonage from other similarly situated companies, Verizon is now seeking to expand the breadth of its winning patent portfolio to fixed VoIP. To the extent [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2008%2F01%2F24%2Fverizon-targets-fixed-voip-services%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2008%2F01%2F24%2Fverizon-targets-fixed-voip-services%2F&amp;source=briantroy&amp;style=normal&amp;service=bit.ly&amp;service_api=justsignal%3AR_626c052845111fc600be065fde2532eb&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://pulverblog.pulver.com/archives/007850.html">Jeff Pulver gives us his thoughts</a> on Verizon&#8217;s continued patent assault on VoIP providers.</p>
<blockquote>
<p><span style="color: #333333; line-height: 19px;"><span style="font-family: 'Trebuchet MS'; font-style: italic;">This case against Cox is significant because rather than seeking the same win it got from Vonage from other similarly situated companies, Verizon is now seeking to expand the breadth of its winning patent portfolio to fixed VoIP. To the extent that Verizon wins here, this could have broad implications for other fixed services using DOCSIS (as Cox and the rest of the cable industry generally use), presumably other fixed VoIP that doesn’t use DOCSIS, and depending on which if any patents are upheld – to VoIP billing systems, routing systems, network management, and other technologies. So while this is the first major suit against a fixed VoIP services, my quick read of the patents suggests that only in a few cases (like the 930 patent) are the patents limited to fixed functionality. Among analysts, there is still speculation as to why Verizon chose to go after Cox cable instead of a cable company like Comcast who presumably uses the same technology, shares a greater competition footprint, and has a larger number of customers.</span></span></p>
</blockquote>
<p>Jeff&#8217;s post contains links to the suit and each disputed patent.</p>
<p>This activity continues to stifle adoption and investment in VoIP services in the US &#8211; with the net effect that only the legacy fixed line carriers (with their patent arsenals) are able to effectively able to offer these services. That being said &#8211; they have little or no profit motive in innovating voice communications &#8211; after all their revenue is generated from fixed PSTN service.</p>
<blockquote>
<p><span style="color: #333333; line-height: 19px;"><span style="font-family: 'Trebuchet MS'; font-style: italic;">One of the key differences as TeleGeography points out is that in Europe, incumbent service providers have had to compete against VoIP providers and now themselves account for 26% of VoIP subscribers, while in the US incumbents have remained largely on the sidelines in terms of VoIP.</span></span></p>
</blockquote>
<p>This is &#8211; in my opinion &#8211; another attempt to shield a business model using legislation. Verizon is not trying to protect their VoIP offering (business model) by enforcing these patents&#8230; they are protecting their existing fixed line business model.</p>
<p>Instead of embracing innovation and using their patents to develop superior offerings &#8211; and winning in the marketplace &#8211; they are using their patents as blunt instruments to blunt the effect of innovation.</p>
<p>The bad news is that Verizon can not &#8211; long term &#8211; win this battle. All they will do is force the innovation to locales outside the influence of the US patent system. Verizon is doing VoIP providers in Europe and Asia a huge favor and the US consumer a huge disservice.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Verizon+targets+Fixed+VoIP+Services&amp;link=http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/&amp;notes=Jeff%20Pulver%20gives%20us%20his%20thoughts%20on%20Verizon%27s%20continued%20patent%20assault%20on%20VoIP%20providers.%0A%0A%20%20This%20case%20against%20Cox%20is%20significant%20because%20rather%20than%20seeking%20the%20same%20win%20it%20got%20from%20Vonage%20from%20other%20similarly%20situated%20companies%2C%20Verizon%20is%20now%20seeking%20to%20expand%20the%20breadth%20of%20its%20winning%20patent%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Verizon+targets+Fixed+VoIP+Services&amp;link=http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/&amp;notes=Jeff%20Pulver%20gives%20us%20his%20thoughts%20on%20Verizon%27s%20continued%20patent%20assault%20on%20VoIP%20providers.%0A%0A%20%20This%20case%20against%20Cox%20is%20significant%20because%20rather%20than%20seeking%20the%20same%20win%20it%20got%20from%20Vonage%20from%20other%20similarly%20situated%20companies%2C%20Verizon%20is%20now%20seeking%20to%20expand%20the%20breadth%20of%20its%20winning%20patent%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=Verizon+targets+Fixed+VoIP+Services&amp;link=http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/&amp;notes=Jeff%20Pulver%20gives%20us%20his%20thoughts%20on%20Verizon%27s%20continued%20patent%20assault%20on%20VoIP%20providers.%0A%0A%20%20This%20case%20against%20Cox%20is%20significant%20because%20rather%20than%20seeking%20the%20same%20win%20it%20got%20from%20Vonage%20from%20other%20similarly%20situated%20companies%2C%20Verizon%20is%20now%20seeking%20to%20expand%20the%20breadth%20of%20its%20winning%20patent%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Verizon+targets+Fixed+VoIP+Services&amp;link=http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/&amp;notes=Jeff%20Pulver%20gives%20us%20his%20thoughts%20on%20Verizon%27s%20continued%20patent%20assault%20on%20VoIP%20providers.%0A%0A%20%20This%20case%20against%20Cox%20is%20significant%20because%20rather%20than%20seeking%20the%20same%20win%20it%20got%20from%20Vonage%20from%20other%20similarly%20situated%20companies%2C%20Verizon%20is%20now%20seeking%20to%20expand%20the%20breadth%20of%20its%20winning%20patent%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Verizon+targets+Fixed+VoIP+Services&amp;link=http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/&amp;notes=Jeff%20Pulver%20gives%20us%20his%20thoughts%20on%20Verizon%27s%20continued%20patent%20assault%20on%20VoIP%20providers.%0A%0A%20%20This%20case%20against%20Cox%20is%20significant%20because%20rather%20than%20seeking%20the%20same%20win%20it%20got%20from%20Vonage%20from%20other%20similarly%20situated%20companies%2C%20Verizon%20is%20now%20seeking%20to%20expand%20the%20breadth%20of%20its%20winning%20patent%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Verizon+targets+Fixed+VoIP+Services&amp;link=http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/&amp;notes=Jeff%20Pulver%20gives%20us%20his%20thoughts%20on%20Verizon%27s%20continued%20patent%20assault%20on%20VoIP%20providers.%0A%0A%20%20This%20case%20against%20Cox%20is%20significant%20because%20rather%20than%20seeking%20the%20same%20win%20it%20got%20from%20Vonage%20from%20other%20similarly%20situated%20companies%2C%20Verizon%20is%20now%20seeking%20to%20expand%20the%20breadth%20of%20its%20winning%20patent%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Verizon+targets+Fixed+VoIP+Services&amp;link=http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/&amp;notes=Jeff%20Pulver%20gives%20us%20his%20thoughts%20on%20Verizon%27s%20continued%20patent%20assault%20on%20VoIP%20providers.%0A%0A%20%20This%20case%20against%20Cox%20is%20significant%20because%20rather%20than%20seeking%20the%20same%20win%20it%20got%20from%20Vonage%20from%20other%20similarly%20situated%20companies%2C%20Verizon%20is%20now%20seeking%20to%20expand%20the%20breadth%20of%20its%20winning%20patent%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Verizon%20targets%20Fixed%20VoIP%20Services&amp;link=http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/&amp;notes=Jeff%20Pulver%20gives%20us%20his%20thoughts%20on%20Verizon%27s%20continued%20patent%20assault%20on%20VoIP%20providers.%0A%0A%20%20This%20case%20against%20Cox%20is%20significant%20because%20rather%20than%20seeking%20the%20same%20win%20it%20got%20from%20Vonage%20from%20other%20similarly%20situated%20companies%2C%20Verizon%20is%20now%20seeking%20to%20expand%20the%20breadth%20of%20its%20winning%20patent%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Verizon+targets+Fixed+VoIP+Services&amp;link=http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/&amp;notes=Jeff%20Pulver%20gives%20us%20his%20thoughts%20on%20Verizon%27s%20continued%20patent%20assault%20on%20VoIP%20providers.%0A%0A%20%20This%20case%20against%20Cox%20is%20significant%20because%20rather%20than%20seeking%20the%20same%20win%20it%20got%20from%20Vonage%20from%20other%20similarly%20situated%20companies%2C%20Verizon%20is%20now%20seeking%20to%20expand%20the%20breadth%20of%20its%20winning%20patent%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Verizon+targets+Fixed+VoIP+Services&amp;link=http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/&amp;notes=Jeff%20Pulver%20gives%20us%20his%20thoughts%20on%20Verizon%27s%20continued%20patent%20assault%20on%20VoIP%20providers.%0A%0A%20%20This%20case%20against%20Cox%20is%20significant%20because%20rather%20than%20seeking%20the%20same%20win%20it%20got%20from%20Vonage%20from%20other%20similarly%20situated%20companies%2C%20Verizon%20is%20now%20seeking%20to%20expand%20the%20breadth%20of%20its%20winning%20patent%20p&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://briantroy.com/blog/2008/01/24/verizon-targets-fixed-voip-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The sad state of Voice Communication</title>
		<link>http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/</link>
		<comments>http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 17:10:15 +0000</pubDate>
		<dc:creator>briantroy</dc:creator>
				<category><![CDATA[cosinity]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[The Future]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/</guid>
		<description><![CDATA[If you really stop to think about it, voice communications is &#8211; by comparison with all of the other communication mechanisms available to us &#8211; hopelessly rudimentary. The reality is &#8211; even with the advent of VoIP and services like Vonage, Skype and Gizmo &#8211; the basic phone call hasn&#8217;t changed very much Alexander Grahm [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2007%2F08%2F28%2Fthe-sad-state-of-voice-communicaiton%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbriantroy.com%2Fblog%2F2007%2F08%2F28%2Fthe-sad-state-of-voice-communicaiton%2F&amp;source=briantroy&amp;style=normal&amp;service=bit.ly&amp;service_api=justsignal%3AR_626c052845111fc600be065fde2532eb&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you really stop to think about it, voice communications is &#8211; by comparison with all of the other communication mechanisms available to us &#8211; hopelessly rudimentary.</p>
<p>The reality is &#8211; even with the advent of VoIP and services like Vonage, Skype and Gizmo &#8211; the basic phone call hasn&#8217;t changed very much <a href="http://en.wikipedia.org/wiki/Alexander_Graham_Bell#Telephone" title="WikiPedia">Alexander Grahm Bell</a> placed the first call in 1876. We have a few more basic features (voicemail, caller id) but still lack many of the basic functions that have made email and instant messaging so valuable.</p>
<p>More after the jump&#8230;</p>
<p><span id="more-40"></span></p>
<p>The simple reality is that if I were to bring you a communication service today and tell you that:</p>
<ol>
<li>It allows you to communicate with someone &#8211; but only if you have a dedicated device.</li>
<li>You can only communicate with them in real time &#8211; so if they are not available you&#8217;ll have to leave them a message.
<ol>
<li>Of course their only option to reply to the message is to attempt to communicate with you in real time &#8211; but if you are not available they can leave you a message.</li>
</ol>
</li>
<li>You&#8217;ll have no record of these communications.</li>
</ol>
<p>That is essentially the state of even <em>advanced</em> voice communications today. An email solution with that same feature set would be laughable &#8211; as would any communication system <em>except a voice communication system</em>.</p>
<p>This is exactly the state of affairs that precipitated the launch of <a href="http://www.cosinity.com" title="cosinity" target="_blank">cosinity</a> &#8211; my Social Telephony company. The reality is that voice communication has a wide chasm to cross to even begin to address the needs of the average business person or consumer. The current state is inflexible, lacks critical value generating functions and implements a single use case &#8211; point to point real time voice communication.</p>
<p>To understand what the market demands, take a look at your email client. To make things interesting let&#8217;s not discuss Outlook/Exchange, but just a simple email client like Mozilla Thunderbird. Here is a quick list of things I can do with Thunderbird I can not do with voice:</p>
<ol>
<li>Connect to multiple mail services (any one I choose).</li>
<li>Address by name (imagine having to memorize an IP address to send an email)</li>
<li>Save a record of all communications.</li>
<li>Organize my communication records.</li>
<li>&#8220;Share&#8221; a communication (forward an email).</li>
<li>&#8230;</li>
</ol>
<p>I&#8217;m sure you can come up with a few more.</p>
<p>Someone asked me this question the other day</p>
<blockquote><p>Ok, I get it&#8230; voice is lacking some &#8220;must have&#8221; features found in every other communication mechanism. That doesn&#8217;t mean people want those features when they communicate by voice. How can you be sure they want these features?</p></blockquote>
<p>On it&#8217;s face this question sounds perfectly reasonable. Maybe when people talk they do not want the same features as when they email, IM, wiki or blog&#8230;</p>
<p>However, on further examination this question falls flat.</p>
<ul>
<li>Why does every other communication product have these features? Simple &#8211; the market place demanded them.</li>
<li>Why doesn&#8217;t voice? Simple &#8211; the market place (until very recently) was not driving voice functionality &#8211; it was the realm of the service provider. A single service provider was your only means to obtain these services &#8211; where was the stimulus for innovation?</li>
<li>Why would we assume voice is different? Simple &#8211; because it always has been. <u><em>However, the reality is, whatever brings value in one communication medium is directly applicable to all communication mediums.</em></u></li>
</ul>
<p>The good news is today you have choice &#8211; which means &#8220;service providers&#8221; are again required to compete based on the fundamental laws of supply and demand.</p>
<p>The good news is today you are seeing services &#8211; jaxter, GrandCentral, cosinity, Odeo, etc &#8211; begin to level the feature playing field. We&#8217;re seeing the market begin to demand feature parity across communication mechanisms.</p>
<p>As for me &#8211; I could not be more excited&#8230; it is a great time to be in voice communications and Social Telephony.  I look forward to engaging the market place and bringing feature parity to voice &#8211; and beyond that, enabling entirely new utility based on voice communications.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=The+sad+state+of+Voice+Communication&amp;link=http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/&amp;notes=If%20you%20really%20stop%20to%20think%20about%20it%2C%20voice%20communications%20is%20-%20by%20comparison%20with%20all%20of%20the%20other%20communication%20mechanisms%20available%20to%20us%20-%20hopelessly%20rudimentary.%0A%0AThe%20reality%20is%20-%20even%20with%20the%20advent%20of%20VoIP%20and%20services%20like%20Vonage%2C%20Skype%20and%20Gizmo%20-%20the%20basic%20phone%20call%20hasn%27t%20changed%20very%20m&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=The+sad+state+of+Voice+Communication&amp;link=http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/&amp;notes=If%20you%20really%20stop%20to%20think%20about%20it%2C%20voice%20communications%20is%20-%20by%20comparison%20with%20all%20of%20the%20other%20communication%20mechanisms%20available%20to%20us%20-%20hopelessly%20rudimentary.%0A%0AThe%20reality%20is%20-%20even%20with%20the%20advent%20of%20VoIP%20and%20services%20like%20Vonage%2C%20Skype%20and%20Gizmo%20-%20the%20basic%20phone%20call%20hasn%27t%20changed%20very%20m&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.shareaholic.com/api/share/?title=The+sad+state+of+Voice+Communication&amp;link=http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/&amp;notes=If%20you%20really%20stop%20to%20think%20about%20it%2C%20voice%20communications%20is%20-%20by%20comparison%20with%20all%20of%20the%20other%20communication%20mechanisms%20available%20to%20us%20-%20hopelessly%20rudimentary.%0A%0AThe%20reality%20is%20-%20even%20with%20the%20advent%20of%20VoIP%20and%20services%20like%20Vonage%2C%20Skype%20and%20Gizmo%20-%20the%20basic%20phone%20call%20hasn%27t%20changed%20very%20m&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=191&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=The+sad+state+of+Voice+Communication&amp;link=http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/&amp;notes=If%20you%20really%20stop%20to%20think%20about%20it%2C%20voice%20communications%20is%20-%20by%20comparison%20with%20all%20of%20the%20other%20communication%20mechanisms%20available%20to%20us%20-%20hopelessly%20rudimentary.%0A%0AThe%20reality%20is%20-%20even%20with%20the%20advent%20of%20VoIP%20and%20services%20like%20Vonage%2C%20Skype%20and%20Gizmo%20-%20the%20basic%20phone%20call%20hasn%27t%20changed%20very%20m&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=The+sad+state+of+Voice+Communication&amp;link=http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/&amp;notes=If%20you%20really%20stop%20to%20think%20about%20it%2C%20voice%20communications%20is%20-%20by%20comparison%20with%20all%20of%20the%20other%20communication%20mechanisms%20available%20to%20us%20-%20hopelessly%20rudimentary.%0A%0AThe%20reality%20is%20-%20even%20with%20the%20advent%20of%20VoIP%20and%20services%20like%20Vonage%2C%20Skype%20and%20Gizmo%20-%20the%20basic%20phone%20call%20hasn%27t%20changed%20very%20m&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=The+sad+state+of+Voice+Communication&amp;link=http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/&amp;notes=If%20you%20really%20stop%20to%20think%20about%20it%2C%20voice%20communications%20is%20-%20by%20comparison%20with%20all%20of%20the%20other%20communication%20mechanisms%20available%20to%20us%20-%20hopelessly%20rudimentary.%0A%0AThe%20reality%20is%20-%20even%20with%20the%20advent%20of%20VoIP%20and%20services%20like%20Vonage%2C%20Skype%20and%20Gizmo%20-%20the%20basic%20phone%20call%20hasn%27t%20changed%20very%20m&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=The+sad+state+of+Voice+Communication&amp;link=http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/&amp;notes=If%20you%20really%20stop%20to%20think%20about%20it%2C%20voice%20communications%20is%20-%20by%20comparison%20with%20all%20of%20the%20other%20communication%20mechanisms%20available%20to%20us%20-%20hopelessly%20rudimentary.%0A%0AThe%20reality%20is%20-%20even%20with%20the%20advent%20of%20VoIP%20and%20services%20like%20Vonage%2C%20Skype%20and%20Gizmo%20-%20the%20basic%20phone%20call%20hasn%27t%20changed%20very%20m&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=The%20sad%20state%20of%20Voice%20Communication&amp;link=http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/&amp;notes=If%20you%20really%20stop%20to%20think%20about%20it%2C%20voice%20communications%20is%20-%20by%20comparison%20with%20all%20of%20the%20other%20communication%20mechanisms%20available%20to%20us%20-%20hopelessly%20rudimentary.%0A%0AThe%20reality%20is%20-%20even%20with%20the%20advent%20of%20VoIP%20and%20services%20like%20Vonage%2C%20Skype%20and%20Gizmo%20-%20the%20basic%20phone%20call%20hasn%27t%20changed%20very%20m&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=The+sad+state+of+Voice+Communication&amp;link=http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/&amp;notes=If%20you%20really%20stop%20to%20think%20about%20it%2C%20voice%20communications%20is%20-%20by%20comparison%20with%20all%20of%20the%20other%20communication%20mechanisms%20available%20to%20us%20-%20hopelessly%20rudimentary.%0A%0AThe%20reality%20is%20-%20even%20with%20the%20advent%20of%20VoIP%20and%20services%20like%20Vonage%2C%20Skype%20and%20Gizmo%20-%20the%20basic%20phone%20call%20hasn%27t%20changed%20very%20m&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=The+sad+state+of+Voice+Communication&amp;link=http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/&amp;notes=If%20you%20really%20stop%20to%20think%20about%20it%2C%20voice%20communications%20is%20-%20by%20comparison%20with%20all%20of%20the%20other%20communication%20mechanisms%20available%20to%20us%20-%20hopelessly%20rudimentary.%0A%0AThe%20reality%20is%20-%20even%20with%20the%20advent%20of%20VoIP%20and%20services%20like%20Vonage%2C%20Skype%20and%20Gizmo%20-%20the%20basic%20phone%20call%20hasn%27t%20changed%20very%20m&amp;short_link=&amp;shortener=bitly&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://briantroy.com/blog/2007/08/28/the-sad-state-of-voice-communicaiton/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
