We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

response from php

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
brent.russell
Posts: 50
Joined: Wed Oct 04, 2006 1:34 pm
Location: SOCAL
Contact:

response from php

Post by brent.russell »

when I call a php script, it will respond with something like failed or success.

I am calling this php script with a <submit>. I can make the php script respond with just plain text or with vxml. does anyone have an example of a vxml file that shows a submit to a php script and then the vxml script saying the response? I have the php side... I just need to know how to deal with the response on the vxml side.

brent.russell
Posts: 50
Joined: Wed Oct 04, 2006 1:34 pm
Location: SOCAL
Contact:

Post by brent.russell »

I figured it out. The php needs to echo back vxml. When it does it needs to be complete with the open and end <vxml> tags. If you are not finished with your vxml program you can add in a <goto next="anotherFile.vxml"/>

Post Reply