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.
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Problem in sending VXML in session
IVR code context needed
Hi,
Could you provide us with more IVR code context as to what you're trying to do? This would help us in better understanding this IVR issue.
Regards,
Plum Support
Could you provide us with more IVR code context as to what you're trying to do? This would help us in better understanding this IVR issue.
Regards,
Plum Support
Last edited by support on Tue Feb 16, 2010 2:05 pm, edited 2 times in total.
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com
Problem in sending VXML in session
Hi,
I solved this problem. Actually, problem was, my aspx page corresponding to aspx.cs had <form> tag with runat="server" due to which Reponse.Write() was not writing to Plum instead it was writing to server where my website is deployed.
Thanking you.
I solved this problem. Actually, problem was, my aspx page corresponding to aspx.cs had <form> tag with runat="server" due to which Reponse.Write() was not writing to Plum instead it was writing to server where my website is deployed.
Thanking you.