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

by support
Sat Sep 13, 2003 12:05 pm
Forum: Plum DEV Q&A
Topic: Am I able to use the <catch> tag to catch error.semant
Replies: 6
Views: 12492

IVR issue with curl functions

Unfortunately, I have not been able to get curl to output any error messages. However, there is a facility in php for supressing error messages. You can place any offending IVR code inside a <block> as follows: $name = "/some/nonexistant/file"; ob_start(); // creates a catchall buffer $fd = fopen($n...
by support
Tue Sep 09, 2003 2:13 pm
Forum: Plum DEV Q&A
Topic: Is it possible to implement a fast forward or rewind capabil
Replies: 3
Views: 8441

Skipping forward and back in audio on IVR system

There is no built in facility in VoiceXML for accomplishing this for recorded audio. There is a way that you can achieve this by implementing this at the IVR server side instead. Generally, you'll need to: 1. create an IVR script that can take two arguments - the file to be played and the time offse...
by support
Tue Sep 09, 2003 2:09 pm
Forum: Plum DEV Q&A
Topic: Need some hints/pointers on how to implement the ability to
Replies: 1
Views: 5653

append audio files within IVR system

You'll need to do this in post processing on the IVR server. Fortunately, with headerless 8 bit u-law pcm files, appending is as simple as concatenating files. Then the concatenated audio file can be played back to the user as a single file. Before you get back to your IVR application server, you ca...
by support
Tue Sep 09, 2003 2:06 pm
Forum: Plum DEV Q&A
Topic: Can Macromedia Flash be used with voiceXML?
Replies: 5
Views: 11699

ASP directly return VXML on IVR platform

The simplest structure is for the ASP to directly return VXML on the IVR platform.
by support
Tue Sep 09, 2003 12:50 pm
Forum: Plum DEV Q&A
Topic: How can I return an array object?
Replies: 2
Views: 6958

IVR example of an array returned from a subdialog

Here's an IVR example of an array returned from a <subdialog> : <?xml version="1.0" encoding="UTF-8"?> <vxml version="2.0"> <form id="caller"> <block> <prompt>Going to jump.</prompt> </block> <subdialog name="subd" src="#callee"> <param name="myid" expr="'caller form'"/> </subdialog> <block> <prompt...
by support
Tue Sep 09, 2003 10:31 am
Forum: Plum DEV Q&A
Topic: Bad Fetch Error when submitting a recorded file...
Replies: 2
Views: 8454

IVR Bad Fetch Error on Submit of recording file

When submitting, the document being submitted to must return a valid voice XML document. Assume the following <submit> statement is used: <submit next="http://www.myhost.com/upload.php" method="post" namelist="final_recording"/> This would be an invalid page for upload.php: <?php foreach ($_FILES as...
by support
Mon Sep 08, 2003 3:32 pm
Forum: Plum DEV Q&A
Topic: Am I able to use the <catch> tag to catch error.semant
Replies: 6
Views: 12492

use the <catch> tag to catch error.semant in IVR syste

The two most common reasons an error.semantic is thrown are: 1. The VXML document is malformed. 2. Invalid ECMAScript is executed. The first case cannot be caught. Since VXML is based on XML it is unable to do analysis of the IVR code if it is malformed, and so cannot react to IVR errors in the VXML...
by support
Tue Sep 02, 2003 11:27 am
Forum: Plum DEV FAQs
Topic: How do I use the <param> tag?
Replies: 0
Views: 17811

using <param> to pass a value to a subdialog

When using <param> to pass a value to a subdialog, you must redeclare the variable name in the subdialog script you are using. Example: Calling Page: <?xml version="1.0"?> <vxml version="2.0"> <var name="local_parm1" expr="'A B C D'"/> <var name="local_parm2" expr="'1 2 3 4'"/> <form> <subdialog src...
by support
Tue Sep 02, 2003 11:25 am
Forum: Plum DEV FAQs
Topic: How do I use the <subdialog> tag?
Replies: 1
Views: 18613

example using <parameter> to to pass data to a subdial

When using <param> to pass a value to a subdialog, you must redeclare the variable name in the subdialog script you are using. Example: Calling Page: <?xml version="1.0"?> <vxml version="2.0"> <var name="local_parm1" expr="'A B C D'"/> <var name="local_parm2" expr="'1 2 3 4'"/> <form> <subdialog src...
by support
Fri Aug 29, 2003 4:40 pm
Forum: Plum DEV Q&A
Topic: How do I call a <subdialog> tag in VXML, and how do I
Replies: 5
Views: 16638

IVR example for subdialog code

When using <param> to pass a value to a <subdialog> , you must redeclare the variable name in the subdialog IVR script you are using. IVR example: Calling Page: <?xml version="1.0"?> <vxml version="2.0"> <var name="local_parm1" expr="'A B C D'"/> <var name="local_parm2" expr="'1 2 3 4'"/> <form> <su...
by support
Thu Aug 28, 2003 12:42 pm
Forum: Plum DEV Q&A
Topic: How do I change the input timeout for a given field, or for
Replies: 3
Views: 8256

timeout parameters using IVR platform

There are several different timeout parameters that can be set as attributes of the PROMPT tag or as property values. For voice input or DTMF input, the <prompt> tag attribute timeout determines the time until a NOINPUT event is thrown. The following are IVR properties that can be set at a field, fo...
by support
Thu Aug 28, 2003 12:23 pm
Forum: Plum DEV Q&A
Topic: Can Macromedia Flash be used with voiceXML?
Replies: 5
Views: 11699

Flash Communication Server Support with IVR platfrom

If by "flash support" you mean using the Flash Communication Server as an IVR application server in conjunction with ECMAScript and VoiceXML, then, yes, the Plum Voice Platform can work with any IVR application server. It may be that you will need to modify your server side IVR code to return result...
by support
Thu Aug 28, 2003 11:38 am
Forum: Plum DEV Q&A
Topic: How do I call a <subdialog> tag in VXML, and how do I
Replies: 5
Views: 16638

IVR "error.sematic" usually refers to a parse erro

The IVR error "error.sematic" usually refers to a parse error in the document. Have you tried to use the validator for the page you are trying to go to? Or better yet, just try pointing the vxml platform to that page directly. I suspect that the vxml being generated by the "../global/log_call.vxml" ...
by support
Mon Aug 25, 2003 12:22 pm
Forum: Plum DEV Q&A
Topic: Can Macromedia Flash be used with voiceXML?
Replies: 5
Views: 11699

Re: flash support for IVR platform use

It is unclear what you mean by using flash with voice XML; please give a specific IVR example of something you are trying to accomplish given the 2 technologies. Here are some other bits of information you may find relevant to your question: Macromedia Flash is a visual interface; It is primarily us...
by support
Fri Aug 15, 2003 8:13 pm
Forum: Plum DEV Q&A
Topic: 2 Recording Questions
Replies: 1
Views: 6126

Re two IVR questions related to using the recording element

- Is it possible to adjust the quality of the audio file being recorded? Currently, the IVR system does not provide a built-in method for adjusting the quality of the audio as it is rendered to the caller. The upcoming IVR platform release will support multiple encoding types for the <record> tag (...