<?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/"
	>

<channel>
	<title>VoiceGlue</title>
	<atom:link href="http://www.voiceglue.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.voiceglue.org</link>
	<description>GPL code that provides VoiceXML implementation with OpenVXI and Asterisk.</description>
	<pubDate>Fri, 14 May 2010 05:45:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Voiceglue 0.12 Released</title>
		<link>http://www.voiceglue.org/2010/05/14/voiceglue-012-released/</link>
		<comments>http://www.voiceglue.org/2010/05/14/voiceglue-012-released/#comments</comments>
		<pubDate>Fri, 14 May 2010 05:43:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.voiceglue.org/?p=67</guid>
		<description><![CDATA[Voiceglue 0.12 has been released.
This is a significant upgrade from the last release.  Changes include:
 - support for Ubuntu 9.10 and 10.4, Fedora 12, and CentOS 5.4
 - session.telephone.* -> session.connection.* in accordance with spec
 - fixed race condition bugs
 - fixed memory leaks
 - removed delay-inducing OpenVXI caching
 - added ssml_passthrough option in [...]]]></description>
			<content:encoded><![CDATA[<p>Voiceglue 0.12 has been released.</p>
<p>This is a significant upgrade from the last release.  Changes include:</p>
<p> - support for Ubuntu 9.10 and 10.4, Fedora 12, and CentOS 5.4<br />
 - session.telephone.* -> session.connection.* in accordance with spec<br />
 - fixed race condition bugs<br />
 - fixed memory leaks<br />
 - removed delay-inducing OpenVXI caching<br />
 - added ssml_passthrough option in voiceglue.conf<br />
 - added passing variables to and from Asterisk<br />
 - added xml:lang as 4th argument to voiceglue_tts_gen</p>
<p>You can get it in the Downloads section.</p>
<p>Voiceglue documentation is continuing to improve in the voiceglue wiki.<br />
We appreciate the community’s help in maintaining and extending it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voiceglue.org/2010/05/14/voiceglue-012-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Voiceglue 0.11 Released</title>
		<link>http://www.voiceglue.org/2009/08/27/voiceglue-011-released/</link>
		<comments>http://www.voiceglue.org/2009/08/27/voiceglue-011-released/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 18:08:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.voiceglue.org/?p=64</guid>
		<description><![CDATA[Voiceglue 0.11 has been released.
This is primarily a bug-fix release.  Major bugs fixed are:
    * Fix file handle management bug
    * Re-add gsm audio support
    * Fix bargein handling
You can get it in the Downloads section.
Voiceglue documentation is continuing to improve in the voiceglue wiki.
We [...]]]></description>
			<content:encoded><![CDATA[<p>Voiceglue 0.11 has been released.</p>
<p>This is primarily a bug-fix release.  Major bugs fixed are:</p>
<p>    * Fix file handle management bug<br />
    * Re-add gsm audio support<br />
    * Fix bargein handling</p>
<p>You can get it in the Downloads section.</p>
<p>Voiceglue documentation is continuing to improve in the voiceglue wiki.<br />
We appreciate the community’s help in maintaining and extending it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voiceglue.org/2009/08/27/voiceglue-011-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Voiceglue 0.10 Released</title>
		<link>http://www.voiceglue.org/2009/05/31/voiceglue-010-released/</link>
		<comments>http://www.voiceglue.org/2009/05/31/voiceglue-010-released/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 01:22:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.voiceglue.org/?p=59</guid>
		<description><![CDATA[Voiceglue 0.10 has been released.
It has several new features.
Some of the changes are:

Improved audio caching
Cookie passing on audio fetching
Handles maxage and audiomaxage of 0 properly
Uses HTTP Content-Type for audio content when available
Defaults to not requiring access-control directive in returned data from data tag
New transfer method, new config file param “blind_xfer_method”
Auto-install support for Ubuntu 9.04 (Jaunty)

and [...]]]></description>
			<content:encoded><![CDATA[<p>Voiceglue 0.10 has been released.</p>
<p>It has several new features.<br />
Some of the changes are:</p>
<ul>
<li>Improved audio caching</li>
<li>Cookie passing on audio fetching</li>
<li>Handles maxage and audiomaxage of 0 properly</li>
<li>Uses HTTP Content-Type for audio content when available</li>
<li>Defaults to not requiring access-control directive in returned data from data tag</li>
<li>New transfer method, new config file param “blind_xfer_method”</li>
<li>Auto-install support for Ubuntu 9.04 (Jaunty)</li>
</ul>
<p>and lots of bug fixes.</p>
<p>You can get it in the Downloads section.</p>
<p>Voiceglue documentation is continuing to improve in the voiceglue wiki.<br />
We appreciate the community&#8217;s help in maintaining and extending it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voiceglue.org/2009/05/31/voiceglue-010-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Voiceglue 0.9 Released</title>
		<link>http://www.voiceglue.org/2009/01/29/voiceglue-09-released/</link>
		<comments>http://www.voiceglue.org/2009/01/29/voiceglue-09-released/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 04:53:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.voiceglue.org/?p=54</guid>
		<description><![CDATA[Voiceglue 0.9 has been released.
It&#8217;s a fairly significant upgrade from 0.8.
Some of the changes are:

Auto-install support for Ubuntu 8.04 &#038; 8.10 and Fedora 9 and 10
 Parameter-passsing from Asterisk dialplan
 Easy alternate TTS support 
 Fixed VXML 2.1  tag DOM functions in Ubuntu 
  Fixed mangling of certain characters in TTS and grammars [...]]]></description>
			<content:encoded><![CDATA[<p>Voiceglue 0.9 has been released.</p>
<p>It&#8217;s a fairly significant upgrade from 0.8.<br />
Some of the changes are:</p>
<ul>
<li>Auto-install support for Ubuntu 8.04 &#038; 8.10 and Fedora 9 and 10</li>
<li> Parameter-passsing from Asterisk dialplan</li>
<li> Easy alternate TTS support </li>
<li> Fixed VXML 2.1 <data> tag DOM functions in Ubuntu </li>
<li>  Fixed mangling of certain characters in TTS and grammars </li>
<li> Fixed recording hangups sometimes not being handled properly</li>
<li> Fixed improper grammar type detection </li>
</ul>
<p>and lots of bug fixes.</p>
<p>You can get it in the Downloads section.</p>
<p>Voiceglue documentation has also been improved with this release, and is now in the new <a href="http://voiceglue.org/wiki" >voiceglue wiki</a> so that the community can help maintain and extend it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voiceglue.org/2009/01/29/voiceglue-09-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Voiceglue 0.8 Released</title>
		<link>http://www.voiceglue.org/2008/08/13/voiceglue-08-released/</link>
		<comments>http://www.voiceglue.org/2008/08/13/voiceglue-08-released/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 03:45:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.voiceglue.org/2008/08/13/voiceglue-08-released/</guid>
		<description><![CDATA[Voiceglue 0.8 is essentially the same as 0.7 with some installation scripts and documentation fixed.
It&#8217;s on the download page, as usual.
]]></description>
			<content:encoded><![CDATA[<p>Voiceglue 0.8 is essentially the same as 0.7 with some installation scripts and documentation fixed.</p>
<p>It&#8217;s on the download page, as usual.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voiceglue.org/2008/08/13/voiceglue-08-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Voiceglue 0.7 Released</title>
		<link>http://www.voiceglue.org/2008/08/13/voiceglue-07-released/</link>
		<comments>http://www.voiceglue.org/2008/08/13/voiceglue-07-released/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 05:29:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.voiceglue.org/2008/08/13/voiceglue-07-released/</guid>
		<description><![CDATA[After much delay, I&#8217;ve gotten a new release of VoiceGlue out.  See the download page to get it.
The two significant changes in this version are:
1.  Support for installs on Debian-based distros (e.g. Ubuntu)
2.  Support for perl versions > 5.8 (e.g. Fedora 9)
I haven&#8217;t had time to do much testing, especially on Fedora, [...]]]></description>
			<content:encoded><![CDATA[<p>After much delay, I&#8217;ve gotten a new release of VoiceGlue out.  See the download page to get it.</p>
<p>The two significant changes in this version are:</p>
<p>1.  Support for installs on Debian-based distros (e.g. Ubuntu)</p>
<p>2.  Support for perl versions > 5.8 (e.g. Fedora 9)</p>
<p>I haven&#8217;t had time to do much testing, especially on Fedora, so please report any issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voiceglue.org/2008/08/13/voiceglue-07-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VXML Exerciser available</title>
		<link>http://www.voiceglue.org/2008/02/29/vxml-exerciser-available/</link>
		<comments>http://www.voiceglue.org/2008/02/29/vxml-exerciser-available/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 17:04:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Exerciser]]></category>

		<guid isPermaLink="false">http://www.voiceglue.org/2008/02/29/vxml-exerciser-available/</guid>
		<description><![CDATA[Over at Ampersand, we had reason to write a simple VXML script that exercises some of the main areas of VXML.   We thought we&#8217;d release it under GPL as part of the voiceglue project, in case anyone else in the community finds it of use.    The exerciser is a series [...]]]></description>
			<content:encoded><![CDATA[<p>Over at Ampersand, we had reason to write a simple VXML script that exercises some of the main areas of VXML.   We thought we&#8217;d release it under GPL as part of the voiceglue project, in case anyone else in the community finds it of use.    The exerciser is a series of VXML scripts that exercise various functions relating to input, output, flow, dialogs, events, etc.     More details <a href="http://www.voiceglue.org/vxml-test/" >here</a>.</p>
<p>The script is available at http://www.voiceglue.org/vxml_tests/ex.vxml ; and feel free to point a voice browser at it and run it directly off our site if you like.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/VXML+test+program" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> VXML test program</a>, <a href="http://technorati.com/tag/VXML+test" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> VXML test</a>, <a href="http://technorati.com/tag/VXML+exerciser" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> VXML exerciser</a>, <a href="http://technorati.com/tag/Voiceglue+Test" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Voiceglue Test </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.voiceglue.org/2008/02/29/vxml-exerciser-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Status update</title>
		<link>http://www.voiceglue.org/2008/02/29/status-update-2/</link>
		<comments>http://www.voiceglue.org/2008/02/29/status-update-2/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 16:31:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[status]]></category>

		<guid isPermaLink="false">http://www.voiceglue.org/2008/02/29/status-update-2/</guid>
		<description><![CDATA[It&#8217;s been awhile since we posted a status update on the project, so here goes:

One big focus over the last 5 months has been to clean up and fix various small issues in the 0. series of releases as well as supporting voiceglue users on the forum.  We&#8217;re now at 0.6, which has been [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been awhile since we posted a status update on the project, so here goes:</p>
<ul>
<li>One big focus over the last 5 months has been to clean up and fix various small issues in the 0. series of releases as well as supporting voiceglue users on the forum.  We&#8217;re now at 0.6, which has been relatively stable.  We try to answer all questions on the mailing list within a day or two.</li>
<li>We&#8217;ve also been working on integrating and testing speech recognition functionality.   We&#8217;ve been making use of Asterisk&#8217;s <a href="http://www.voip-info.org/wiki/view/Asterisk+Generic+Speech+API" onclick="javascript:urchinTracker ('/outbound/article/www.voip-info.org');">res_speech.so interface</a>, which is the Digium-blessed approach to interfacing with speech engines.    Right now we are only aware of support for <a href="http://www.lumenvox.com/" onclick="javascript:urchinTracker ('/outbound/article/www.lumenvox.com');">Lumenvox </a>under this interface which we are using as our test environment (and we should note that they have been helpful and supportive of our effort). As a future project goal we will probably build a <a href="http://cmusphinx.sourceforge.net/html/cmusphinx.php" onclick="javascript:urchinTracker ('/outbound/article/cmusphinx.sourceforge.net');">Sphinx</a> interface if no-one else is doing so.  The res_speech interface was exposed to the AGI via a source-level patch in Asterisk 1.4, but this patch is now rolled into the 1.6 Beta; so we are now working with the 1.6 Beta.    Our coding is complete for this effort, and we are in debug.</li>
<li>We&#8217;ve been given a development key for <a href="http://cepstral.com/" onclick="javascript:urchinTracker ('/outbound/article/cepstral.com');">Cepstral</a>, and plan to integrate it as a commercial alternative to Flite.</li>
<li>We&#8217;ve been keeping a list of feature requests, to plan into upcoming releases.</li>
</ul>
<p>Our goal is to get speech recognition working at which point we will call it a 1.0 version.   We will then take our feature request list, poll our user community to get your input, and schedule dot releases.</p>
<p>One last note, I (Steve) will be at <a href="http://www.von.com/2008/sanJose/web/" onclick="javascript:urchinTracker ('/outbound/article/www.von.com');">Spring VON</a> in San Jose if any voiceglue users would like to get together.  Drop me a note.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/voiceglue+status" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> voiceglue status</a>, <a href="http://technorati.com/tag/voiceglue+speech+recognition" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> voiceglue speech recognition</a>, <a href="http://technorati.com/tag/open+source+speech+recognition" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> open source speech recognition</a>, <a href="http://technorati.com/tag/asterisk+vxml+speech+recognition" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> asterisk vxml speech recognition </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.voiceglue.org/2008/02/29/status-update-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Voiceglue slides from Digium Asterisk World</title>
		<link>http://www.voiceglue.org/2007/11/04/voiceglue-slides-from-digium-asterisk-world/</link>
		<comments>http://www.voiceglue.org/2007/11/04/voiceglue-slides-from-digium-asterisk-world/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 01:28:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Asterisk World]]></category>

		<category><![CDATA[Expanding to Sophisticated Services]]></category>

		<category><![CDATA[Voiceglue]]></category>

		<category><![CDATA[VON2007]]></category>

		<guid isPermaLink="false">http://www.voiceglue.org/2007/11/04/voiceglue-slides-from-digium-asterisk-world/</guid>
		<description><![CDATA[DIgium Asterisk World turned out to be a good conference.  Attendance was higher than I had anticpated, perhaps 150 people at the keynote and more than that aggregated amongst the different tracks and on the floor.  Lot&#8217;s of interested parties, including enterprise buyers, vars, and a good showing by the business-oriented parts of [...]]]></description>
			<content:encoded><![CDATA[<p>DIgium Asterisk World turned out to be a good conference.  Attendance was higher than I had anticpated, perhaps 150 people at the keynote and more than that aggregated amongst the different tracks and on the floor.  Lot&#8217;s of interested parties, including enterprise buyers, vars, and a good showing by the business-oriented parts of the community, which was the goal of the event.</p>
<p>Our <a href="http://www.digiumasteriskworld.com/2007/boston/web/confSchedule_ibs11181900458.html#ibs11181900458" onclick="javascript:urchinTracker ('/outbound/article/www.digiumasteriskworld.com');">panel</a> was well attended, and we had a good discussion about what &#8220;sophisticated services&#8221; mean from both a carrier and an application perspective.   Moderator <a href="http://sheltonjohns.com/" onclick="javascript:urchinTracker ('/outbound/article/sheltonjohns.com');">Bryan Johns</a> did a good job and made some thoughtful comments.   Co-panelist <a href="http://www.cbeyond.net/" onclick="javascript:urchinTracker ('/outbound/article/www.cbeyond.net');">Chris Gatch</a> talked about the benefits of using a next gen carrier and how asterisk as a pbx can take full advantage of such services.</p>
<p>Our slides are attached <a href="http://voiceglue.org/FallVon2007Presentation.pdf" >here,</a> short and sweet.   We overviewed different areas of sophisticated services possible on asterisk, such as conferencing, outbound campaigns, ACD/CTI, etc., then we focused on IVR and gave a short 4-slide overview of VXML, openVXI, and Voiceglue (including the voiceglue architecture diagram below &#8212; you can click thru to flickr for a bigger version).    Several people asked some insightful questions, and in the post-panel discussions we had some requests for future project directions such as call control.</p>
<p>On last item of note is that we had a good talk with Craig Campbell of <a href="http://cepstral.com/" onclick="javascript:urchinTracker ('/outbound/article/cepstral.com');">Cepstral,</a> who donated a SDK so that we can integrate his TTS into Asterisk &#8212; which we plan to do as soon as we finish with our ASR integration.  We do have a bit a of a roadmap that we&#8217;ve been putting together, and we&#8217;ll get a post out on that in the near future.</p>
<p><a href="http://www.flickr.com/photos/ampersmith/1865191372/" title="Photo Sharing" onclick="javascript:urchinTracker ('/outbound/article/www.flickr.com');"><img src="http://farm3.static.flickr.com/2302/1865191372_3f1d1e63c1_m.jpg" width="240" height="180" alt="Voiceglue Architecture" /></a></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Asterisk+World" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Asterisk World</a>, <a href="http://technorati.com/tag/Expanding+to+Sophisticated+Services" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Expanding to Sophisticated Services</a>, <a href="http://technorati.com/tag/VON2007" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> VON2007</a>, <a href="http://technorati.com/tag/Voiceglue" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Voiceglue </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.voiceglue.org/2007/11/04/voiceglue-slides-from-digium-asterisk-world/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Version 0.6 Release</title>
		<link>http://www.voiceglue.org/2007/11/01/version-06-release/</link>
		<comments>http://www.voiceglue.org/2007/11/01/version-06-release/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 04:34:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.voiceglue.org/2007/11/01/version-06-release/</guid>
		<description><![CDATA[Version 0.6 of Voiceglue is now available on the download page.
It fixes a bug with the  tag usage.
No simple update for this, best to uninstall the old and install the new.
]]></description>
			<content:encoded><![CDATA[<p>Version 0.6 of Voiceglue is now available on the download page.</p>
<p>It fixes a bug with the <option> tag usage.</p>
<p>No simple update for this, best to uninstall the old and install the new.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voiceglue.org/2007/11/01/version-06-release/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
