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 admin
Mon Aug 04, 2003 2:12 pm
Forum: Plum DEV Q&A
Topic: How can I generate dynamic menus and other voiceXML construc
Replies: 7
Views: 15381

Dynamic menus in IVR appplications

Yes, you can generate menu options for each field dynamically. This is usually accomplished by using some form of middleware (for the plum voice platform, many IVR developers choose php) to gather data and generate the voiceXML for the menus. Below is a simple php script that will print one of two p...
by admin
Mon Aug 04, 2003 1:45 pm
Forum: Plum DEV Q&A
Topic: Why does my vxml application throw an error when I don't spe
Replies: 2
Views: 6081

Re: <audio> tag bur within IVR platform

No, it is not a requirement that the <audio> tag have TTS (text-to-speech) However, as of August 4th, 2003, the Plum voice platform has a bug in it, causing a semantic error to be thrown if there is no tts content and the audio can not be played. The workaround for this is to specify some tts text (...
by admin
Thu Jul 31, 2003 11:54 am
Forum: Release News
Topic: Plum Voice Platform 2.4.1 Now Available!
Replies: 0
Views: 22952

Plum Voice Platform 2.4.1 Now Available!

The platform development team has released the newest software revision, version 2.4.1 which provides a variety of enhancements, along with several bug fixes: * Choice of two "fall-through" pages for incoming calls that do not match any assigned DNISes. * Modal attribute implemented for the <record>...
by admin
Thu Jul 31, 2003 11:36 am
Forum: Plum DEV Q&A
Topic: Is it possible to redirect someone to a <field> using
Replies: 1
Views: 6239

IVR example of GoTo tag...

You can use the <goto> tag to jump to fields within a form by using the "nextitem" attribute rather than the "next" attribute. Use the name of the field as the value of the nextitem attribute. Note that you may also need to use the IVR tags clear or reprompt to alter the order of fields chosen by th...