什么是好的开源 VoiceXML 实现?
我试图找出是否可以通过将开源项目中的各个部分拼凑在一起来构建完整的 IVR 应用程序。 有人使用非商业 VoiceXML 实现来构建支持语音的系统吗?
I am trying to find out if it's possible to build a complete IVR application by cobbling together parts from open source projects. Is anyone using a non-commercial VoiceXML implementation to build speech-enabled systems?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我过去曾尝试过 JVoiceXML,并且运气不错。
http://jvoicexml.sourceforge.net/
当然是java,但这对我来说不是问题情况。
I've tried JVoiceXML in the past and had some luck with it.
http://jvoicexml.sourceforge.net/
It's java of course, but that wasn't a problem for my situation.
如果您想构建 IVR 并且尚未使用 VoiceXML,您可以尝试 Twilio。 它们具有简单的 XML 语法、出色的 REST API 以及适合小型项目的按分钟付费定价,让您可以专注于构建应用程序,而不是构建/托管电话基础设施。 几天后,我使用他们的系统构建了一个 IVR 应用程序,这是一种乐趣。
If you want to build an IVR and you're not married to VoiceXML, you might try Twilio. They have a simple XML syntax, an awesome REST API, and small-project-friendly pay per minute pricing which lets you concentrate on building your app and not building/hosting telephony infrastructure. I built an IVR app using their system a few days and it was a pleasure.
您可以查看 Asterix - http://www.asterisk.org/ 以获得开源解决方案。
You can check out Asterix - http://www.asterisk.org/ for an open source solution.
Voiceglue (http://www.voiceglue.org/) 是使用 openvxi 和 asterisk 的 voicexml 实现。 它对您来说可能是一个不错的选择,它是 GPL 许可的。
Voiceglue (http://www.voiceglue.org/) is an implementation of voicexml using openvxi and asterisk. It may be a good option for you, it is GPL licensed.
你可能想看看OpenVXI,我相信许多销售非常昂贵的IVR平台的公司(例如Avaya)都基于它的语音浏览器。
http://en.wikipedia.org/wiki/OpenVXI
You might want to take a look at OpenVXI, I believe that a number of companies that sell very expensive IVR platforms (such as Avaya) have based their voice browser on it.
http://en.wikipedia.org/wiki/OpenVXI