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

Just getting started and could use some help

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
jtmerch
Posts: 27
Joined: Thu Jul 27, 2006 3:05 pm

Just getting started and could use some help

Post by jtmerch »

Hello, I'm trying to run a sample where a user calls my demo number and the system prompts them saying "Welcome to my system, press 1 for option 1, or 2 for option 2". I'm simply trying to grasp how something like this works and how to upload such a script. Where can I find out about uploading the XML script that I develop?

jtmerch
Posts: 27
Joined: Thu Jul 27, 2006 3:05 pm

Post by jtmerch »

I played around the with scratchpad and was able to make it work. so no need to reply yet. I'll ask more questions as they are needed. Thanks!

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

No need to upload IVR script to Plum servers

Post by support »

Hello,

Just to be clear you should not need to upload your script to the plum IVR servers. The interaction is normally from our VoiceXML browser to your IVR application server (web server). You should be setting up an IVR server and providing a url for your initial VoiceXML script to our IVR hosting system.

Using the scratchpad is a good way to get started learning VoiceXML. However, you end up missing the benefits of interacting with an application server/database using standard HTTP POST and GET. You should treat our voice browser like any other client requesting pages from your application server. The only difference is that our IVR systems are expecting a response containing VoiceXML instead of HTML.

Regards,
Plum Support

Post Reply