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

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
sdstuder
Posts: 16
Joined: Fri Mar 18, 2005 6:38 pm

Problem in sending VXML in session

Post by sdstuder »

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.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR code context needed

Post by support »

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
Last edited by support on Tue Feb 16, 2010 2:05 pm, edited 2 times in total.

sdstuder
Posts: 16
Joined: Fri Mar 18, 2005 6:38 pm

Problem in sending VXML in session

Post by sdstuder »

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.

Post Reply