Can someone tell me what this error is talking about? the second line that it is referring to isn't even part of the output from my code. I don't understand where that line is coming from, let alone what to do to fix the error.
http://i.imgur.com/awEqo.jpg
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Validation Error
Re: Validation Error
Hi,
Could you please post your sample VXML code that is producing this error for you?
Regards,
Plum Support
Could you please post your sample VXML code that is producing this error for you?
Regards,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com
-
- Posts: 5
- Joined: Tue Jul 31, 2012 11:49 am
Re: Validation Error
This is the XML I get if I visit the URL using Internet Explorer
Code: Select all
<?xml version="1.0" ?>
- <vxml version="2.0">
- <form id="mainmenu">
- <field name="menuchoice">
<grammar type="application/x-jsgf" mode="dtmf">1|2|3</grammar>
- <prompt>
<voice name="julia">Please select your text to speech engine. For ATT Natural Voices, press 1.</voice>
</prompt>
- <filled>
- <if cond="menuchoice==1">
- <prompt>
<voice name="mel">Hi, I'm mel.</voice>
</prompt>
- <prompt>
<voice name="mike">Hi, I'm Mike.</voice>
</prompt>
- <prompt>
<voice name="ray">Hi, I'm ray.</voice>
</prompt>
- <prompt>
<voice name="rich">Hi, I'm rich.</voice>
</prompt>
- <prompt>
<voice name="claire">Hi, I'm claire.</voice>
</prompt>
- <prompt>
<voice name="crystal">Hi, I'm Crystal.</voice>
</prompt>
- <prompt>
<voice name="julia">Hi, I'm julia.</voice>
</prompt>
- <prompt>
<voice name="lauren">Hi, I'm lauren.</voice>
</prompt>
<goto next="#mainmenu" />
<else />
<goto next="#mainmenu" />
</if>
</filled>
</field>
</form>
</vxml>
Re: Validation Error
Hi,
Could you please provide us with the URL you are testing for us to try and reproduce this issue?
Regards,
Plum Support
Could you please provide us with the URL you are testing for us to try and reproduce this issue?
Regards,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com
-
- Posts: 5
- Joined: Tue Jul 31, 2012 11:49 am
Re: Validation Error
Hi,
There doesn't appear to be anything wrong with your application code. When attaching your URL to a phone number and dialing into it, the application works just fine.
Regards,
Plum Support
There doesn't appear to be anything wrong with your application code. When attaching your URL to a phone number and dialing into it, the application works just fine.
Regards,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com