Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Voicetools » Getting almost same vxml file for three different application
Getting almost same vxml file for three different application [message #577895] Fri, 28 November 2008 06:42
Soumyadipta is currently offline SoumyadiptaFriend
Messages: 14
Registered: July 2009
Junior Member
Hi,

I have created three different voice application and deployed them into
tomcat server and test,test1,test folders are created automatically.

Now when i am accessing these three application from browser i got vxml
file like this

<vxml version="2.0">
<form id="InitialForm" scope="document">
<var name="ANI" expr=""/>
<var name="DNIS" expr=""/>
<block name="InitialBlock">
<assign name="ANI" expr="session.connection.remote.uri"/>
<assign name="DNIS" expr="session.connection.local.uri"/>
<submit
next=" /test/-/next?cbb0fc79382a4f039e6f8eb5fef8b1cd=success.filled "
method="get" namelist="ANI DNIS"/>
</block>
</form>
</vxml>

The only difference in the three files are "next="/test/" where /test/
changes to /test1/ and /test2/. Other lines remains same for all the files.

Regards,
Soumyadipta De
Previous Topic:How vxml file is generated from war file?
Next Topic:Web Services Problem
Goto Forum:
  


Current Time: Fri Mar 29 04:33:17 GMT 2024

Powered by FUDForum. Page generated in 0.04011 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top