voicexml

SRGS - GRXML parsing via text input in java

半城伤御伤魂 提交于 2021-02-10 05:30:46
问题 I have an existing IVR voice application which uses SRGS .grxml grammar files. In the IVR our speech recognizer (Nuance) uses these grammars to take spoken input and return some values based on the particular grammar specified. I'm trying to find a java based tool which would use these same grammar files but allow me to send plain text in to be parsed according to the rules of the grammar. I've seen sphinx4 and they have a recognizer but it only uses microphone input from what I can tell. I'm

VoiceXML Record whole call, including menu options

时光怂恿深爱的人放手 提交于 2019-12-24 06:17:20
问题 I'm trying to record a whole phone call using VoiceXML (on Nexmo). I can make a recording or give menu prompts and forward a call seperately, but I can't work out how to do both together. I'd like to record the call from start to finish, including the forwarded call part. I would imagine the VoiceXML would look something like this, but this isn't valid VoiceXML. <?xml version="1.0" encoding="UTF-8"?> <vxml version = "2.1" > <var name="callerid" expr="123" /> <form> <record name="recording"

Voiceglue Logger says Maximum loop count exceeded. There is probably an infinite loop of in your VXML document

ε祈祈猫儿з 提交于 2019-12-23 02:24:06
问题 Can Any please explain why this is happening. what are the possibilities of errors that are been counted as I have set maxerrorcount = 3 EROR OPEN_VXI luke---- callid=[68] |1098905920|68|CRITICAL|com.vocalocity.vxi|216|VXIinterpreterRun: Maximum loop count exceeded. There is probably an infinite loop of in your VXML document.|URL Please let me know if any further details are required. 回答1: Perhaps, "infinite loop" means to call same form again and again, And it was not inserted caller input

What's a good open source VoiceXML implementation?

天涯浪子 提交于 2019-12-21 03:38:09
问题 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? 回答1: 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. 回答2: Voiceglue (http://www.voiceglue.org/) is an implementation of voicexml using openvxi and asterisk. It may

VoiceXML - Recognize DTMF in Recording

僤鯓⒐⒋嵵緔 提交于 2019-12-11 15:05:08
问题 I've been doing IVR work for a while, but we have a case where I'd love some expertise/feedback: Is it possible to record a message where the user could press a DTMF tone to indicate a pause where we would insert our own sound? In this scenario, the user would record something like: "Good Morning, [DTMF], please call the office at [DTMF] to reconcile your account.". Not sure whether we would chop the resulting WAV file into pieces to insert our variables, or do some post-processing before

how can I call a webservice from voiceXML?

廉价感情. 提交于 2019-12-11 02:14:01
问题 I'm building a very simple voiceXML app to allow people to make recordings. But first, I need to authenticate callers by phone number and/or PIN. Can I call a webservice from voiceXML? Looks like I want to use the voiceXML "data" element to call my webservice. However, I need to dynamically calculate the URL, and it looks like it only takes a static string as the "src" parameter. I'm new to voiceXML, so pointing me to a good tutorial would help too! I'm working from the voxeo documentation.

What's a good open source VoiceXML implementation?

北慕城南 提交于 2019-12-03 10:55:26
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? 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