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

Search found 23 matches

by marcr
Fri Nov 16, 2007 6:38 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

please can you check this file

this file seems to be correctly formatted please can you check as it does not play: <?xml version="1.0"?> <vxml version="2.0"> <property name="inputmodes" value="dtmf"/> <form> <block> <prompt>Hi there and welcome to Orange Unlimited. Make yourself comfortable and we'll begin. <audio stream="http://...
by marcr
Thu Nov 15, 2007 10:24 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

contradictions in your support

sorry but there seems to be a lot of issues with the support i have received from you. 1. earlier in this post you told me to use the stream attribute which did work and then for some reason it stopped working (for the same files) then later you tell me to use the src attribute not stream? 2. you ha...
by marcr
Wed Nov 14, 2007 5:51 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

my full code

re: the earlier above here is my full code just so its clear to you what isnt working: <?xml version="1.0"?> <vxml version="2.0"> <property name="inputmodes" value="dtmf"/> <form> <block> <prompt>Hi there and welcome to ...</prompt> <goto next="#mainmenu"/> </block> </form> <menu id="mainmenu"> <pro...
by marcr
Wed Nov 14, 2007 5:43 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

why wont this audio file play?

im using code that you told me to use in an earlier post but it no longer works for my account:

<audio stream="http://www.travelculture.com.au/unlimit ... _03-04.wav"/>
by marcr
Tue Nov 13, 2007 11:40 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

my code

#heres my code note the filenames arent real <?xml version="1.0"?> <vxml version="2.0"> <property name="inputmodes" value="dtmf"/> <form> <block> <prompt>Hi there and welcome to ...</prompt> <goto next="#mainmenu"/> </block> </form> <menu id="mainmenu"> <prompt>If you'd like to hear...</prompt> <cho...
by marcr
Tue Oct 30, 2007 6:42 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

recent upgrade of account and now streaming doesnt work

hi we recently upgraded to the full account but now the streaming that was previously working no longer is, is there any reason for this?
by marcr
Mon Oct 08, 2007 11:53 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

problem with the plum voice system

#here is my code the problem is with the system detecting inputs when none are made, at every stage of the system. <?xml version="1.0"?> <vxml version="2.0"> <form> <block> <prompt>Welcome to Unlimited</prompt> <goto next="#mainmenu"/> </block> </form> <menu id="mainmenu"> <prompt>for tom sawyer pre...
by marcr
Mon Oct 08, 2007 4:24 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

error when playing my recording

everytime i run my script at some point during the series of menus, of which there are 3 or 4, the voice, pauses and says "sorry i didnt understand you?" even though i have not pressed any buttons? is it listening to sounds in the background and interpreting them as requests. if so is it possible to...
by marcr
Fri Oct 05, 2007 11:33 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

getting some text to be read out before the audio

i think i have solved the issue by putting the audio inside a menu tag. but how can i get a bit of text to be read out before the audio is played, this example inside of prompt doesnt work: <?xml version="1.0"?> <vxml version="2.0"> <form> <block> <prompt> Welcome to Plum Voice. </prompt> <goto next...
by marcr
Fri Oct 05, 2007 11:21 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

how to return to previous menu from audio file being played

going back to the initial question, how than can i get an audio file to be aborted and the user returned to the previous menu? (a choice tag doesnt work and those attributes of choice cannot be used for audio, block or form.
by marcr
Fri Oct 05, 2007 10:54 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

my code

hi heres my code: <?xml version="1.0"?> <vxml version="2.0"> <form> <block> <prompt> Welcome to Plum Voice. </prompt> <goto next="#mainmenu"/> </block> </form> <menu id="mainmenu"> <prompt> For tom sawyer press 1. For tech support, press 2. For company directory, press 3. </prompt> <choice dtmf="1" ...
by marcr
Fri Oct 05, 2007 10:27 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

bug with element 'choice'

hi i added the line of code suggested above but it gave me this validation error and does not work: Validation Results: Error at line 45, char 13 Message: Element 'choice' is not valid for content model: '(#PCDATA|audio|enumerate|value|assign|clear|data|disconnect|exit|foreach|goto|if|log|prompt|rep...
by marcr
Fri Oct 05, 2007 9:00 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

adding the option to return to main menu listening to audio

Hi here is my code, when listening to one of the audio files at the bottom, i would like users to be able to hit # and be returned to the previous menu. Marc <?xml version="1.0"?> <vxml version="2.0"> <form> <block> <prompt> Welcome to Plum Voice. </prompt> <goto next="#mainmenu"/> </block> </form> ...
by marcr
Fri Oct 05, 2007 5:07 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

returning to previous menu whilst listening to an audio file

how do i give users the ability to return to a previous menu when listening to an audio file?
by marcr
Thu Oct 04, 2007 6:32 am
Forum: Plum DEV Q&A
Topic: uploading large files
Replies: 43
Views: 78254

wav file does not play?

what is wrong with this file?

http://audio.plumgroup.com/root/43320050/43320050_2.wav


i have had an audio expert assure me that it is correctly formatted but it will not play from my scratchpad, why is that?

marc