<?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>Introspection &#187; VoIP</title>
	<atom:link href="http://blog.jeffhaynie.us/category/voip/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffhaynie.us</link>
	<description>Jeff Haynie on business and technology in Silicon Valley</description>
	<lastBuildDate>Mon, 01 Feb 2010 18:32:07 +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>Could you build an open source Ribbit?</title>
		<link>http://blog.jeffhaynie.us/could-you-build-an-open-source-ribbit.html</link>
		<comments>http://blog.jeffhaynie.us/could-you-build-an-open-source-ribbit.html#comments</comments>
		<pubDate>Thu, 20 Dec 2007 16:51:53 +0000</pubDate>
		<dc:creator>Jeff Haynie</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[VoiceXML]]></category>
		<category><![CDATA[appcelerator]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://blog.jeffhaynie.us/could-you-build-an-open-source-ribbit.html</guid>
		<description><![CDATA[ZDNet blogger Dana Blankenhorn posed this question in his post &#8220;Can open source take down Ribbit?&#8221;.  Dana said:
So how tough would it be to build something like Ribbit, based on Appcelerator, and distribute that under the GPL? That would certainly get the frog into someone’s throat.
Dana says that Ribbit&#8217;s cool and I agree.  [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>ZDNet blogger Dana Blankenhorn posed this question in his post <a href="http://blogs.zdnet.com/open-source/?p=1830">&#8220;Can open source take down Ribbit?&#8221;</a>.  Dana said:</p>
<blockquote><p>So how tough would it be to build something like <a href="http://www.ribbit.com">Ribbit</a>, based on Appcelerator, and distribute that under the GPL? That would certainly get the frog into someone’s throat.</p></blockquote>
<p>Dana says that Ribbit&#8217;s cool and I agree.  The concept of a new telephone company is not really new.  In fact, part of what Vonage and others like Vocalocity have been doing for awhile now are part of trying to re-invent the telephone company as we know it.  We know it as cold, proprietary and stock full of cash.  As of recent years, we also remember them as part of litigations such as with MCI, massive consolidation back into Ma Bell, and way behind the rest of the world in getting high-speed Internet access into our homes. I&#8217;m sure Judge Greene never imagined the <a href="http://en.wikipedia.org/wiki/Bell_System_divestiture">break up</a> would come back around to this.</p>
<p>Ribbit is adding their name to the attempt to re-invent the telephone company and dubbs their company &#8220;Silicon Valley&#8217;s First Phone Company&#8221; and has the following statement on their front page:</p>
<blockquote><p>Ribbit is a new kind of Phone Company, born from the realization that legacy phone companies are not going to bring us the communication innovation we are all looking for.</p></blockquote>
<p>That&#8217;s a bold statement and exciting at the same time.  It also happens to be true, at least the part of the realization.</p>
<p>But was about Dana&#8217;s question about an open source alternative to Ribbit?</p>
<p>First, all of the components needed to build an open source Ribbit are already in place and in fact have been so for awhile.  There&#8217;s also some not-fully-open-source-but-open-standards alternatives that could be used quite readily and that my previous company had been involved in developing for a number of years.</p>
<p>So, the ingredients:</p>
<p>First, add <a href="http://www.w3.org/TR/ccxml/">CCXML</a>, <a href="http://www.w3.org/TR/voicexml20/">VoiceXML</a> and SIP.  <a href="http://www.voxeo.com">Voxeo</a> offers a great standards based server that has all 3 of these ingredients backed in as part of their <a href="http://www.voxeo.com/prophecy/">Prophecy platform</a>. You can even get a free, 2 port version of their software to download or build and run your apps in their network.</p>
<p>Second, add <a href="http://www.appcelerator.org">Appcelerator</a> RIA + SOA services to enable communication to Voxeo over standard HTTP.  In fact, we&#8217;ve SOA-enabled CCXML/VoiceXML in conjunction with one of our System Integration partners, <a href="http://www.newfoundcomm.net">Newfound Communications</a> and deployed 2 large Voxeo-based telephony projects using next generation web as the front-end interface.  One of the systems is doing over $2M per week in transactions.  You can bring the power of web 2.0 to telephony 2.0 and create compelling applications.</p>
<p>Third, add Mashups to your applications like integration with Salesforce.com or a variety of other sources to create a compelling integration of enterprise data, your phone and your web content.</p>
<p>OK, so this isn&#8217;t so much an open source play.  Or is it?  These bits above represent a set of commercial applications using both open standards and open source technologies.  If you could pull together the pieces of the ecosystem &#8211; you could create an interesting Ribbit-in-the-wild (open source) play.</p>
<p>Or, another possibility is using Appcelerator RIA+SOA and enabling this using <a href="http://www.asterisk.org">Asterisk</a>.  Asterisk is SIP-based and could easily be used because of it&#8217;s large open source community to create an interesting Rabbit open source play.  Appcelerator RIA could be used to build the front-end and SOA-enablement bits with Asterisk handling the telephony bits.  Both Asterisk and Appcelerator are also GPL.</p>
<p>Anyone interested? Let me know.</p>
<p class="techtags">Tech Tags: <a href="http://technorati.com/tag/appcelerator" rel="tag" class="techtag">appcelerator</a> <a href="http://technorati.com/tag/asterisk" rel="tag" class="techtag">asterisk</a> <a href="http://technorati.com/tag/voicexml" rel="tag" class="techtag">voicexml</a> <a href="http://technorati.com/tag/ccxml" rel="tag" class="techtag">ccxml</a> <a href="http://technorati.com/tag/sip" rel="tag" class="techtag">sip</a> <a href="http://technorati.com/tag/voxeo" rel="tag" class="techtag">voxeo</a> <a href="http://technorati.com/tag/ribbit" rel="tag" class="techtag">ribbit</a></p>
<img src="http://blog.jeffhaynie.us/?ak_action=api_record_view&id=181&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.jeffhaynie.us/could-you-build-an-open-source-ribbit.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setup your phone system in less than 12 hours</title>
		<link>http://blog.jeffhaynie.us/setup-your-phone-system-in-less-than-12-hours.html</link>
		<comments>http://blog.jeffhaynie.us/setup-your-phone-system-in-less-than-12-hours.html#comments</comments>
		<pubDate>Thu, 15 Nov 2007 18:22:36 +0000</pubDate>
		<dc:creator>Jeff Haynie</dc:creator>
				<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://blog.jeffhaynie.us/setup-your-phone-system-in-less-than-12-hours.html</guid>
		<description><![CDATA[If you want to completely by-pass the traditional phone company and receive a kick-ass business phone system &#8211; without the hassle of buying PBXs and getting circuits &#8211; you should really look into Vocalocity right now.
A little background first.  About a year ago, the company known as Vocalocity and Zivva merged to form the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you want to completely by-pass the traditional phone company and receive a kick-ass business phone system &#8211; without the hassle of buying PBXs and getting circuits &#8211; you should really look into <a href="http://www.vocalocity.com" title="Vocalocity">Vocalocity</a> right now.</p>
<p>A little background first.  About a year ago, the company known as Vocalocity and Zivva merged to form the new Vocalocity as it stands today.  I was the founder and CTO of Vocalocity and we were squarely focused on building the next generation telecommunications platform and licensing it to software providers on an OEM basis.  We had made great traction in the market with customers such as Microsoft and Siemens.  Zivva was an VoIP platform provider and had made great traction in building out a IP-PBX platform and needed to upgrade their technology.  Thus, the merger.</p>
<p>However, when we moved into our new office in Buckhead about a little over a month ago &#8211; I decided (like an idiot) to listen to the building owners and try and get a deal with the provider that was already in the building. I was sold on the speed of having the suite pre-wired and ready to go.  I signed a contract &#8211; honestly, too busy with many other things and thinking it was a slam dunk based on the premise.  Boy, how wrong I was.  4 1/2 weeks later with no phones &#8211; and a very unhappy set of people that couldn&#8217;t talk with customers &#8211; I was desperate.  We needed to find a phone system and we needed it fast.</p>
<p>I turned to Vocalocity after continuing to hear about how great they were doing.  I decided to cold-call the 1-800 # and try it out as a normal customer would.  And, I must say &#8211; the response and turnaround was incredible.  Incredible.  You  might think I&#8217;m biased because of my previous involvement.  But, honestly, I wasn&#8217;t.</p>
<p>We spoke with Vocalocity at 2:30pm after finding out from our current provider that they still were unable to tell us (after 4 1/2 weeks) when we&#8217;d get our circuit and phones installed.  Within an hour, we have a very detailed quote and selection of phones and features and ordered everything.  By 9a.m. THE NEXT MORNING, we had 12 phones and dial-tone.  We simply had to plug the phones in to our CAT-5 jacks in all our offices and cubes and then we had a very simple, web-based UI for configuring the voicemail and extensions.  I promise you &#8211; it was that fast and that simple.</p>
<p>Now, I&#8217;ve had been deep in the telecom industry for the past 6 years.  I&#8217;m pretty much out of it today.  I can tell you, this just isn&#8217;t typical. My experience with our previous provider of waiting around with empty promises and B.S. is.  That&#8217;s the normal telco experience.  You wait, you big, you plead.  Nothing happens.  It&#8217;s been largely the result of big companies and monopolies.</p>
<p>Not anymore.  Vocalocity is redefining that.  What they&#8217;re doing &#8211; is making it work the way it should be.  This experience is <strong>how it should work</strong>.   Vocalocity is proving that you can deliver quality customer service and a quality telephone system that exceeds the expectation of customers.  I wish Boris and team the best of luck.  I&#8217;m now their biggest fan and loyalty customer.</p>
<p class="techtags">Tech Tags: <a href="http://technorati.com/tag/vocalocity" rel="tag" class="techtag">vocalocity</a> <a href="http://technorati.com/tag/vocalocitypbx" rel="tag" class="techtag">vocalocitypbx</a> <a href="http://technorati.com/tag/pbx" rel="tag" class="techtag">pbx</a> <a href="http://technorati.com/tag/voip" rel="tag" class="techtag">voip</a> <a href="http://technorati.com/tag/phonesystem" rel="tag" class="techtag">phonesystem</a></p>
<img src="http://blog.jeffhaynie.us/?ak_action=api_record_view&id=178&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.jeffhaynie.us/setup-your-phone-system-in-less-than-12-hours.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mark Spencer to move aside as Asterisk CTO</title>
		<link>http://blog.jeffhaynie.us/mark-spencer-to-move-aside-as-asterisk-cto.html</link>
		<comments>http://blog.jeffhaynie.us/mark-spencer-to-move-aside-as-asterisk-cto.html#comments</comments>
		<pubDate>Wed, 31 Jan 2007 15:22:42 +0000</pubDate>
		<dc:creator>Jeff Haynie</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://blog.jeffhaynie.us/?p=82</guid>
		<description><![CDATA[Sounds like a recent rumor I heard from a close source a while back was true.  Mark Spencer, founder and creator of Asterisk and CEO of Digium is moving aside to become the CTO according to Jeremy McNamara&#8217;s blog post.  That&#8217;s not at all surprising given their recent investment from Matrix Partners.  [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Sounds like a recent rumor I heard from a close source a while back was true.  <a href="http://en.wikipedia.org/wiki/Mark_Spencer">Mark Spencer</a>, founder and creator of <a href="http://www.asterisk.org">Asterisk</a> and CEO of Digium is moving aside to become the CTO according to Jeremy McNamara&#8217;s <a href="http://www.jeremy-mcnamara.com/index.php/2007/01/29/digium-announces-new-chief/">blog post</a>.  That&#8217;s not at all surprising given their <a href="http://www.digium.com/en/mediacenter/news/viewpress.php?id=matrix">recent investment</a> from <a href="http://www.matrixpartners.com">Matrix Partners</a>.  The rumor was the past several months have been painful as <a href="http://www.matrixpartners.com/team_drs.asp">David Skok</a> was urging him to bring in some top talent to turn the open source project into a real business. Given David&#8217;s recent involvement in the <a href="http://www.eweek.com/article2/0,1895,1972514,00.asp">acquisition</a> of <a href="http://www.jboss.com">JBoss</a> by <a href="http://www.redhat.com">RedHat</a>, I&#8217;m sure he&#8217;s following a specific game plan.  However, Mark was fighting this and a number of top JBoss executives and key developers have been rumored to interview with Mark &#8211; with no success and all being left with the feeling of &#8220;amateur hour&#8221; &#8211; and an ego much worse than the famous <a href="http://marcf.blogspot.com/">Marc Fleury</a>.  And that&#8217;s pretty bad. <span id="more-82"></span></p>
<p>The technology of Asterisk has a lot of potential and is shaking up the telecommunications space.  However, in my opinion and based on experience, it&#8217;s currently a big blob of crap and needs a lot of professional development help.  Unlike JBoss, Asterisk is truely a hack.  JBoss, like any open source project that has many developers working on it, also has its own set of issues &#8211; but I must say that for all the core people that have and continue to work on open source: they are professional and very good developers and architects.  JBoss has a discipline for working hard to make it work with high quality.  You might disagree with their approach, their implementation or even their cause &#8211; but if you understand the product and code well enough as I do, you have to agree it&#8217;s top notch.</p>
<p>Dig through the Asterisk <a href="http://www.asterisk.org/downloads">code base</a>.  Oh my.  Not only is it completely unmanageable and unreadable (partly because it&#8217;s put together using archaic C programming language) &#8211; it&#8217;s also wraught with memory leaks, crashes and just completely hacked out logic and patches.  I&#8217;m sure they&#8217;re working hard to turn it into a real professional open source product, but they have a long way to go.</p>
<p>And what&#8217;s up with the new CEO &#8211; <a href="http://digital50.com/news/items/BW/2001/07/14/20070129006443/adtran-announces-the-departure-of-executive.html">Danny Windham</a> &#8211; from <a href="http://www.adtran.com">Adtran</a>?  OK, I get the parallels to the <a href="http://www.digium.com">Digium</a> board business, but c&#8217;mon.  Adtran, the manufacturer of network access products like <a href="https://www.adtran.com/adtranpx/Rooms/DisplayPages/LayoutInitial_webrQS%20_Q29udGFpbmVyPWNvbS53ZWJyaWRnZS5lbnRpdHkuRW50aXR5W09JRFs4ODc3QURDOEE5MTdGRjQyODk5QkVCMDM3OUI3RDMzQ11d">CSUs</a> and <a href="https://www.adtran.com/adtranpx/Rooms/DisplayPages/LayoutInitial_webrQS%20_Q29udGFpbmVyPWNvbS53ZWJyaWRnZS5lbnRpdHkuRW50aXR5W09JRFtFRjc4RDk4OTM4ODEyNDQxOUY2RjI3RjJFNTc2NDNDQl1d">Muxes</a>?  I&#8217;m not sure Adtran even knows what SIP is these days, nevertheless open source.  Don&#8217;t get me wrong, they make decent products for that sector.  But I guess David couldn&#8217;t find anybody good enough to go to Alabama to build an open source company.  Hopefully, though, Danny will bring some level of professionalism and business to the Asterisk project and turn it into a real product.  I think that would be good for everyone.<br />
<img alt="Technorati" id="image329" src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" /> technorati tags: <a rel="tag" href="http://www.technorati.com/tags/asterisk">asterisk</a>, <a rel="tag" href="http://www.technorati.com/tags/digium">digium</a>, <a rel="tag" href="http://www.technorati.com/tags/adtran">adtran</a>, <a rel="tag" href="http://www.technorati.com/tags/markspencer">markspencer</a>, <a rel="tag" href="http://www.technorati.com/tags/sip">sip</a>, <a rel="tag" href="http://www.technorati.com/tags/opensource">opensource</a></p>
<img src="http://blog.jeffhaynie.us/?ak_action=api_record_view&id=82&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.jeffhaynie.us/mark-spencer-to-move-aside-as-asterisk-cto.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How will iPhone change the speech industry?</title>
		<link>http://blog.jeffhaynie.us/how-will-iphone-change-the-speech-industry.html</link>
		<comments>http://blog.jeffhaynie.us/how-will-iphone-change-the-speech-industry.html#comments</comments>
		<pubDate>Mon, 15 Jan 2007 18:17:27 +0000</pubDate>
		<dc:creator>Jeff Haynie</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CCXML]]></category>
		<category><![CDATA[Speech]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[VoiceXML]]></category>

		<guid isPermaLink="false">http://blog.jeffhaynie.us/?p=71</guid>
		<description><![CDATA[This is a question I have been pondering lately.  I&#8217;m not as active in the speech industry these days &#8211; for several reasons.  I won&#8217;t entirely list them here, I&#8217;ll save that for another post one day.  However, one reason is because I believe the speech industry is stagnated a bit and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is a question I have been pondering lately.  I&#8217;m not as active in the speech industry these days &#8211; for several reasons.  I won&#8217;t entirely list them here, I&#8217;ll save that for another post one day.  However, one reason is because I believe the speech industry is stagnated a bit and isn&#8217;t enjoying the growth we&#8217;re seeing in other technology sectors.  I am however still watching the industry and still involved loosely with a few projects.</p>
<p>Today, I received my normal email solicitation from <a href="http://www.tmaa.com/meisel.htm">Bill Meisel</a>.  Bill is a legend in the Speech Recognition world if you don&#8217;t already know him.  He&#8217;s currently an analyst and runs a firm called <a href="http://www.tmaa.com">TMA Associates</a> and publishes a newsletter titled &#8220;Speech Strategy News&#8221;.  Today&#8217;s brief email said the following:</p>
<blockquote>
<p style="text-indent: 0.25in">Apple&#8217;s iPhone is a well-publicized example of the changes in telephony. On the device side, the wireless phone is migrating into all all-purpose portable assistant and entertainment center. Communications infrastructure is also getting a makeover with the integration of the telephone and other communications modalities using Web and network standards. Ad-supported services, including directory assistance and information portals, are making telephony even more analogous to the developments in the Web world.</p>
<p style="text-indent: 0.25in">But the Web analogy can be taken too far. The Graphical User Interface that served the PC and Web world so well has obvious limitations on mobile devices with small screens and clumsy text-input modes. Any phone can call a network-based service and immediately have a Voice User Interface using speech recognition, and that VUI is the <em>same on any phone</em><span style="font-style: normal">. This creates opportunities that some companies are already beginning to exploit for services to consumers and businesses. Call centers will soon find that free directory assistance and other trends increase the number of calls and change their nature. Company telephone systems are also evolving into Unified Communications systems, and speech technology makes the many features of such systems usable. Speech technology can also automate field forces using only cell phones. </span></p>
<p style="text-indent: 0.25in">Do speech recognition and other speech technologies work? Yes, despite a tendency to paint anything short of human abilities as a limitation. When implemented well and used in appropriate applications, the technology is extremely effective. And the many successful deployed applications prove it.</p>
</blockquote>
<p>Bill&#8217;s right about how much a device can be limited compared to the offering of an in-network speech recognition application.  Speech recognition applications can also enjoy a lot of the benefits of a web application, especially when built on a <a href="http://www.voicexml.org">VoiceXML</a> (and CCXML and other related web standards) architecture.</p>
<p>But what&#8217;s the hangup for the industry?  Why the slow down?</p>
<p>It seems, like usual, there are always a multiple of reasons &#8211; many of which are timing, technology, finance and just pure circumstantial &#8211; all of which are uncontrollable.  However, I believe there are a couple of reasons that are addressable by the industry as a whole. <span id="more-71"></span><br />
<strong>First part, the pricing doesn&#8217;t work.</strong></p>
<p>Lucky for <a href="http://www.nuance.com">Nuance</a> these days, they&#8217;re not only the 800 lb gorilla &#8211; they&#8217;re really the only significant player left in the marketplace as far as real speech recognition and text-to-speech product offerings go.  They&#8217;re the monopoly player in the speech space, and they&#8217;re really exploiting that advantage from a distribution and pricing standpoint.  They&#8217;re going to extract as much from that position in terms of power and pricing as they can.  Ultimately, I believe, to their detriment &#8211; or better said, to the reduction of their own marketplace.<br />
Speech has always been a &#8220;nice to have&#8221; &#8211; not because you can&#8217;t build compelling applications that reduce cost.  Not because you can&#8217;t craft a compelling ROI.  Mike Dickerson, my previous co-founder at <a href="http://www.vocalocity.com">Vocalocity</a> (which we are no longer at), always use to say that speech suffers from the &#8220;I&#8221; part of the ROI being &#8220;too expensive&#8221; to get to the &#8220;return on&#8221; part of ROI.  In other words, if the investment is so large that you have to risk the return, it&#8217;s no longer compelling and just increases the risk that you were hoping to mitigate in the business case.  <em>Speech is just too expensive</em>.   Speech, except for a few applications, is a nice-to-have, it&#8217;s a luxury item &#8211; it&#8217;s nice technology, but only for the chosen few.  It really helps and generally people like it &#8211; if you are willing to spend more to get it.  In every case I was involved in, once you got it deployed and working, they loved it.  You just had to justify the cost first, and build a business case that made sense.  That seemed to always be the hardest with a nice-to-have technology like speech recognition.</p>
<p>Unfortunately, as the web continues to be more pervasive and ubiquitous, it continues to be just as fast, far less risky and much less expensive than voice.  And Bill is right, &#8220;the web analogy can be taken too far&#8221;.  People should stop trying to make the voice web fit the visual web.  However, what I think we&#8217;re seeing, is the interactive web is making it more difficult to justify (at the current pricing) the voice web.  Of course, I&#8217;m not trying to say the voice web is necessarily going away &#8211; that would be silly.  However, with email, IM, SMS and web browsers built directly into these devices &#8211; and with the availability of wi-fi networks everywhere &#8211; it&#8217;s almost impossible to not have access to the Web, when needed.  Also, as more and more software is deployed over the web as services using a modern browser, you almost don&#8217;t even have to have your own computer to gain access to necessary data and applications anymore (Another early justification for the phone and VoiceXML, that&#8217;s losing ground).</p>
<p>So how do you change this?  Lowering pricing is certainly one way.  I think you&#8217;d start to see, over a period of time, the ability to make speech more dominant in phone applications.  However, you have to couple that with a healthy eco-system and partner base of developers to get innovative applications conceived, developed and deployed.  And that leads to the second issue&#8230;</p>
<p><strong>Second part, the ecosystem isn&#8217;t healthy.</strong></p>
<p>The voice ecosystem has been dying in the past 2-3 years.  The evidence of this is that many small to mid-size companies (in relative terms to the industry itself) have merged with larger companies.  SpeechWorks was bought by Scansoft and then Scansoft and Nuance merged into Nuance after many years of fierce competition.  <a href="http://www.voicegenie.com">VoiceGenie</a> was acquired by <a href="http://www.genesyslabs.com">Genesys Labs</a>, which was also the acquirer of Telera.  Numerous smaller companies are either getting collapsed by larger companies or they&#8217;re simply going away.  Several smaller companies such as <a href="http://www.voxeo.com">Voxeo</a> and <a href="http://www.angel.com">Angel.com</a> seem to really be making serious headway in their businesses (I will say because I believe they&#8217;ve embraced the web model directly) and are growing significantly.  However, the sign of so much merger mania really is the fall out of the fact that the &#8220;speech industry&#8221; isn&#8217;t there.  It&#8217;s not big enough, it&#8217;s not compelling enough, and hard enough to maintain on its own.   Speech really is just (or really should be) another technology feature of an interactive application.  And, to make matters worse, even the <a href="http://www.speechtek.com">industry conference</a> and <a href="http://www.speechtechmag.com">magazine</a> recently merged with a larger conference as John Kelly <a href="http://triad.bizjournals.com/louisville/stories/2006/06/19/daily11.html">sold</a> SpeechTek to <a href="http://www.infotoday.com/">Information Today</a>. Mergers can be good.  In this case, they&#8217;re the direct reaction to survival.  You must merge to stay alive and in most of these cases, that&#8217;s the underlying reason.  Heck, even <a href="http://www.intel.com">Intel</a> sold off its telecommunications unit, <a href="http://www.dialogic.com/">Dialogic</a>, to another smaller company, Eicon Networks &#8211; and Brooktrout (the Dialogic competitor) has merged with Excel Switching to become <a href="http://www.cantata.com">Cantata</a>.  While they&#8217;re not speech only companies, everyone in the industry recognizes them as major players in the industry.  (By the way, these are just a few mergers, there have been many, many more such as <a href="http://www.intervoice.com">Intervoice</a> and <a href="http://www.edify.com">Edify</a> or the shocking <a href="http://www.ipunity.com">IP Unity</a> and <a href="http://www.glenayre.com">Glenayre</a>).</p>
<p>If you&#8217;re in to &#8220;reading the tealeaves&#8221;, another interesting note is how many people are &#8220;leaving&#8221; the industry.  Or, maybe not really leaving, but relocating to bigger opportunities, whether that be directly or indirectly related to the &#8220;speech industry&#8221;.  Industry veteran and ex co-founder and CTO of Snowshore and CTO of Cantata just left this past week to join <a href="http://www.bea.com">BEA</a> as Deputy CTO.  Smart move in my opinion given the state of everything that&#8217;s going on there and in the industry.  Of course, numerous other people have joined <a href="http://www.google.com">Google</a> in the past 2 years from the industry.<br />
<strong>So, where is the industry headed?</strong></p>
<p>Gosh, if I knew that, I&#8217;d still be in the industry and probably be an analyst, or better yet, a billionaire.</p>
<p>There are a lot of changing dynamics in the &#8220;speech industry&#8221;.  The 800 lb gorilla is small in relative terms, they have a $2B market cap and did almost $400M in 2006.  But, they also have a fairly diverse portfolio of products such as scanners and dictation, of which speech recognition is only one part.</p>
<p>For many years, we&#8217;ve thought <a href="http://www.ibm.com">IBM</a> and <a href="http://www.microsoft.com">Microsoft</a> would get serious and get into the business.  They&#8217;ve made some decent steps forward, but nothing serious yet.</p>
<p>Like we&#8217;ve said in the past, maybe 2007 will be the year&#8230;  (But, don&#8217;t bet on it)</p>
<p><img alt="Technorati" id="image329" src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" /> technorati tags: <a rel="tag" href="http://www.technorati.com/tags/speech">speech</a>, <a rel="tag" href="http://www.technorati.com/tags/voicexml">voicexml</a>, <a rel="tag" href="http://www.technorati.com/tags/ccxml">ccxml</a>, <a rel="tag" href="http://www.technorati.com/tags/nuance">nuance</a>, <a rel="tag" href="http://www.technorati.com/tags/cantata">cantata</a>, <a rel="tag" href="http://www.technorati.com/tags/bea">bea</a>, <a rel="tag" href="http://www.technorati.com/tags/asr">asr</a>, <a rel="tag" href="http://www.technorati.com/tags/tts">tts</a></p>
<img src="http://blog.jeffhaynie.us/?ak_action=api_record_view&id=71&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.jeffhaynie.us/how-will-iphone-change-the-speech-industry.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IETF SIP draft for VoiceXML Media Servers published</title>
		<link>http://blog.jeffhaynie.us/ietf-sip-draft-for-voicexml-media-servers-published.html</link>
		<comments>http://blog.jeffhaynie.us/ietf-sip-draft-for-voicexml-media-servers-published.html#comments</comments>
		<pubDate>Thu, 11 Jan 2007 20:40:32 +0000</pubDate>
		<dc:creator>Jeff Haynie</dc:creator>
				<category><![CDATA[SIP]]></category>
		<category><![CDATA[Seam(less)]]></category>
		<category><![CDATA[Speech]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[VoiceXML]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://blog.jeffhaynie.us/?p=66</guid>
		<description><![CDATA[I got notified today by the RFC Editor of the IETF that one of the specifications I co-authored with Dave Burke of Voxpilot, Mark Scott of Genesys Labs, RJ Auburn of Voxeo and Scott McGlashan of HP last year has been published as an informational draft and now available.  The draft is called draft-burke-vxml-02.txt.
In the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I got notified today by the <a href="http://www.rfc-editor.org/">RFC Editor</a> of the <a href="http://www.ietf.org">IETF</a> that <a href="ftp://ftp.rfc-editor.org/in-notes/internet-drafts/draft-burke-vxml-02.txt">one of the specifications</a> I co-authored with Dave Burke of <a href="http://www.voxpilot.com">Voxpilot</a>, Mark Scott of <a href="http://www.genesyslabs.com">Genesys Labs</a>, <a href="http://www.rjauburn.com/">RJ Auburn</a> of <a href="http://www.voxeo.com">Voxeo</a> and Scott McGlashan of <a href="http://www.hp.com">HP</a> last year has been published as an informational draft and <a href="ftp://ftp.rfc-editor.org/in-notes/internet-drafts/draft-burke-vxml-02.txt">now available</a>.  The draft is called <a href="ftp://ftp.rfc-editor.org/in-notes/internet-drafts/draft-burke-vxml-02.txt"><em>draft-burke-vxml-02.txt</em></a>.<br />
In the specification, we described a standard mechanism for a <a href="http://en.wikipedia.org/wiki/Session_Initiation_Protocol">SIP</a> interface to <a href="http://www.voicexml.org">VoiceXML</a> media services, which is commonly employed between application servers and media servers offering VoiceXML processing capabilities.  Many of the modern VoiceXML browsers support a SIP interface &#8211; however, at the time, each of them had a different way to address them, how they dealt with media and how data was passed back and forth.  In this specification, we tried to lay out a standard way that all VoiceXML Browsers supporting SIP should implement.</p>
<p>I&#8217;m not as active in the VoiceXML or <a href="http://www.w3.org">W3C</a> community as I have been in the past 5 years &#8211; however, I recently began a very interested project for a call center doing an Ajax, Web 2.0 enabled Agent Desktop and using VoiceXML and CCXML for the backend.  We&#8217;re using the <a href="http://www.voxeo.com">Voxeo</a> software to build the application.  It&#8217;s been fun getting back involved with these types of capabilities &#8211; but what is most interesting is the merging of modern web capabilities with next generation telecom and IVR to build a next generation call center application.  This makes <a href="http://www.asterisk.org">Asterisk</a> look like a play toy.  We&#8217;re using our new open source framework, called <a href="http://www.hakano.org">Seam(less)</a>, to rapidly built the application and integrate it into the <a href="http://www.voxeo.com/library/ccxml.jsp">Voxeo CCXML platform</a> in a very unique way.  I&#8217;m hoping that we&#8217;ll have the opportunity to open source some of the messaging we&#8217;ve built from the Seam(less) message broker to the Voxeo CCXML Event I/O interface.  It&#8217;s truly a very interesting and powerful integration.</p>
<p><img alt="Technorati" id="image329" src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" /> technorati tags: <a rel="tag" href="http://www.technorati.com/tags/ietf">ietf</a>, <a rel="tag" href="http://www.technorati.com/tags/sip">sip</a>, <a rel="tag" href="http://www.technorati.com/tags/call">call</a>, <a rel="tag" href="http://www.technorati.com/tags/control">control</a>, <a rel="tag" href="http://www.technorati.com/tags/ccxml">ccxml</a>, <a rel="tag" href="http://www.technorati.com/tags/vxml">vxml</a>, <a rel="tag" href="http://www.technorati.com/tags/voicexml">voicexml</a>, <a rel="tag" href="http://www.technorati.com/tags/voxeo">voxeo</a>, <a rel="tag" href="http://www.technorati.com/tags/hp">hp</a>, <a rel="tag" href="http://www.technorati.com/tags/genesys">genesys</a>, <a rel="tag" href="http://www.technorati.com/tags/voxpilot">voxpilot</a>, <a rel="tag" href="http://www.technorati.com/tags/seamless">seamless</a>, <a rel="tag" href="http://www.technorati.com/tags/asterisk">asterisk</a>, <a rel="tag" href="http://www.technorati.com/tags/voip">voip</a></p>
<img src="http://blog.jeffhaynie.us/?ak_action=api_record_view&id=66&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.jeffhaynie.us/ietf-sip-draft-for-voicexml-media-servers-published.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eicon to buy Intel Dialogic Unit; Microsoft to stop shipping MSS standalone</title>
		<link>http://blog.jeffhaynie.us/eicon-to-buy-intel-dialogic-unit-microsoft-to-stop-shipping-mss-standalone.html</link>
		<comments>http://blog.jeffhaynie.us/eicon-to-buy-intel-dialogic-unit-microsoft-to-stop-shipping-mss-standalone.html#comments</comments>
		<pubDate>Wed, 09 Aug 2006 20:41:05 +0000</pubDate>
		<dc:creator>Jeff Haynie</dc:creator>
				<category><![CDATA[Speech]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://blog.jeffhaynie.us/?p=28</guid>
		<description><![CDATA[Two major stories in the speech industry which I think are showing some overall trends to the speed of adoption of new technology and the overall proof that speech is not an industry, but a type of feature or application in an overall customer interaction use case:
Today, Intel and Eicon announced Eicon would buy the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Two major stories in the speech industry which I think are showing some overall trends to the speed of adoption of new technology and the overall proof that speech is not an industry, but a type of feature or application in an overall customer interaction use case:</p>
<p><strong>Today, <a href="http://www.intel.com">Intel</a> and <a href="http://www.eiconnetworks.com">Eicon</a> announced Eicon would buy the older Dialogic communications business unit.</strong></p>
<p>You can <a href="http://news.com.com/Intel+hangs+up+on+telecommunications+business/2100-1014_3-6103888.html?tag=nefd.top">read a little bit about it</a> from CNET&#8217;s News.com.</p>
<p>Why is this important to the industry?  Well, it&#8217;s not entirely a speech only business unit &#8211; in fact, I would bet a very, very small fraction of the company&#8217;s revenue has been impacted by speech recognition. Exactly my point.  Most telephone applications today are still DTMF and will be for a long time.</p>
<p>Dialogic was rumored for a long time to be on the block &#8211; and the acquirer was for a long time rumored to be <a href="http://www.cantata.com">Cantata</a>, the combination of Excel Switching and Brooktrout. Brooktrout was a competitor to Dialogic and another manufacturer of old telephony PC boards.  However, Brooktrout&#8217;s revenue is largely FAX based as it dominates the US Fax market with a very large percentage.  Excel also has a long tradition in older telephony manufacturing but not in traditional PC boards, but in larger scale, higher density &#8220;iron chassis&#8221;.  Big boxes that plug in to your carrier&#8217;s facility to deliver all sorts of protocol switching such as converting from one very old TDM protocol to the next.  The merger bills itself as being able to bridge the gap from the old (and profitable!) to the new (and not yet so profitable, but cool, like IMS!).</p>
<p>Eicon must have really impressed Intel and offered more money than the privately-held Cantata.  However, I&#8217;m not sure I would personally want to be part of the combination.  Eicon also manufactures older fax and telephony PC boards and a acquired Shiva awhile back (remeber the older VPN appliances during the dot com heyday?).  So, if Brooktrout went for $172M, how much did Dialogic go for?</p>
<p>Eicon is a good company with lots of nice people.  However, they&#8217;ve been late to the game with SIP and all over the map with their portfolio, including trying to have yet-another-Microsoft Speech Server TIM.  It will be interesting to see how they absorb nearly 600 Dialogic engineers as they try and merge the 2 aging technologies in the age of SIP, Internet protocols, and Web 2.0.</p>
<p><strong>Microsoft Speech Server reborn as Office Communication Server</strong></p>
<p><a href="http://www.opusresearch.net">Opus</a> Research has a <a href="http://opusresearch.net/wordpress/2006/08/08/mss-reborn/">short advisory</a> on this announcement.</p>
<p>Is this shocking?  Well, not so much.  It could either be yet another Microsoft branding event for mid-2006 (although they must not be fully part of the bigger MSFT branding play with everything being re-branded &#8220;Live&#8221; these days) &#8212; or &#8212; it&#8217;s just another notch in MSFT slowly starting to bring speech into the Operating System and the mainstream server line.  Again, this makes sense.  Speech in MSFT is just an interface, a modality, a progamming pattern, a feature or another way of interacting with a user.   If MSFT can integrate speech into the main stream work flow of business communications &#8212; and make it <em>affordable</em> and <em>easy to program for the masses</em> -they&#8217;ll <strong>win</strong>, regardless of how sexy speech <em>wants</em> to be.</p>
<p>I love speech, don&#8217;t get me wrong.  I love the whole idea of being able to have a natural conversation with a machine, and having it do what I want it to.  That&#8217;s probably why I like to program them so much.</p>
<p><code><br />
Me: Human<br />
You: Computer.</p>
<p>You do what I say (and sometimes, that's not fair as I'm a human and very imperfect darnnit!).<br />
</code></p>
<p><strong>SpeechTek Fall 2006 was this week!</strong></p>
<p>How absolutely depressing since this is probably the first time in 4 years that I&#8217;ve not been and had a speaking spot&#8230;. Rambling about speech was going to change the world.</p>
<p>Oh well&#8230;. Life moves on.</p>
<p>This is probably the last time for awhile I&#8217;ll focus on blogging about Speech, VoiceXML, CCXML and SIP for while. I&#8217;ve started a new venture with a couple of buddies from Vocalocity called <a href="http://www.hakano.com">Hakano</a>.  It&#8217;s not yet ready and we&#8217;re hoping to launch a private beta in September.  I hope that we can start blogging about it in the next 2 weeks and start showing some private screenshots and screencasts of the next big thing.  I can&#8217;t wait.  Until, then&#8230;..</p>
<hr />
<p><b>Technorati Tags:</b> <a href="http://www.technorati.com/tags/speech" rel="tag">speech</a>, <a href="http://www.technorati.com/tags/eicon" rel="tag">eicon</a>, <a href="http://www.technorati.com/tags/dialogic" rel="tag">dialogic</a>, <a href="http://www.technorati.com/tags/intel" rel="tag">intel</a>, <a href="http://www.technorati.com/tags/cantata" rel="tag">cantata</a>,<a href="http://www.technorati.com/tags/microsoft" rel="tag">microsoft</a></p>
<img src="http://blog.jeffhaynie.us/?ak_action=api_record_view&id=28&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.jeffhaynie.us/eicon-to-buy-intel-dialogic-unit-microsoft-to-stop-shipping-mss-standalone.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZiVva to acquire Vocalocity</title>
		<link>http://blog.jeffhaynie.us/zivva-to-acquire-vocalocity.html</link>
		<comments>http://blog.jeffhaynie.us/zivva-to-acquire-vocalocity.html#comments</comments>
		<pubDate>Wed, 28 Jun 2006 15:41:06 +0000</pubDate>
		<dc:creator>Jeff Haynie</dc:creator>
				<category><![CDATA[CCXML]]></category>
		<category><![CDATA[MRCP]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Speech]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[VoiceXML]]></category>

		<guid isPermaLink="false">http://blog.jeffhaynie.us/?p=27</guid>
		<description><![CDATA[If you have not already heard, today ZiVva annouced the acquisition of Vocalocity.  You can read the press release to get a little more information.
This does mark the end to my involvement with Vocalocity.  It is a very bitter sweet ending.  I would like to thank Jim White of Sutter Hill Ventures, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you have not already heard, today <a href="http://www.zivva.com">ZiVva</a> annouced the acquisition of Vocalocity.  You can read the <a href="http://biz.yahoo.com/prnews/060628/clw037.html?.v=57">press release</a> to get a little more information.</p>
<p>This does mark the end to my involvement with Vocalocity.  It is a very bitter sweet ending.  I would like to thank Jim White of <a href="http://www.shv.com">Sutter Hill Ventures</a>, Mike von Grey of Revenue Med, Kelly Conway of <a href="http://www.eloyalty.com">eLoyalty</a>, Sig Mosely of Imlay Investments, Said Mohammadioun, Lou Santora and all the other close advisors of the company, employees and investors &#8211; and most of all, I would like to thank Mike Dickerson, my partner and loyal friend for 5 tough and rewarding years at Vocalocity.  I will forever be indebted to you and all the people that made Vocalocity a success.</p>
<p>At Vocalocity, we had the concept of taking complex and ever changing communications standards such as VoiceXML, CCXML and SIP, to name a few, and making software that completely followed the standard and that was available on an OEM basis to larger customers.  To name a few: Microsoft, IBM, Aspect and Siemens.  We also strongly believed that standards in the communications world would completely disrupt their proprietary cousins, over time.   Time being the operative word.  Standards have taken over, but at at rate that is hard to track.   SIP has become so mainstream that some of the largest carriers in the world are using it natively.  <a href="http://www.w3.org/Voice">VoiceXML</a> has completely taken over the IVR and next generation interactive voice application space.  MRCP is now the de-facto specification for interfacing with a speech server.</p>
<p>However, standards also have competition &#8211; not just from big companies like Microsoft who sometimes choose not to follow them (or better, extend and embrace them).  For example, <a href="http://www.skype.com">Skype</a> is the world&#8217;s largest VoIP network &#8211; and they don&#8217;t use SIP &#8211; at least not natively.  And you can&#8217;t say that&#8217;s because they have a legacy application problem &#8211; they&#8217;re somewhat a new company dispite their size.</p>
<p>Some of the frustration that I always felt as part of my involvement in the standards process is that they move too slow.  Slow on purpose, I understand. But sometimes, too slow for any good.  Technology is evolving at a breakneck pace &#8211; and standards need to evolve on a more practical timeframe, not a timeframe that is suitable for a large research organization.  The <a href="http://www.ietf.org">IETF</a> is quite dramatically different than the <a href="http://www.w3.org">W3C</a> in this regard.  While the W3C moves like a glacier, the IETF moves like a startup.  IETF drafts expire every 6 months, forcing momentum.  But causing lots of drafts that sometimes have not much change.  On the other hand, how many different SIP extension drafts exist?  A lot and that causes some fragmentation.</p>
<p>I don&#8217;t claim to have any answers or even plausible suggestions &#8211; even after 4 years of standards work.  But, it needs to be examined.</p>
<p>To all the former employees of Vocalocity, you&#8217;ll always be near and dear to my heart for your hard work, dedication and friendship.  I wish everyone the best of luck in the future and hope we can work together again.  Please keep in touch.</p>
<hr />
<p><b>Technorati Tags:</b> <a href="http://www.technorati.com/tags/vocalocity" rel="tag">vocalocity</a>, <a href="http://www.technorati.com/tags/zivva" rel="tag">zivva</a>, <a href="http://www.technorati.com/tags/voicexml" rel="tag">voicexml</a>, <a href="http://www.technorati.com/tags/ccxml" rel="tag">ccxml</a>, <a href="http://www.technorati.com/tags/sip" rel="tag">sip</a>, <a href="http://www.technorati.com/tags/ietf" rel="tag">ietf</a>, <a href="http://www.technorati.com/tags/w3c" rel="tag">w3c</a>, <a href="http://www.technorati.com/tags/mrcp" rel="tag">mrcp</a></p>
<img src="http://blog.jeffhaynie.us/?ak_action=api_record_view&id=27&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.jeffhaynie.us/zivva-to-acquire-vocalocity.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eBay Voice Service for winning an auction</title>
		<link>http://blog.jeffhaynie.us/ebay-voice-service-for-winning-an-auction.html</link>
		<comments>http://blog.jeffhaynie.us/ebay-voice-service-for-winning-an-auction.html#comments</comments>
		<pubDate>Fri, 26 May 2006 03:14:33 +0000</pubDate>
		<dc:creator>Jeff Haynie</dc:creator>
				<category><![CDATA[Speech]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://blog.jeffhaynie.us/?p=21</guid>
		<description><![CDATA[My wife tonight used a neat, new service from a company called Unwired Buyer.
It works like this:
1. Create an account at https://www.unwiredbuyer.com/ and setup your ebay id.  You pick a 4-digit pin when you sign up.
2. 3 minutes before your auction ends, you&#8217;ll get a call on your mobile phone (or whatever phone you [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>My wife tonight used a neat, new service from a company called <a href="https://www.unwiredbuyer.com/">Unwired Buyer</a>.</p>
<p>It works like this:</p>
<p>1. Create an account at https://www.unwiredbuyer.com/ and setup your ebay id.  You pick a 4-digit pin when you sign up.<br />
2. 3 minutes before your auction ends, you&#8217;ll get a call on your mobile phone (or whatever phone you setup) &#8211; it will ask you to enter your pin.<br />
3. The service will tell you if you&#8217;re the highest bidder, and if not, will allow you to continue bidding over the phone until the auction ends. You can remain on the phone while the bid continues.</p>
<p>I think this is yet another great example of Web2.0 + Voice convergence.   Nobody will think of this as an IVR application.  However, it&#8217;s very sexy, uses all the same technology and actually solves a real problem with immediacy.</p>
<p>My belief is that we will see a lot of these types of applications over the next few years as the phone continues to be the predominant personal communication device.  Smart services will continue to flurish and they will get more sophisticated, more natural and will start to mix presence, location awareness, workflow and personalization.</p>
<hr />
<p><b>Technorati Tags:</b> <a href="http://www.technorati.com/tags/ebay" rel="tag">ebay</a>, <a href="http://www.technorati.com/tags/unwired" rel="tag">unwired</a>, <a href="http://www.technorati.com/tags/voice" rel="tag">voice</a>, <a href="http://www.technorati.com/tags/ivr" rel="tag">ivr</a>, <a href="http://www.technorati.com/tags/web2.0" rel="tag">web2.0</a></p>
<img src="http://blog.jeffhaynie.us/?ak_action=api_record_view&id=21&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.jeffhaynie.us/ebay-voice-service-for-winning-an-auction.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBoss Collaboration Server + Voice?</title>
		<link>http://blog.jeffhaynie.us/jboss-collaboration-server-voice.html</link>
		<comments>http://blog.jeffhaynie.us/jboss-collaboration-server-voice.html#comments</comments>
		<pubDate>Tue, 23 May 2006 04:43:03 +0000</pubDate>
		<dc:creator>Jeff Haynie</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://blog.jeffhaynie.us/?p=20</guid>
		<description><![CDATA[The JBoss guys have released a pretty nice new product, (well, at least it&#8217;s a new name), called the JBoss Collaboration Server.
What would really be nice would be to add Voice features to the collaboration suite, something that both Microsoft and Siemens have done to their respective competitive products.  This would provide a nice [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The <a href="http://www.jboss.org">JBoss</a> guys have <a href="http://jboss.org/jbossBlog/blog/acoliver/2006/05/15/JBoss_Collaboration_Server_1_0M5_pre1.txt">released</a> a pretty nice new product, (well, at least it&#8217;s a new name), called the JBoss Collaboration Server.</p>
<p>What would really be nice would be to add Voice features to the collaboration suite, something that both <a href="http://www.microsoft.com">Microsoft</a> and <a href="http://www.siemens.com">Siemens</a> have done to their respective competitive products.  This would provide a nice alternative to Asterisk, one which could be based on a Java specification (JSR-116 or the new upcoming JSR-289), and one which would be based on standards such as VoiceXML, CCXML and MRCP.</p>
<p>But, then again, that would require JBoss to enter the telecom space I suppose and that might be challenging for them as Ken Lee&#8217;s pointed out in his <a href="http://dev2dev.bea.com/blog/jusmagk/archive/2006/02/oracle_buys_non.html">blog</a> about JBoss-based HotSip.  JBoss only has one real telecom evangelist, <a href="http://ivelinivanov.blogspot.com/">Ivelin Ivanov</a>.  But Ivelin&#8217;s <a href="http://www.mobicents.org/">Mobicents</a> has almost no play inside of the JBoss mind-meld it seems on the surface &#8212; to no fault of Ivelin&#8217;s I would suspect.</p>
<p>Maybe JBoss+RedHat should buy <a href="http://www.asterisk.org">Asterisk</a>?  That would combine two large open source communities &#8211; sure &#8211; but would be somewhat of a technical disaster.  The Asterisk codebase is horrible and pretty unstable.  It&#8217;s also C (not even fully C++) and would be difficult to merge into the JBoss codebase, which of course is Java, and fairly next generation.</p>
<hr />
<p><b>Technorati Tags:</b> <a href="http://www.technorati.com/tags/jboss" rel="tag">jboss</a>, <a href="http://www.technorati.com/tags/sip" rel="tag">sip</a>, <a href="http://www.technorati.com/tags/voip" rel="tag">voip</a>, <a href="http://www.technorati.com/tags/redhat" rel="tag">redhat</a>, <a href="http://www.technorati.com/tags/asterisk" rel="tag">asterisk</a>, <a href="http://www.technorati.com/tags/java" rel="tag">java</a></p>
<img src="http://blog.jeffhaynie.us/?ak_action=api_record_view&id=20&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.jeffhaynie.us/jboss-collaboration-server-voice.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing State in complex applications</title>
		<link>http://blog.jeffhaynie.us/managing-state-in-complex-applications.html</link>
		<comments>http://blog.jeffhaynie.us/managing-state-in-complex-applications.html#comments</comments>
		<pubDate>Fri, 17 Feb 2006 02:43:28 +0000</pubDate>
		<dc:creator>Jeff Haynie</dc:creator>
				<category><![CDATA[CCXML]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Speech]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[VoiceXML]]></category>

		<guid isPermaLink="false">http://blog.jeffhaynie.us/?p=16</guid>
		<description><![CDATA[Using state charts or modeling tools like UML aren&#8217;t really anything new &#8211; part of developing a VoiceXML, CCXML or SIP application these days is about managing and coordinate states.  It&#8217;s not always fun, can be largely redundant and causes wicked, hard to find bugs in application development.
The W3C Voice Browser Working Group is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Using state charts or modeling tools like UML aren&#8217;t really anything new &#8211; part of developing a VoiceXML, CCXML or SIP application these days is about managing and coordinate states.  It&#8217;s not always fun, can be largely redundant and causes wicked, hard to find bugs in application development.</p>
<p>The <a href="http://www.w3.org">W3C</a> <a href="http://www.w3.org/Voice">Voice Browser Working Group</a> is working on a new programming language called <a href="http://www.w3.org/TR/2006/WD-scxml-20060124/">State Machine Notation for Control Abstraction</a> (SCXML) which is modeled after Harel State Charts.  Jim Barnett of <a href="http://www.aspect.com">Aspect Software</a> is the lead Editor and an extremely bright individual.</p>
<p>Lots of the core language of the VoiceXML FIA and the CCXML EHIA is largely driven by state. CCXML itself is really a state machine application. The VoiceXML application you typically would author is really no more than a finite state machine, at least at this point in the evolution of modern dialog systems.  So, why SCXML and how is it affecting VXML and CCXML?  SCXML is an attempt to refactor part of the common capabilities and requirements of the language into another language that is common and specific to this cause.  A good reason to refactor.  Also, VoiceXML 3.0 will have additional requirements and having an ability to mix CCXML and VoiceXML applications using a unified state representation allows better applications, more modular applications and applications which can focus on the domain rather than the form.</p>
<p>Enter a new (yet old)  player in the area: AT&#038;T and Call Advantage.  They have years of experience working in the real world building a very complex SIP based system which is not your grandfather&#8217;s phone system.  They have recently introduced the results of their research in a new project called <a href="http://echarts.org/">echarts</a>.  What&#8217;s interesting here is that there is a lot to learn from their experience building highly state driven, very dynamic features in SIP.  There system has allowed them to layer sophisticated feature interaction and do it in a way which scales in a large environment with many subscribers.</p>
<p>We should look at how we can leverage their work as part of SCXML.</p>
<img src="http://blog.jeffhaynie.us/?ak_action=api_record_view&id=16&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.jeffhaynie.us/managing-state-in-complex-applications.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
