VXML <say-as> within <filled> -


i able <say-as> working correctly beginning prompt read of test number. however, experiencing issue <say-as> not seem process inside <filled> tag.

    <form>     <field name="accountnumber" type="digits?minlength=9;maxlength=9">                  <prompt> test account number  <say-as interpret-as="number_digit">111111111</say-as> 9 digit account number </prompt>        <filled>  <prompt>  <say-as interpret-as="number_digit"> 222222222 </say-as> </prompt> </filled>     </field>     </form> 

you can see have same <say-as> statement in both first prompt, , second prompt. expect first tts readoff works planned, reads each digit 1 one. second 1 not. reads off value whole number.

my guess following -

  1. i need field tag or
  2. i need break forms somehow.

any advice appreciated.

@robert second 1 read same way first one, , second 1 not being taken whole number in voxeo. has platform.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -