What's a good open source VoiceXML implementat

2019-03-24 18:58发布

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?

5条回答
我欲成王,谁敢阻挡
2楼-- · 2019-03-24 19:10

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

查看更多
叛逆
3楼-- · 2019-03-24 19:14

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

查看更多
乱世女痞
4楼-- · 2019-03-24 19:16

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.

查看更多
够拽才男人
5楼-- · 2019-03-24 19: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.

查看更多
ゆ 、 Hurt°
6楼-- · 2019-03-24 19:29

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.

查看更多
登录 后发表回答