This is topic voice xml in asp.net in forum Portable VoiceXML Apps at VoiceXML Forum Community Message Board.


To visit this topic, use this URL:
http://www.voicexml.org/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic;f=4;t=000010

Posted by Manjit (Member # 3601) on June 05, 2006, 08:42 AM:
 
Hi
Can any body tell me how to integrate voice xml in asp.net application

thanks
 
Posted by sunraj (Member # 3626) on June 13, 2006, 06:39 AM:
 
what i understand is...you want to know...how to integrate vxml into asp.net...so that the output should be in voice format....
 
Posted by sunraj (Member # 3626) on June 13, 2006, 07:01 AM:
 
code:
Pure Voice XML.....
copy the code and save in a new text file with an extension sample.vxml in you new aspx project..
***************
sample.vxml
***************
<?xml version="1.0" encoding="iso-8859-1"?>
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml">
<catch event="connection.disconnect.hangup">
<submit next="logout.aspx"/>
</catch>
<error>
<submit next="error.aspx"/>
</error>
<var name="phoneNumber" />
<form id="tmp_welcome">
<block>
<prompt>
Welcome to voice xml application services
</prompt>
<submit next="login.vxml"/>
</block>
</form>
</vxml>


 




Powered by Infopop Corporation
UBB.classicTM 6.3.1.2