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

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
bkline_uecu
Posts: 5
Joined: Tue Jul 31, 2012 11:49 am

Validation Error

Post by bkline_uecu »

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

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: Validation Error

Post by support »

Hi,

Could you please post your sample VXML code that is producing this error for you?

Regards,
Plum Support

bkline_uecu
Posts: 5
Joined: Tue Jul 31, 2012 11:49 am

Re: Validation Error

Post by bkline_uecu »

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>

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: Validation Error

Post by support »

Hi,

Could you please provide us with the URL you are testing for us to try and reproduce this issue?

Regards,
Plum Support

bkline_uecu
Posts: 5
Joined: Tue Jul 31, 2012 11:49 am

Re: Validation Error

Post by bkline_uecu »


support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: Validation Error

Post by support »

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

Post Reply