What's a good open source VoiceXML implementation?

北慕城南 提交于 2019-12-03 10:55:26

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.

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.

matt b

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

Bajji

You can check out Asterix - http://www.asterisk.org/ for an open source solution.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!