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

How to configure voice xml on a url by post method

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
MattM1
Posts: 2
Joined: Wed Sep 10, 2014 3:33 pm

How to configure voice xml on a url by post method

Post by MattM1 »

Hello support team,

How to implement or configure voice file [.vxml] uploaded in a directory using "File Repository" for inbound call that automizes the order number inputted from customer and fetches answer from a Live URL using POST method?

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

Re: How to configure voice xml on a url by post method

Post by support »

Hi,

It appears that you are asking two questions here.

Regarding your first question on how to configure one of your phone numbers using a .vxml file stored in your file repository, here are the instructions:

1) Log into your hosting account at http://hosting.plumgroup.com.

2) Go to Application->Application Configuration.

3) Click on "Edit" for one of your phone numbers.

4) For Application Source, click on the drop-down menu and select "Repository File".

5) For Repository File, click on the drop-down menu and select the .vxml file that you wish to use.

6) Click on "Save" to save the application configuration for your phone number.

From there, you should be able to dial into your phone number to use .vxml file from your file repository.

Regarding your second question on getting an order number from a user and POSTing it to your application server to be fetched, you can use either the <submit>, <subdialog>, or <data> tag. For more information on how to use these VoiceXML tags, please see our documentation here:

http://www.plumvoice.com/docs/dev/devel ... nding_data
http://www.plumvoice.com/docs/dev/devel ... taexchange
http://www.plumvoice.com/docs/dev/voicexml:tags:submit
http://www.plumvoice.com/docs/dev/voice ... :subdialog
http://www.plumvoice.com/docs/dev/voicexml:tags:data

Regards,
Plum Support

Post Reply