<?xml version= "1.0"?>

   <vxml version="2.0">

	
	<link next="http://joanne.esense.com.my/voiceXML/welcome.asp">
		<grammar type="application/x-gsl">
		VoiceNews
		</grammar>
	</link>
	

	<menu>
	<prompt>Welcome to the Voice News Service</prompt>
	 <prompt>Please say or press any one of the following:<enumerate/> </prompt>
	 <choice dtmf="1" next="http://joanne.esense.com.my/voiceXML/headline.asp">Headline</choice>
 	<choice dtmf="1" next="http://joanne.esense.com.my/voiceXML/Published.asp">Published</choice>
	 <choice dtmf="3" next="#exit">exit</choice>
		
	
	<help> 
              To start this application again say VoiceNews.
    </help>

	<noinput>I didn't hear anything, please say login <enumerate/></noinput>
	<nomatch> I didn't get that, please say or press 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>


	
	<form id="exit">
		<block>
		<prompt>
			Thanks for visiting the voice news service
			</prompt>
</block>

	</form>

 </vxml> 
