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 34 matches

by adriannaude
Mon Dec 05, 2005 1:02 pm
Forum: Plum DEV Q&A
Topic: Record tag behaviour issue
Replies: 1
Views: 4627

Record tag behaviour issue

Hi there, I'm having fun and games with the <record> tag. The vxml I am using looks like this: <form id="doRecord_Record"> <record name="freddie" beep="true" type="audio/basic" dtmfterm="true" maxtime="120" finalsilence="3s"> <catch event="nomatch noinput error"> <assign expr="'STATUS_FAILED'" name=...
by adriannaude
Mon Dec 05, 2005 11:17 am
Forum: Plum DEV Q&A
Topic: Experiencing Latency with audio playing
Replies: 4
Views: 7645

If you set the fetchhint attribute of the audio tag to prefetch then the audio files are loaded when the vxml is loaded rather than when the audio tag is executed. That might help....

Adrian
by adriannaude
Tue Nov 22, 2005 5:07 pm
Forum: Plum DEV Q&A
Topic: Subdialog parameters
Replies: 2
Views: 5566

Thanks for the reply. I checked this out and found that the Plum platform is setting the encoding type to "multipart/form-data" whenever I include a variable that contains a recording. This overrides the parameter enctype. My issue therefore lies in my Java code because processing mutipart forms is ...
by adriannaude
Wed Nov 16, 2005 3:04 pm
Forum: Plum DEV Q&A
Topic: Subdialog parameters
Replies: 2
Views: 5566

Subdialog parameters

I am invoking a Java servlet using the <subdialog> tag but the parameters I specify don't appear in the program. I have tried two forms; <subdialog fetchhint="safe" method="post" name="doSaveRecording" namelist="varRecord_Value varRecord_Name Message_recipient_id" src="**servlet**storeRecording" /> ...