Posted in Uncategorized on Nov 4th, 2007 1 Comment »
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’s of interested parties, including enterprise buyers, vars, and a good showing by the business-oriented parts of [...]
Read Full Post »
Posted in Uncategorized on Nov 1st, 2007 No Comments »
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.
Read Full Post »
Posted in Uncategorized on Oct 19th, 2007 No Comments »
We’ve been asked to talk about using Asterisk to build scalable open-source IVRs at Pulver’s Fall VON and Digium Asterisk World. The conference is held here in Boston (our stomping grounds), and our panel is at 2pm on Tuesday, Oct 30.
I (Steve) will be on the panel along with a next gen [...]
Read Full Post »
Posted in Uncategorized on Sep 17th, 2007 No Comments »
Version 0.5 of Voiceglue is now available on the download page.
This version fixes a bug with validation of identifiers in VXML files.
If you’re getting errors like these:
Datatype error: Type:InvalidDatatypeValueException, Message:Value ‘caller’ does not match regular expression facet ‘([a-zA-Z]|[a-zA-Z$][a-zA-Z0-9_$]*[a-zA-Z0-9_])’
[...]
Read Full Post »
Posted in Uncategorized on Sep 12th, 2007 No Comments »
Voiceglue author Doug Campbell is planning to be at this year’s Astricon for the Thursday sessions and the first half of Friday. If you’d like to get in touch or meet with Doug, look for the tall geek muttering about VxML (just kidding, Doug generally doesn’t mutter), or drop us a line, contact [...]
Read Full Post »
Posted in Uncategorized on Sep 5th, 2007 No Comments »
Version 0.4 of Voiceglue is now available on the download page.
This version fixes a bug with cached grammars.
Thanks to those that are submitting bug reports, so they can get fixed!
Read Full Post »
Posted in Uncategorized on Sep 4th, 2007 No Comments »
Version 0.3 of Voiceglue is now available on the download page.
This version contains a one-line change to the voiceglue executable that handles newer versions of LibXML. These newer versions of LibXML give a different nodeName for text nodes than it used to. The symptom of this failing in the old version is that [...]
Read Full Post »
Posted in Uncategorized on Aug 10th, 2007 No Comments »
Version 0.2 of Voiceglue has now been released.
It fixes a very nasty bug with cached grammars, that caused any cached grammar to terminate the script! Hard to get much done with that bug! Thanks to users on the mailing list for finding it.
Also, it removes install errors in cases where the special user [...]
Read Full Post »
Posted in Uncategorized on Aug 1st, 2007 2 Comments »
The first release of Voiceglue is now available. We finished testing release 0.1 this afternoon, and it’s downloadable.
This first release supports DTMF input (no speech recognition yet), recording, and playback of TTS (via flite) and pre-recorded audio. We plan to integrate speech recognition soon using LumenVox’s engine and possibly Sphinx. Further [...]
Read Full Post »
Posted in Uncategorized on Apr 26th, 2007 1 Comment »
Well, that last issue turned out to be a significant one. The base code was not properly processing SRGS grammars. We needed to fix the grammar parser to handle SRGS. We looked for an open source solution, couldn’t find one. So we had to write one from scratch. That work [...]
Read Full Post »