Not able to test the VXML on the PLUM server
Posted: Wed Nov 29, 2006 11:59 am
Hello,
It has been really a very tiring experience working on Plum IVR environment becuase sometime a VXML runs fine & then sometimes it doesn't work.
I m really confused with this behaviour. So please tell me whats wrong with this VXML so that we can get it working on the PLUM environment.
Please help as it has really become frustrating becuase the VXML should either work or it shouldn't work.
Please find below the VXML:
<?xml version="1.0"?><vxml version="2.1"><catch event="noinput"><prompt><voice name="crystal"><break size="medium" />I am sorry I didn't hear you</voice></prompt><reprompt /></catch><catch event="noinput" count="3"><prompt><voice name="crystal"><break size="medium" />Unable to Verify your Identity. Goodbye</voice></prompt><disconnect /></catch><catch event="nomatch"><prompt><voice name="crystal"><break size="medium" />I did not understand your entry</voice></prompt><reprompt /></catch><catch event="nomatch" count="3"><prompt><voice name="crystal"><break size="medium" />I did not understand your entry. Goodbye</voice></prompt><disconnect /></catch><catch event="connection.disconnect.hangup"><submit namelist="session.id" next="http://66.109.47.37/Captira.ADI.UI/errorpage.aspx" method="post" /></catch><catch event="error.semantic"><prompt><voice name="crystal"><break size="medium" />We cannot complete your request. Please contact your bonding company directly or try again later.</voice></prompt><exit /></catch><catch event="error.badfetch"><submit namelist="session.id" next="http://66.109.47.37/Captira.ADI.UI/errorpage.aspx" method="post" /></catch><form id="welcomeform"><block><prompt><voice name="crystal"><break size="medium" />Welcome to the Inquestar Development Account</voice></prompt><goto next="#prompt_ssn_number" /></block></form><var name="ssn_number" /><var name="dobset" /><var name="submitcount" expr="1" /><var name="namelistdob" /><form id="prompt_ssn_number"><field name="MyField" type="digits?length=9"><prompt><voice name="crystal"><break size="medium" />Please key in your social security number now</voice></prompt><filled><assign name="document.ssn_number" expr="MyField" /><goto next="#confirm_ssn_number" /></filled></field></form><form id="confirm_ssn_number"><block><prompt><voice name="crystal"><break size="medium" />The Number you entered is<break size="medium" /><say-as type="acronym"><value expr="ssn_number" /></say-as></voice></prompt></block><field name="ssn" type="digits?length=1"><prompt><voice name="crystal"><break size="medium" />Press or Say 1 if this is correct?<break size="medium" />Press or Say 2 to Re enter</voice></prompt></field><filled><if cond="ssn=='1'"><goto next="#prompt_dob" /><elseif cond="ssn=='2'" /><goto next="#prompt_ssn_number" /></if></filled></form><form id="prompt_dob"><field name="dob" type="date"><prompt><voice name="crystal"><break size="medium" />Please Enter your four digit year of birth followed by your two digit month of birth followed by your two digit day of birth</voice></prompt><filled><assign name="document.dobset" expr="dob.substr(4,2) + '/' + dob.substr(6,2) + '/' + dob.substr(0,4)" /><assign name="namelistdob" expr="dob" /><goto next="#confirm_dob" /></filled></field></form><form id="confirm_dob"><block><prompt><voice name="crystal"><break size="medium" />The Date of Birth you entered is <break size="medium" /><say-as type="date"><value expr="dobset" /></say-as></voice></prompt></block><field name="dobcheck" type="digits?length=1"><prompt><voice name="crystal"><break size="medium" />Press or Say 1 if this is Correct?<break size="medium" />Press or Say 2 to Re Enter</voice></prompt><filled><if cond="dobcheck=='1'"><submit namelist="ssn_number namelistdob submitcount session.id" next="http://66.109.47.37/Captira.ADI.UI/Auth ... nPage.aspx" method="post" /><elseif cond="dobcheck=='2'" /><goto next="#prompt_dob" /></if></filled></field></form></vxml>
Thanks,
Awaneesh
It has been really a very tiring experience working on Plum IVR environment becuase sometime a VXML runs fine & then sometimes it doesn't work.
I m really confused with this behaviour. So please tell me whats wrong with this VXML so that we can get it working on the PLUM environment.
Please help as it has really become frustrating becuase the VXML should either work or it shouldn't work.
Please find below the VXML:
<?xml version="1.0"?><vxml version="2.1"><catch event="noinput"><prompt><voice name="crystal"><break size="medium" />I am sorry I didn't hear you</voice></prompt><reprompt /></catch><catch event="noinput" count="3"><prompt><voice name="crystal"><break size="medium" />Unable to Verify your Identity. Goodbye</voice></prompt><disconnect /></catch><catch event="nomatch"><prompt><voice name="crystal"><break size="medium" />I did not understand your entry</voice></prompt><reprompt /></catch><catch event="nomatch" count="3"><prompt><voice name="crystal"><break size="medium" />I did not understand your entry. Goodbye</voice></prompt><disconnect /></catch><catch event="connection.disconnect.hangup"><submit namelist="session.id" next="http://66.109.47.37/Captira.ADI.UI/errorpage.aspx" method="post" /></catch><catch event="error.semantic"><prompt><voice name="crystal"><break size="medium" />We cannot complete your request. Please contact your bonding company directly or try again later.</voice></prompt><exit /></catch><catch event="error.badfetch"><submit namelist="session.id" next="http://66.109.47.37/Captira.ADI.UI/errorpage.aspx" method="post" /></catch><form id="welcomeform"><block><prompt><voice name="crystal"><break size="medium" />Welcome to the Inquestar Development Account</voice></prompt><goto next="#prompt_ssn_number" /></block></form><var name="ssn_number" /><var name="dobset" /><var name="submitcount" expr="1" /><var name="namelistdob" /><form id="prompt_ssn_number"><field name="MyField" type="digits?length=9"><prompt><voice name="crystal"><break size="medium" />Please key in your social security number now</voice></prompt><filled><assign name="document.ssn_number" expr="MyField" /><goto next="#confirm_ssn_number" /></filled></field></form><form id="confirm_ssn_number"><block><prompt><voice name="crystal"><break size="medium" />The Number you entered is<break size="medium" /><say-as type="acronym"><value expr="ssn_number" /></say-as></voice></prompt></block><field name="ssn" type="digits?length=1"><prompt><voice name="crystal"><break size="medium" />Press or Say 1 if this is correct?<break size="medium" />Press or Say 2 to Re enter</voice></prompt></field><filled><if cond="ssn=='1'"><goto next="#prompt_dob" /><elseif cond="ssn=='2'" /><goto next="#prompt_ssn_number" /></if></filled></form><form id="prompt_dob"><field name="dob" type="date"><prompt><voice name="crystal"><break size="medium" />Please Enter your four digit year of birth followed by your two digit month of birth followed by your two digit day of birth</voice></prompt><filled><assign name="document.dobset" expr="dob.substr(4,2) + '/' + dob.substr(6,2) + '/' + dob.substr(0,4)" /><assign name="namelistdob" expr="dob" /><goto next="#confirm_dob" /></filled></field></form><form id="confirm_dob"><block><prompt><voice name="crystal"><break size="medium" />The Date of Birth you entered is <break size="medium" /><say-as type="date"><value expr="dobset" /></say-as></voice></prompt></block><field name="dobcheck" type="digits?length=1"><prompt><voice name="crystal"><break size="medium" />Press or Say 1 if this is Correct?<break size="medium" />Press or Say 2 to Re Enter</voice></prompt><filled><if cond="dobcheck=='1'"><submit namelist="ssn_number namelistdob submitcount session.id" next="http://66.109.47.37/Captira.ADI.UI/Auth ... nPage.aspx" method="post" /><elseif cond="dobcheck=='2'" /><goto next="#prompt_dob" /></if></filled></field></form></vxml>
Thanks,
Awaneesh