<?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>Web 2 Voice &#187; Voice 2.0</title>
	<atom:link href="http://www.web2voice.net/topics/voice-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web2voice.net</link>
	<description>Voice 2.0, VOIP, Social Media</description>
	<lastBuildDate>Mon, 06 Sep 2010 00:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Screen Pops for inbound calls using IfByPhone and Twitter</title>
		<link>http://www.web2voice.net/2008/12/screen-pops-for-inbound-calls-using-ifbyphone-and-twitter/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=screen-pops-for-inbound-calls-using-ifbyphone-and-twitter</link>
		<comments>http://www.web2voice.net/2008/12/screen-pops-for-inbound-calls-using-ifbyphone-and-twitter/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 03:29:59 +0000</pubDate>
		<dc:creator>Khyle</dc:creator>
				<category><![CDATA[IfByPhone]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Voice 2.0]]></category>
		<category><![CDATA[Google Talk]]></category>
		<category><![CDATA[Social network]]></category>

		<guid isPermaLink="false">http://www.web2voice.net/?p=38</guid>
		<description><![CDATA[



Image via CrunchBase, source unknown




Being in sales, I&#8217;m on the phone all the time.  I&#8217;m calling people, people are calling me.  And because I talk to so many people all over the country, I can&#8217;t tell from the number who the caller is.  Wouldn&#8217;t it be cool if I could have something pop up on [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: left; display: block;">
<div>
<dl class="wp-caption" style="width: 220px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/twitter"><img title="Image representing Twitter as depicted in Crun..." src="http://www.crunchbase.com/assets/images/resized/0000/2755/2755v2-max-450x450.png" alt="Image representing Twitter as depicted in Crun..." width="210" height="49" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a>, source unknown</dd>
</dl>
</div>
</div>
<div class="mceTemp">
<p>Being in sales, I&#8217;m on the phone all the time.  I&#8217;m calling people, people are calling me.  And because I talk to so many people all over the country, I can&#8217;t tell from the number who the caller is.  Wouldn&#8217;t it be cool if I could have something pop up on my screen telling me who is calling?</p>
<p>So I set about writing a little mashup.  The number I give out is my IfByPhone number, so it&#8217;s easy to mashup with any number of services.   As I&#8217;ve written about before, I&#8217;m a big fan of <a class="zem_slink" title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a>, so that&#8217;s what I&#8217;m choosing for my screen pop. So the technique is sending a direct tweet from an account I set up just for this purpose to my main account:<a href="http://public.ifbyphone.com"> </a><a href="http://www.twitter.com/khylek" target="_blank">khylek</a>.  I like it because I&#8217;m usually on Twitter much of the day.<a href="http://public.ifbyphone.com" target="_blank"><img class="alignright" src="http://public.ifbyphone.com/images/layout/logo.jpg" alt="" width="270" height="64" /></a> When I&#8217;m away, I am still going to get an email, since I have my account set up to Email me all direct Tweets.  It&#8217;s like a nice little call log.From my <a href="http://public.ifbyphone.com" target="_blank">IfByPhone</a> account, on all inbound calls, I call a little PHP page and pass the caller ID as a parameter.  From there I look up the phone number in my contact database, and get the person&#8217;s name and company with a simple query.  Here is the part of the code for sending the direct tweet.</p>
<p>$ch = curl_init();<br />
$tweet= &#8220;You have a call from &#8221; . $contact. &#8221; of &#8221; .$company;<br />
curl_setopt($ch, CURLOPT_POST, 1);<br />
curl_setopt($ch, CURLOPT_URL,&#8221;http://twitter.com/direct_messages/new.xml&#8221;);<br />
curl_setopt($ch, CURLOPT_USERPWD, &#8220;username:password&#8221;);<br />
curl_setopt($ch, CURLOPT_POSTFIELDS, $mydata);</p>
<p>curl_exec ($ch);<br />
curl_close ($ch);<br />
Before I finished this little project, I came across Mark Headd&#8217;s <a title="post" href="http://www.voiceingov.org/blog/%3Fp%3D156">post</a> on doing the same thing using Google Talk.  That&#8217;s next up on my docket.</div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_c.png?x-id=c81cb6fe-45d7-4eba-b41a-608bad3c95ca" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.web2voice.net/2008/12/screen-pops-for-inbound-calls-using-ifbyphone-and-twitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Another Mashup using IfByPhone and Yelp!</title>
		<link>http://www.web2voice.net/2008/12/another-mashup-using-ifbyphone-and-yelp/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=another-mashup-using-ifbyphone-and-yelp</link>
		<comments>http://www.web2voice.net/2008/12/another-mashup-using-ifbyphone-and-yelp/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 02:14:37 +0000</pubDate>
		<dc:creator>Khyle</dc:creator>
				<category><![CDATA[IfByPhone]]></category>
		<category><![CDATA[Voice 2.0]]></category>

		<guid isPermaLink="false">http://www.web2voice.net/?p=32</guid>
		<description><![CDATA[I am living proof that writing mashups isn&#8217;t as hard as you might think.  I am not a developer.  I do not specialize in voice mashups.  And yet, I can write a mashup that can combine three separate APIs and do something somewhat useful.
As you may recall, I recently posted about a mashup a colleage [...]]]></description>
			<content:encoded><![CDATA[<p>I am living proof that writing mashups isn&#8217;t as hard as you might think.  I am not a developer.  I do not specialize in voice mashups.  And yet, I can write a mashup that can combine three separate APIs and do something somewhat useful.</p>
<p>As you may recall, I recently posted about a mashup a colleage had written using IfByPhone&#8217;s <a href="http://public.ifbyphone.com/services/developer-api" target="_blank">hosted IVR</a> service with <a title="Yelp, Inc." rel="homepage" href="http://www.yelp.com/" target="_blank">Yelp!</a> Yelp is a business review site.  It has a vast number of reviews for bars, restaurants, stores, etc.  It also happens to have an easy to use API.  The original mashup asks for the phone number for a business and reads back information on the reviews.</p>
<p>I decided to add on to the new level, adding in a geo-location aspect to it.  The new mashup takes a 5 digit zip code as input.  It then uses the Yahoo Maps API to turn that into a latitude and longitude.  We then feed that to Yelp, and we get 3 random bars nearby to that area.   You&#8217;ll hear the names of the bars, where they are located, and have an option to transfer to them immediately.</p>
<p>You can check it out by calling 866.596.8333.   The menu will ask if you want to get reviews for a business (press 1) or to get bars by entering a zip code.</p>
<p>Again, the main point here is that writing mashups for actual developers (as opposed to those of us who merely play developers on the web) isnt&#8217; hard.   The mashup is written in PHP using IfByPhone&#8217;s <a href="http://public.ifbyphone.com/services/developer-api" target="_blank">hosted IVR</a> service to interact withe the voice.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.web2voice.net/2008/10/cross-post-a-simple-phone-mashup-with-ifbyphone-and-yelp/">Cross Post: A simple Phone Mashup with IfByPhone and Yelp</a></li>
<li class="zemanta-article-ul-li"><a href="http://gigaom.com/2008/07/15/is-there-money-in-voice-apis/">Is There Money in Voice APIs?</a></li>
<li class="zemanta-article-ul-li"><a href="http://skypejournal.com/2008/12/voxeo-grows-again-voice-objects.html">Voxeo Grows Again: Voice Objects Acquisition Adds a Third Layer of Developer Resources</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_c.png?x-id=a571678c-ec16-4a93-a43b-8dfc853a075d" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.web2voice.net/2008/12/another-mashup-using-ifbyphone-and-yelp/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Nominate IfByPhone for a Crunchie</title>
		<link>http://www.web2voice.net/2008/12/nominate-ifbyphone-for-a-crunchie/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nominate-ifbyphone-for-a-crunchie</link>
		<comments>http://www.web2voice.net/2008/12/nominate-ifbyphone-for-a-crunchie/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 21:45:45 +0000</pubDate>
		<dc:creator>Khyle</dc:creator>
				<category><![CDATA[IfByPhone]]></category>
		<category><![CDATA[Voice 2.0]]></category>
		<category><![CDATA[Business and Economy]]></category>
		<category><![CDATA[Crunchies]]></category>
		<category><![CDATA[Off the shelf]]></category>
		<category><![CDATA[Telephony]]></category>

		<guid isPermaLink="false">http://www.web2voice.net/?p=31</guid>
		<description><![CDATA[The company I work for, IfByPhone is trying to get nominated for a Tech Cruch Cruncie award.  If you&#8217;re familiar with us, I would seriously appreciate you giving us a nomination.  We&#8217;ve started to get a lot of press based on the fact that we have a very open platform for telephony as well as [...]]]></description>
			<content:encoded><![CDATA[<p>The company I work for, <a href="http://www.ifbyphone.com" target="_blank">IfByPhone</a> is trying to get nominated for a Tech Cruch Cruncie award.  If you&#8217;re familiar with us, I would seriously appreciate you giving us a nomination.  We&#8217;ve started to get a lot of press based on the fact that we have a very open platform for telephony as well as great off the shelf applications (conference calling, store locator, virtual call center).  If you have a moment, please click the link and give us a nomination.  Thanks!</p>
<p><a href="http://crunchies2008.techcrunch.com/nominations/?nominee=Ifbyphone&amp;category=5" target="_blank"><img src="http://crunchies2008.techcrunch.com/wp-content/themes/crunchies/images/badges/5.png" alt="Crunchies" width="200" height="111" /></a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_c.png?x-id=5a1ec01b-6564-4686-b0d4-b711b6e8ab65" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.web2voice.net/2008/12/nominate-ifbyphone-for-a-crunchie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross Post: A simple Phone Mashup with IfByPhone and Yelp</title>
		<link>http://www.web2voice.net/2008/10/cross-post-a-simple-phone-mashup-with-ifbyphone-and-yelp/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=cross-post-a-simple-phone-mashup-with-ifbyphone-and-yelp</link>
		<comments>http://www.web2voice.net/2008/10/cross-post-a-simple-phone-mashup-with-ifbyphone-and-yelp/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 14:13:30 +0000</pubDate>
		<dc:creator>Khyle</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Voice 2.0]]></category>
		<category><![CDATA[Mashups]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Yelp]]></category>

		<guid isPermaLink="false">http://www.web2voice.net/?p=30</guid>
		<description><![CDATA[Over on the IfByPhone blog, I posted a note on a mashup one of our guys did with Yelp.  With about 30 minutes of effort, and 20 lines of code, we opened up the entirety of the Yelp review database to anyone with a phone.
What the mashup does is ask you for the phone number [...]]]></description>
			<content:encoded><![CDATA[<p>Over on the <a href="http://public.ifbyphone.com/blog" target="_blank">IfByPhone</a> blog, I <a href="http://public.ifbyphone.com/blog/phone-mashups/ifbyphone-mashup-with-yelp-get-reviews-over-the-phone/" target="_blank">posted a note</a> on a mashup one of our guys did with <a class="zem_slink" title="Yelp, Inc." rel="homepage" href="http://www.yelp.com/">Yelp</a>.  With about 30 minutes of effort, and 20 lines of code, we opened up the entirety of the Yelp review database to anyone with a phone.</p>
<p>What the mashup does is ask you for the phone number of the business you&#8217;re looking for information on, and you get the total number of reviews for that business and the average review.  We&#8217;re working on phase 2 as we speak.</p>
<p>This is a little mashup that took almost no time, and yet has a good amount of utility (and we have ideas on on more features that will add more value to this service).  I published the mashup mainly to prove a point.  This simple and inexpensive mashup really provides great value to Yelp.  We&#8217;re opening up their database so that now it can be used be people with no access to a computer.</p>
<p>The value of a service like Yelp is not so much in the data.  It&#8217;s in the <strong><em>use</em></strong> of the data.  It&#8217;s great that they have a huge number of reviews on their site.  But it&#8217;s not until someone actually sees that data that it becomes useful.  By adding voice access to your database\applicaiton\network you can dramatically increase the usage of that data, and by definition the value of the service you are providing.</p>
<p>I encourage you to check out my post on IfByPhone&#8217;s blog.  But if you want to try out the mashup, just call <strong>866.596.8333</strong> and type in the number of the business you want reviewed (use 312.266.1616 for the place with the best ribs in Chicago).</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_c.png?x-id=4b34289b-3eff-4142-bbd7-7c22105b2952" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.web2voice.net/2008/10/cross-post-a-simple-phone-mashup-with-ifbyphone-and-yelp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Expo: NY 2008</title>
		<link>http://www.web2voice.net/2008/09/web-20-expo-ny-2008/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=web-20-expo-ny-2008</link>
		<comments>http://www.web2voice.net/2008/09/web-20-expo-ny-2008/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 14:39:53 +0000</pubDate>
		<dc:creator>Khyle</dc:creator>
				<category><![CDATA[IfByPhone]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Fred Wilson]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web 2.0 Expo]]></category>
		<category><![CDATA[Zemanta]]></category>

		<guid isPermaLink="false">http://www.web2voice.net/?p=27</guid>
		<description><![CDATA[I&#8217;m going to be sitting in a booth at Web 2.0 Expo, NY Wednesday and Thursday for IfByPhone.  If you are going to be around, stop by.  IfByPhone is announcing yet another application to go along with our ever expanding suite, so look for a press release soon.
I probably won&#8217;t be attending many of the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to be sitting in a booth at <a href="http://en.oreilly.com/webexny2008/public/content/home">Web 2.0 Expo</a>, NY Wednesday and Thursday for <a href="http://public.ifbyphone.com" target="_blank">IfByPhone</a>.  If you are going to be around, stop by.  IfByPhone is announcing yet another application to go along with our ever expanding suite, so look for a press release soon.</p>
<p>I probably won&#8217;t be attending many of the talks, but the one I am hoping to see is <a href="http://www.avc.com/">Fred Wilson&#8217;s</a> <a href="http://en.oreilly.com/webexny2008/public/schedule/speaker/25307" target="_blank">Keynote</a>.  Today, Fred announced in his blog that his VC firm has invested in <a class="zem_slink" title="Zemanta ltd." rel="blog" href="http://www.zemanta.com/blog">Zemanta</a>.  You can check out related links provided by Zemanta below.  I think it&#8217;s a nice fit with their portfolio, and I like the service they provide.  Zemanta scans a post as you type, and suggests related articles and pictures to include in your post.  Pretty cool.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.centernetworks.com/nyc-web-tech-events">NYC Web Tech Events &#8211; Week of September 15 &#8211; Huge Week of Events!</a></li>
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2008/09/14/techset-nyc-web20-expo/">Can&#8217;t Go to Web 2.0 Expo? Network with Technology Influencers on Tuesday Night, 9/16</a></li>
<li class="zemanta-article-ul-li"><a href="http://www.stoweboyd.com/message/2008/04/schedule.html">Web 2.0 Expo Meeting Scheduling: Twitpitch Me!</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/02a1f219-1f6f-40c7-9337-32376c6fce77/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=02a1f219-1f6f-40c7-9337-32376c6fce77" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.web2voice.net/2008/09/web-20-expo-ny-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Lazy Web makes Twitter more valuable</title>
		<link>http://www.web2voice.net/2008/08/the-lazy-web-makes-twitter-more-valuable/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-lazy-web-makes-twitter-more-valuable</link>
		<comments>http://www.web2voice.net/2008/08/the-lazy-web-makes-twitter-more-valuable/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 21:18:42 +0000</pubDate>
		<dc:creator>Khyle</dc:creator>
				<category><![CDATA[Crowd Sourcing]]></category>
		<category><![CDATA[Plurk]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Voice 2.0]]></category>
		<category><![CDATA[CrowdSourcing]]></category>
		<category><![CDATA[Phweet]]></category>

		<guid isPermaLink="false">http://www.web2voice.net/?p=22</guid>
		<description><![CDATA[My favorite VC blogger, Fred Wilson has a post today &#8220;The Lazy and Smarter Web.&#8221;
He talks about how great social media is because you can ask almost any question, and get great answers.  I commented that it&#8217;s great for Fred, because he has thousands of followers in his social net.  For regular people, not so [...]]]></description>
			<content:encoded><![CDATA[<p>My favorite VC blogger, Fred Wilson has a post today &#8220;<a href="http://avc.blogs.com/a_vc/2008/08/the-lazy-and-sm.html" target="_blank">The Lazy and Smarter Web</a>.&#8221;</p>
<p>He talks about how great social media is because you can ask almost any question, and get great answers.  I commented that it&#8217;s great for Fred, because he has thousands of followers in his social net.  For regular people, not so much.  And thanks to Disqus, you can see the back and forth it generated <a href="http://avc.blogs.com/a_vc/2008/08/the-lazy-and-sm.html#comment-1074443" target="_blank">here</a>.</p>
<p>Anyway, his reply is that sooner or later, people will start following places (and presumably things and concepts).  So the limitaiton in followers (at least for Twitter) will go away.  This particular solution is limited to Twitter (I&#8217;d love to see something like dynamic rooms in FriendFeed).  But it&#8217;s a step in the right direction.</p>
<p>That&#8217;s yet another reason why Twitter is a big part of the future.  It&#8217;s really the best way to track the Internet Zeitgeist.  It&#8217;s a fast moving, reactionary, real time conversation.  We&#8217;re not quite there yet, but it&#8217;s getting closer.</p>
<p>Another reason Twitter is great is that someone now added voice to it.  Go check out <a href="http://phweet.com/" target="_blank">Phweet</a>.  It&#8217;s very cool &#8211; developed by <a href="http://twitter.com/stuarthenshall" target="_blank">Stuart Henshall</a> and <a href="http://twitter.com/mrblog" target="_blank">David Beckemeyer</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web2voice.net/2008/08/the-lazy-web-makes-twitter-more-valuable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official: Ribbit acquired by BT for $105 mill</title>
		<link>http://www.web2voice.net/2008/07/official-ribbit-acquired-by-bt-for-105-mill/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=official-ribbit-acquired-by-bt-for-105-mill</link>
		<comments>http://www.web2voice.net/2008/07/official-ribbit-acquired-by-bt-for-105-mill/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 14:30:53 +0000</pubDate>
		<dc:creator>Khyle</dc:creator>
				<category><![CDATA[Grand Central]]></category>
		<category><![CDATA[IfByPhone]]></category>
		<category><![CDATA[Ribbit]]></category>
		<category><![CDATA[British Telcom]]></category>
		<category><![CDATA[BT]]></category>
		<category><![CDATA[Voice 2.0]]></category>

		<guid isPermaLink="false">http://www.web2voice.net/?p=19</guid>
		<description><![CDATA[Saw the news first on Luca&#8217;s blog (OFFICIAL: BT acquires Ribbit for 105 Million).  The press release can be found here. I discussed this previously here, mainly agreeing with Thomas Howe&#8217;s take.  But in reading the press release, it sounds as if BT paid $105 million for easier access to developers.
Some snippets:
JP Rangaswami, managing director [...]]]></description>
			<content:encoded><![CDATA[<p>Saw the news first on Luca&#8217;s blog (<a href="http://www.lucafiligheddu.com/2008/07/official-bt-acquires-ribbit-for-105-million.html" target="_blank">OFFICIAL: BT acquires Ribbit for 105 Million</a>).  The press release can be found <a href="http://investor.ftd.de/financialtimes/action/index.jsp?newsID=267910&amp;tugi=1">here</a>. I discussed this previously <a href="http://www.web2voice.net/2008/07/ribbit-acquired-by-british-telecom/" target="_blank">here</a>, mainly agreeing with <a href='http://thethomashowecompany.com/' rel='external ' title=''>Thomas Howe</a>&#8217;s <a href="http://thethomashowecompany.com/407/ribbit-aquired-by-british-telecom" target="_blank">take</a>.  But in reading the press release, it sounds as if BT paid $105 million for easier access to developers.</p>
<p>Some snippets:</p>
<blockquote><p>JP Rangaswami, managing director of service design at BT, said: &#8216;Silicon Valley is emerging as a hotbed of telecommunications innovation. With Ribbit, not only do we extend our presence in the Valley, but we also gain a groundbreaking platform, a growing community of developers and a world-class team that share a common vision. Buying Ribbit lets us accelerate that vision.&#8217;</p>
<p>Since its launch, Ribbit has attracted thousands of developers, launched an innovative solution for the enterprise software market, and has begun testing a consumer application scheduled for general release later this year. The acquisition of the Ribbit platform will complement BT&#8217;s existing capability in the software platform space with its award-winning Software Development Kit (SDK) initiative. BT&#8217;s SDKs enable developers to integrate new applications with BT&#8217;s services using a single line of code.</p></blockquote>
<p>I&#8217;m in the Voice 2.0 industry.  This is great news for me, my employer, and the industry as a whole.  BT would seem to &#8216;get it&#8217; so to speak.  When I translate this deal, I think that BT understand the value of CEBP (Communications Enabled Business Processing), and apparently Ribbit&#8217;s relationship with developers (presumably mainly Flex developers).</p>
<p>So at this point, it&#8217;s not important whether they&#8217;re going to build a &#8216;Grand Central&#8217; competitor or Skype competitor.  It seems like BT just wants to stay a step ahead of the game.  Just think if there was a company that had actual off the shelf applications, an API that didn&#8217;t force you to use any particular language and a low price point.  I wonder what that would be worth?  Just asking.</p>
<p>EDIT: You should go check out Thomas&#8217; take <a href="http://thethomashowecompany.com/416/now-the-real-ribbit-comes-forth/trackback" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web2voice.net/2008/07/official-ribbit-acquired-by-bt-for-105-mill/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IfByPhone&#8217;s Voice Broadcast iPhone Application</title>
		<link>http://www.web2voice.net/2008/07/ifbyphones-voice-broadcast-iphone-application/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ifbyphones-voice-broadcast-iphone-application</link>
		<comments>http://www.web2voice.net/2008/07/ifbyphones-voice-broadcast-iphone-application/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 18:41:47 +0000</pubDate>
		<dc:creator>Khyle</dc:creator>
				<category><![CDATA[IfByPhone]]></category>
		<category><![CDATA[Voice 2.0]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone App]]></category>
		<category><![CDATA[iPhone App Store]]></category>

		<guid isPermaLink="false">http://www.web2voice.net/?p=18</guid>
		<description><![CDATA[IfByPhone (my employer if you&#8217;re new here) released it&#8217;s Voice Broadcast application into the iTunes store.  It&#8217;s pretty simple actually.
You choose some contacts, record a message (IfByPhone will call either your iPhone or any other phone you&#8217;d like).  Then the message gets sent out when you want it delivered.
I spend a lot of time driving [...]]]></description>
			<content:encoded><![CDATA[<p>IfByPhone (my employer if you&#8217;re new here) released it&#8217;s Voice Broadcast application into the iTunes store.  It&#8217;s pretty simple actually.</p>
<p>You choose some contacts, record a message (IfByPhone will call either your iPhone or any other phone you&#8217;d like).  Then the message gets sent out when you want it delivered.<br />
I spend a lot of time driving in the car &#8211; without the ability to safely send emails or SMS messages.  And I tend to forget to do things.  Like pick up the milk.  I&#8217;ve tried using Jott with Sandy.  The idea being that I could call Jott, have them interface with Sandy (a reminder service).  But it doesn&#8217;t really work.  Generally, the transcription of my voice isn&#8217;t relaiable enough to pick up both the task and the time.   But that&#8217;s a convoluted solution for a reminder call.  So I plan on using this app for that <em>just as soon as I get an iPhone</em>.</p>
<p>You can read my post at IfByPhone on the application <a href="http://public.ifbyphone.com/blog/smb-telephone/ifbyphones-voice-broadcast-is-now-on-the-itunes-app-store/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web2voice.net/2008/07/ifbyphones-voice-broadcast-iphone-application/feed/</wfw:commentRss>
		<slash:comments>177</slash:comments>
		</item>
		<item>
		<title>Voice APIs and Revenue</title>
		<link>http://www.web2voice.net/2008/07/voice-apis-and-revenue/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=voice-apis-and-revenue</link>
		<comments>http://www.web2voice.net/2008/07/voice-apis-and-revenue/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 21:56:30 +0000</pubDate>
		<dc:creator>Khyle</dc:creator>
				<category><![CDATA[IfByPhone]]></category>
		<category><![CDATA[Voice 2.0]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://www.web2voice.net/?p=17</guid>
		<description><![CDATA[Today was a slightly confusing.  Phone Boy wrote a post on GigaOM about Voice APIs, asking &#8220;is there money in Voice APIs?&#8221;  His premise:
But is simply providing an API to your telephony infrastructure enough to prompt the world to beat a path to your door? Don’t count on it.
Before I get to his [...]]]></description>
			<content:encoded><![CDATA[<p>Today was a slightly confusing.  <a href="http://www.phoneboy.com">Phone Boy</a> wrote a <a href="http://gigaom.com/2008/07/15/is-there-money-in-voice-apis/">post</a> on<a href="http://gigaom.com"> GigaOM</a> about Voice APIs, asking &#8220;is there money in Voice APIs?&#8221;  His premise:</p>
<blockquote><p>But is simply providing an API to your telephony infrastructure enough to prompt the world to beat a path to your door? Don’t count on it.</p></blockquote>
<p>Before I get to his post, a personal nit to pick.  Every Voice 2.0 post outside of this blog (and possibly <a href='http://thethomashowecompany.com/' rel='external ' title=''>Thomas Howe</a>&#8217;s) mention VOIP.  VOIP &lt;&gt; Voice 2.0.  So it doesn&#8217;t need to be brought up as if Voice 2.0 and everything associated with it (namely Voice APIs and CEBPs) is the same thing as or inevitably intertwined with VOIP.</p>
<p>Moving on&#8230;I think I get what Phone Boy is saying here.  Just having an API is not enough, there have to be applications that will drive volume.  And simply providing an API isn&#8217;t a business model for growth.  Fair enough.  But I think it&#8217;s not fair to pick on APIs.</p>
<p>When you get right down to it, call centers run on APIs.  Outbound notification programs run on APIs.  What the revolution that is going on right now is based on is that the APIs are now exposed.  Yesterday, if you wanted an intelligent call program, you had two choices.  You could do it yourself, which would carry with it a very high cost of entry as well as a high cost of maintenance.</p>
<p>Your other choice is to go to a company that does this type of thing, and have them build it for you.  There are several downsides to this as well.  For example, if you want to change the program, you have to have your partner do it for you.</p>
<p>Today, companies can have complete control over the behavior of their programs.  At least with IfByPhone, developers can add intelligent phone calls into their applications and business processes using whatever programming language that they already know.  And that is why this is just taking off.</p>
<p>In summary, I don&#8217;t think I can say it better than <a href='http://thethomashowecompany.com/' rel='external ' title=''>Thomas Howe</a>:</p>
<blockquote><p>Here’s the thing (and you imply it in your comment): the question isn’t about the existence of money in Voice APIs. All the money is in APIs. The real question is who gets it and why, and how your company can get its share of it.</p></blockquote>
<p>Also, I highly recommend you check out Thomas&#8217; <a href="http://thethomashowecompany.com/410/is-there-money-in-voice-apis">post</a> on the subject.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web2voice.net/2008/07/voice-apis-and-revenue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ribbit acquired by British Telecom</title>
		<link>http://www.web2voice.net/2008/07/ribbit-acquired-by-british-telecom/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ribbit-acquired-by-british-telecom</link>
		<comments>http://www.web2voice.net/2008/07/ribbit-acquired-by-british-telecom/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 18:11:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IfByPhone]]></category>
		<category><![CDATA[Ribbit]]></category>
		<category><![CDATA[Voice 2.0]]></category>
		<category><![CDATA[British Telecom]]></category>

		<guid isPermaLink="false">http://www.web2voice.net/?p=15</guid>
		<description><![CDATA[Today, the news hit that Voice 2.0 platform player Ribbit is being bought out for $55 million by British Telecom.  Great work by the Ribbit team. Full disclosure: My employer is IfByPhone, which &#8211; roughly speaking &#8211; plays in the same space as Ribbit.
It&#8217;s not particularly clear why BT is making this move, particularly for [...]]]></description>
			<content:encoded><![CDATA[<p>Today, the news hit that Voice 2.0 platform player Ribbit is being bought out for $55 million by British Telecom.  Great work by the Ribbit team. Full disclosure: My employer is <a href="http://public.ifbyphone.com">IfByPhone</a>, which &#8211; roughly speaking &#8211; plays in the same space as Ribbit.</p>
<p>It&#8217;s not particularly clear why BT is making this move, particularly for such a premium.  <a href="http://www.techcrunch.com/2008/07/09/bt-has-acquired-ribbit-for-55-million-to-build-grandcentral-competitor-say-ribbit-execs-to-friends/">TechCruch</a> thinks it&#8217;s about building a competitor to GrandCentral.  GrandCentral was bought by Google, and has been languishing on the sidelines since. <a href='http://thethomashowecompany.com/' rel='external ' title=''>Thomas Howe</a> things that is <a href="http://thethomashowecompany.com/407/ribbit-aquired-by-british-telecom">hogwash</a>, and I agree with him.  An excerpt:</p>
<blockquote><p>It doesn’t pass Occam’s razor: there’s a simpler reason why BT would buy Ribbit. If BT recognizes that their Enterprise customers will deploy communications enabled business process applications, and Ribbit has some 3,000 developers already, and it looks like Adobe Flash has more traction than (ick) SOAP… you get the picture.</p></blockquote>
<p>I definitely agree that BT buying Ribbit to build a GrandCentral competitor makes little sense.  The consumer end of things, which really is where GrandCentral is right now, is going to be higher cost of entry, higher risk (because the market of paying customers simply doesn&#8217;t exist yet).  The real reason, and Thomas hits it on the head here, is that businesses are coming on board with the idea that they can add voice to their existing business processes.  And one of the limitations of Ribbit (the idea that you have to use Adobe Flex) goes away.  BT can just build a team of developers that will build these processes for their customers.</p>
<p>This is similar to what many bigger Telco companies (like a former employer of mine, West Corporation) is doing.  So it shouldn&#8217;t shock anyone that  a Telco is interested in a company that will make it easier for them to integrate further with their existing companies.  They&#8217;ve been losing out on a great deal of business in this area, and buying Ribbit is a pretty neat and clean solution to get in the game quickly.</p>
<p>Also Read: <a href="http://blog.voipsupply.com/industry-news/ribbit-jumps-on-bt-acquisition-offer">VoipSupply</a> on the Ribbit deal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web2voice.net/2008/07/ribbit-acquired-by-british-telecom/feed/</wfw:commentRss>
		<slash:comments>106</slash:comments>
		</item>
	</channel>
</rss>
