Hello
This is the grammar file http://print2click.mobi/voice/plum/grammar.grxml . As it has worked on another platform I know it works.
When trying to use here i get the following in the call log file.
errno: 215 message Empty grammar fragment
Cache Miss: http://print2click.mobi/voice/plum/test.grammar.grxml
Attempting to fetch http://print2click.mobi/voice/plum/test.grammar.grxml
Error creating grammar
bargein set to true
INPUTMODES set to "DTMF VOICE"
Audio segment added to prompt queue from TTS text/plain;charset=wchar_t for:
---------
A serious error of type
---------
bargein set to true
INPUTMODES set to "DTMF VOICE"
Audio segment added to prompt queue from TTS text/plain;charset=wchar_t for:
---------
error.grammar
---------
bargein set to true
INPUTMODES set to "DTMF VOICE"
Audio segment added to prompt queue from TTS text/plain;charset=wchar_t for:
---------
has occurred. Exiting.
---------
VXI::exit_element()
Not able to figure out what could be going wrong. I have gone through available documentation and also the forums. Require help to move ahead.. Thank you .
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
errno: 215 message Empty grammar fragment
IVR developers need more details of IVR issue
Hi,
Could you please provide us with more details to help us replicate this IVR issue?
Regards,
Plum Support
Could you please provide us with more details to help us replicate this IVR issue?
Regards,
Plum Support
Last edited by support on Mon Dec 28, 2009 2:08 pm, edited 1 time in total.
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com
More details
The VXML file http://print2click.mobi/voice/plum/index.vxml refers to a js file http://print2click.mobi/voice/plum/common.js and a grammar file
http://print2click.mobi/voice/plum/grammar.grxml.
I believe that should be sufficient for you to be able to replicate the issue. Thank you in advance for you help.
Ramesh
http://print2click.mobi/voice/plum/grammar.grxml.
I believe that should be sufficient for you to be able to replicate the issue. Thank you in advance for you help.
Ramesh
IVR platform will default to the JSGF grammar
Hi,
Looking at your IVR grammar file (http://print2click.mobi/voice/plum/grammar.grxml), you should change this line of IVR code:
to this line:
Also, we used this sample application to test your IVR grammar:
So, in your own IVR application, when you refer to your .grxml file, keep in mind that you have to specify the type of the grammar to "application/srgs+xml". Otherwise, the IVR platform will default to the JSGF grammar.
Hope this helps.
Regards,
Plum Support
Looking at your IVR grammar file (http://print2click.mobi/voice/plum/grammar.grxml), you should change this line of IVR code:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
Code: Select all
<?xml version="1.0"?>
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<vxml version="2.0">
<property name="grammarmaxage" value="0s"/>
<form>
<field name="something">
<grammar src="revisedgrammar.grxml" type="application/srgs+xml"/>
<prompt>
Please say something.
</prompt>
<filled>
You said <value expr="something"/>.
</filled>
</field>
</form>
</vxml>
Hope this helps.
Regards,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com