<?xml version= "1.0"?>

   <vxml version="1.0">

	
	<link next="http://joanne.esense.com.my/test/voicemail.asp">
		<grammar type="application/x-gsl">
		voicemail
		</grammar>
	</link>
	

	<menu>
	 <prompt>Please say or type any one of the following:<enumerate/> or say help for further assistance</prompt>
	 <choice dtmf="1" next="http://192.168.1.100/login.asp">login</choice>
	 <choice dtmf="2" next="#exit">exit</choice>
		
	
	<help> 
              To start this application again say voicemail.
    </help>

	<noinput>I didn't hear anything please say login <enumerate/></noinput>
	<nomatch> I didn't get that, please say or type  voicemail again<enumerate/></nomatch>
		
	<catch event="nomatch noinput" count="4">
			<prompt>You have exceeded the limits allowed for retries. System will now stop the 
application.
</prompt>
			<throw event="telephone.disconnect.hangup"/>
	</catch>
			
	</menu>

