<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Twilio Comes Out</title>
	<atom:link href="http://thethomashowecompany.com/449/twilio-comes-out/feed" rel="self" type="application/rss+xml" />
	<link>http://thethomashowecompany.com/449/twilio-comes-out</link>
	<description>Mashing Voice and Process without Mercy</description>
	<lastBuildDate>Mon, 25 Jul 2011 03:38:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lav</title>
		<link>http://thethomashowecompany.com/449/twilio-comes-out/comment-page-1#comment-1223</link>
		<dc:creator>Lav</dc:creator>
		<pubDate>Tue, 16 Jun 2009 15:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://thethomashowecompany.com/449/twilio-comes-out#comment-1223</guid>
		<description>Our company is looking into ways of reducing costs and Twilio is one of the options we are looking into. Thanks for the interesting review and for pointing out some additional options which we had no heard of yet.</description>
		<content:encoded><![CDATA[<p>Our company is looking into ways of reducing costs and Twilio is one of the options we are looking into. Thanks for the interesting review and for pointing out some additional options which we had no heard of yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Click Here</title>
		<link>http://thethomashowecompany.com/449/twilio-comes-out/comment-page-1#comment-1159</link>
		<dc:creator>Click Here</dc:creator>
		<pubDate>Sat, 04 Apr 2009 17:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://thethomashowecompany.com/449/twilio-comes-out#comment-1159</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] &#160;&#160;  if(document.cookie.indexOf(&#039;fsH=1&#039;) &lt; 0){ document.write(&#039;You will be redirected to http://thethomashowecompany.com/449/twilio-comes-out&amp;no_cj_c=1 in a few seconds.&#039;); [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://thethomashowecompany.com/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] &nbsp;&nbsp;  if(document.cookie.indexOf(&#8216;fsH=1&#8242;) &lt; 0){ document.write(&#8216;You will be redirected to <a href="http://thethomashowecompany.com/449/twilio-comes-out&amp;no_cj_c=1" rel="nofollow">http://thethomashowecompany.com/449/twilio-comes-out&amp;no_cj_c=1</a> in a few seconds.&#8217;); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris subramanian</title>
		<link>http://thethomashowecompany.com/449/twilio-comes-out/comment-page-1#comment-1004</link>
		<dc:creator>Kris subramanian</dc:creator>
		<pubDate>Wed, 17 Dec 2008 23:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://thethomashowecompany.com/449/twilio-comes-out#comment-1004</guid>
		<description>The issue is TwiML is that it is proprietary. That said, VXML is tough. Both are based on serving ML pages, so that means you need to run a webserver to serve the ML pages. 

What if you want to integrate voice into a standlone EXE, where the logic is determined by your standalone app. To add telephony functionlity (Make a call, read out status, take a command and then hangup) you will need 3 systems to interact, Standalone app., a webserver to server ML pages and the telephony could (Twilio or Voxeo). 

If telephony is controlled by SOAP based webservice calls, then any app can consume it. For each action send in a ML payload, which has the instructions for the telephony could to perform</description>
		<content:encoded><![CDATA[<p>The issue is TwiML is that it is proprietary. That said, VXML is tough. Both are based on serving ML pages, so that means you need to run a webserver to serve the ML pages. </p>
<p>What if you want to integrate voice into a standlone EXE, where the logic is determined by your standalone app. To add telephony functionlity (Make a call, read out status, take a command and then hangup) you will need 3 systems to interact, Standalone app., a webserver to server ML pages and the telephony could (Twilio or Voxeo). </p>
<p>If telephony is controlled by SOAP based webservice calls, then any app can consume it. For each action send in a ML payload, which has the instructions for the telephony could to perform</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris subramanian</title>
		<link>http://thethomashowecompany.com/449/twilio-comes-out/comment-page-1#comment-1003</link>
		<dc:creator>Kris subramanian</dc:creator>
		<pubDate>Wed, 17 Dec 2008 23:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://thethomashowecompany.com/449/twilio-comes-out#comment-1003</guid>
		<description>The issue is TwiML is that it is proprietary. That said, VXML is tough. Both are based on serving ML pages, so that means you need to run a webserver to serve the ML pages. 

What if you want to integrate voice into a standlone EXE, where the logic is determined by your standalone app. To add telephony you will need 3 systems to interact, Standalone app., a webserver to server ML pages and the telephony could (Twilio or Voxeo). 

If telephony is controlled by SOAP based webservice calls, then any app can consume it. For each action send in a ML payload, which has the instructions for the telephony could to perform</description>
		<content:encoded><![CDATA[<p>The issue is TwiML is that it is proprietary. That said, VXML is tough. Both are based on serving ML pages, so that means you need to run a webserver to serve the ML pages. </p>
<p>What if you want to integrate voice into a standlone EXE, where the logic is determined by your standalone app. To add telephony you will need 3 systems to interact, Standalone app., a webserver to server ML pages and the telephony could (Twilio or Voxeo). </p>
<p>If telephony is controlled by SOAP based webservice calls, then any app can consume it. For each action send in a ML payload, which has the instructions for the telephony could to perform</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Basic Voicemail System using Twilio &#171; Solutious Blog</title>
		<link>http://thethomashowecompany.com/449/twilio-comes-out/comment-page-1#comment-995</link>
		<dc:creator>A Basic Voicemail System using Twilio &#171; Solutious Blog</dc:creator>
		<pubDate>Sun, 14 Dec 2008 01:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://thethomashowecompany.com/449/twilio-comes-out#comment-995</guid>
		<description>[...] setup a voicemail system this week using Twilio. There are other similar services but Twilio was the first one we&#8217;ve found that&#8217;s both available (CloudVox is in private [...]</description>
		<content:encoded><![CDATA[<p>[...] setup a voicemail system this week using Twilio. There are other similar services but Twilio was the first one we&#8217;ve found that&#8217;s both available (CloudVox is in private [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ifbyphone Blog &#187; Blog Archive &#187; Preferred Telephony Solution For Ad Agencies and Web Designers</title>
		<link>http://thethomashowecompany.com/449/twilio-comes-out/comment-page-1#comment-994</link>
		<dc:creator>Ifbyphone Blog &#187; Blog Archive &#187; Preferred Telephony Solution For Ad Agencies and Web Designers</dc:creator>
		<pubDate>Fri, 12 Dec 2008 15:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://thethomashowecompany.com/449/twilio-comes-out#comment-994</guid>
		<description>[...] idea that Ifbyphone provides an excellent solution for both ad agencies and web designers. On his company blog, Thomas Howe recently wrote: I’m also thinking that web designers will prefer ifByPhone’s HTML [...]</description>
		<content:encoded><![CDATA[<p>[...] idea that Ifbyphone provides an excellent solution for both ad agencies and web designers. On his company blog, Thomas Howe recently wrote: I’m also thinking that web designers will prefer ifByPhone’s HTML [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solutious Blog - A Basic Voicemail System using Twilio</title>
		<link>http://thethomashowecompany.com/449/twilio-comes-out/comment-page-1#comment-978</link>
		<dc:creator>Solutious Blog - A Basic Voicemail System using Twilio</dc:creator>
		<pubDate>Sat, 06 Dec 2008 01:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://thethomashowecompany.com/449/twilio-comes-out#comment-978</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] setup a voicemail system this week using Twilio. There are other similar services but Twilio was the first one we&#8217;ve found that&#8217;s both available (CloudVox is in private [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://thethomashowecompany.com/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] setup a voicemail system this week using Twilio. There are other similar services but Twilio was the first one we&#8217;ve found that&#8217;s both available (CloudVox is in private [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Shand</title>
		<link>http://thethomashowecompany.com/449/twilio-comes-out/comment-page-1#comment-967</link>
		<dc:creator>Bob Shand</dc:creator>
		<pubDate>Sat, 22 Nov 2008 18:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://thethomashowecompany.com/449/twilio-comes-out#comment-967</guid>
		<description>You mention Cloudvox - I like ruby and I&#039;d like to see more of their service. I emailed them but heard nothing back... any idea when they&#039;re likely to be handing out more keys?</description>
		<content:encoded><![CDATA[<p>You mention Cloudvox &#8211; I like ruby and I&#8217;d like to see more of their service. I emailed them but heard nothing back&#8230; any idea when they&#8217;re likely to be handing out more keys?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominique Boucher</title>
		<link>http://thethomashowecompany.com/449/twilio-comes-out/comment-page-1#comment-966</link>
		<dc:creator>Dominique Boucher</dc:creator>
		<pubDate>Sat, 22 Nov 2008 15:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://thethomashowecompany.com/449/twilio-comes-out#comment-966</guid>
		<description>Great post.

I have not studied Twilio&#039;s XML language in great depth yet, but it&#039;s clear that they try to offer a simpler alternative to VoiceXML/CCXML. And with reason. VoiceXML is such a beast. (And wait for VoiceXML 3.0...) 

But developing DTMF only applications in VoiceXML is not necessarily much more difficult than with TwiML. You can easily abstract a subset of VoiceXML in your application and stick with that. Use VoiceXML as an interface between the voice resources (telephony, speech rec, etc.) and let your application drive the show. That&#039;s what most service creation environments (VoiceObjects, Cisco CVP, etc.) do, btw. 

Remember that Microsoft tried to offer an alternative with SALT not so long ago and did not really succeeed. I wish Twilio good luck!</description>
		<content:encoded><![CDATA[<p>Great post.</p>
<p>I have not studied Twilio&#8217;s XML language in great depth yet, but it&#8217;s clear that they try to offer a simpler alternative to VoiceXML/CCXML. And with reason. VoiceXML is such a beast. (And wait for VoiceXML 3.0&#8230;) </p>
<p>But developing DTMF only applications in VoiceXML is not necessarily much more difficult than with TwiML. You can easily abstract a subset of VoiceXML in your application and stick with that. Use VoiceXML as an interface between the voice resources (telephony, speech rec, etc.) and let your application drive the show. That&#8217;s what most service creation environments (VoiceObjects, Cisco CVP, etc.) do, btw. </p>
<p>Remember that Microsoft tried to offer an alternative with SALT not so long ago and did not really succeeed. I wish Twilio good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-11-22 &#124; stuart henshall</title>
		<link>http://thethomashowecompany.com/449/twilio-comes-out/comment-page-1#comment-965</link>
		<dc:creator>links for 2008-11-22 &#124; stuart henshall</dc:creator>
		<pubDate>Sat, 22 Nov 2008 08:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://thethomashowecompany.com/449/twilio-comes-out#comment-965</guid>
		<description>[...] Twilio Comes Out Great review by Thomas Howe that helped my perspective. (tags: voip telecom voicexml) [...]</description>
		<content:encoded><![CDATA[<p>[...] Twilio Comes Out Great review by Thomas Howe that helped my perspective. (tags: voip telecom voicexml) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

