Problem in sending VXML in session
Posted: Tue May 05, 2009 12:58 am
Hi all,
I have configured one vxml on plum corresponding to number. When i call this number, corressponding vxml gets executed, it takes me to the web page(aspx) of my website that i have specified in vxml. This way, session starts with my website, now the web page called further sends backs one more VXML contained in one string template, i try to send it back in session through :
Response.Write(strVXMLTemplate); // this string contains vxml
Response.Flush();
From my side, it is sent, but it is not reaching upto Plum.
Please guide me why new vxml template is not reaching to plum in session created.
Thanking you.
I have configured one vxml on plum corresponding to number. When i call this number, corressponding vxml gets executed, it takes me to the web page(aspx) of my website that i have specified in vxml. This way, session starts with my website, now the web page called further sends backs one more VXML contained in one string template, i try to send it back in session through :
Response.Write(strVXMLTemplate); // this string contains vxml
Response.Flush();
From my side, it is sent, but it is not reaching upto Plum.
Please guide me why new vxml template is not reaching to plum in session created.
Thanking you.