Lag between two options
Posted: Fri Apr 20, 2012 10:27 am
Hi there,
In VXML below, there is big lag between two stages :
First stage is Entering 16 Digits Card number
Second Stage is entering Date of birth in ddMMyyyy format
I do not know why there is lag between these two stages,
<?xml version="1.0" ?>
- <vxml version="2.0" application="rootvxml.aspx">
- <link event="star">
<grammar type="application/x-jsgf" mode="dtmf">"*"</grammar>
</link>
- <catch event="star">
<goto next="TransfertoCC.aspx" />
</catch>
- <form id="Login">
- <field name="PAN" type="digits?length=16">
<prompt timeout="4s">Please enter your 16 digit card Number, or press Star for lost and Stolen. or If you are calling to purchase a card then please press Hash</prompt>
- <noinput>
I did not get all the digits
<reprompt />
</noinput>
- <nomatch>
Enter the 16 digits of your card
<reprompt />
</nomatch>
</field>
- <field name="DOB" type="digits?minlength=8;maxlength=8">
<prompt>Please enter your date of birth, as Day, Day, Month, Month, Year, Year, Year, Year. For example, the 30th of may 1970 would be, 3 0 , 0 5 , 1 9 7 0</prompt>
- <filled>
<prompt>Checking your details. Please wait.</prompt>
<submit next="login.aspx" namelist="PAN DOB" />
</filled>
- <noinput>
I did not get the date
<reprompt />
</noinput>
- <nomatch>
The date was not in the correct format
<reprompt />
</nomatch>
</field>
</form>
</vxml>
thanks,
Rahul
In VXML below, there is big lag between two stages :
First stage is Entering 16 Digits Card number
Second Stage is entering Date of birth in ddMMyyyy format
I do not know why there is lag between these two stages,
<?xml version="1.0" ?>
- <vxml version="2.0" application="rootvxml.aspx">
- <link event="star">
<grammar type="application/x-jsgf" mode="dtmf">"*"</grammar>
</link>
- <catch event="star">
<goto next="TransfertoCC.aspx" />
</catch>
- <form id="Login">
- <field name="PAN" type="digits?length=16">
<prompt timeout="4s">Please enter your 16 digit card Number, or press Star for lost and Stolen. or If you are calling to purchase a card then please press Hash</prompt>
- <noinput>
I did not get all the digits
<reprompt />
</noinput>
- <nomatch>
Enter the 16 digits of your card
<reprompt />
</nomatch>
</field>
- <field name="DOB" type="digits?minlength=8;maxlength=8">
<prompt>Please enter your date of birth, as Day, Day, Month, Month, Year, Year, Year, Year. For example, the 30th of may 1970 would be, 3 0 , 0 5 , 1 9 7 0</prompt>
- <filled>
<prompt>Checking your details. Please wait.</prompt>
<submit next="login.aspx" namelist="PAN DOB" />
</filled>
- <noinput>
I did not get the date
<reprompt />
</noinput>
- <nomatch>
The date was not in the correct format
<reprompt />
</nomatch>
</field>
</form>
</vxml>
thanks,
Rahul