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

uploading a wave file to audio repository

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
ganga
Posts: 15
Joined: Tue Nov 01, 2005 1:58 pm

uploading a wave file to audio repository

Post by ganga »

what i need to do to upload a file to audio repository from my java program?. is it required to send the file as POST data or is there any other way to do this?.

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

IVR audio repositiry manuel- upload recorded audio from VXML

Post by support »

Hello,

The audio repository is meant to provide a means for you to upload audio files that are being recorded by the plum IVR system, not to upload files from a remote IVR system. Any audio files you expect to play should be hosted IVR on your web server along with your VoiceXML scripts. When the IVR call is connected your VoiceXML script will be fetched along with any audio files that need to be played.

The IVR audio repository manual has examples of how you can upload recorded audio from our VoiceXML systems via the <subdialog> tag.

Regards,
Plum Support.

Post Reply