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

by always24x7
Thu Mar 01, 2007 3:19 pm
Forum: Plum DEV Q&A
Topic: Selecting & Changing the TTS engine at document level
Replies: 8
Views: 18922

I did not see an answer to my post of February 15, 2007 "I know how to set it up, but it is not working on all of our lines. Apparently a couple of the 800 lines that we have were transfered from another source. Can you enable that capability on those lines? If so, how do I get that done?" I'm not s...
by always24x7
Thu Feb 15, 2007 10:42 am
Forum: Plum DEV Q&A
Topic: Selecting & Changing the TTS engine at document level
Replies: 8
Views: 18922

One more thing

Is there a way to use a variable for the name of the voice?

I would like to set a global variable, then use it wherever that voice is needed if I can't get the global property working.

There are so many prompts that it is a pain to have to fix them all more than once.

Thanks
by always24x7
Thu Feb 15, 2007 10:40 am
Forum: Plum DEV Q&A
Topic: Selecting & Changing the TTS engine at document level
Replies: 8
Views: 18922

What about 800 lines transfered from somewhere else?

I know how to set it up, but it is not working on all of our lines.

Apparently a couple of the 800 lines that we have were transfered from another source.

Can you enable that capability on those lines?

If so, how do I get that done?

Thanks
by always24x7
Tue Feb 13, 2007 7:38 pm
Forum: Plum DEV Q&A
Topic: Selecting & Changing the TTS engine at document level
Replies: 8
Views: 18922

Global VoiceName property

It has been about a year since this was asked... Is there a schedule for when this will be done? I have a production 800 number that was not originally issued by PLUM and the script has a lot of prompts. Fixing it would be painfull and not practical if the voice needed to be changed in the future. T...
by always24x7
Thu Nov 30, 2006 11:13 am
Forum: Plum DEV Q&A
Topic: Overly sensitive Voice Recognition
Replies: 1
Views: 5828

Overly sensitive Voice Recognition

You have probably covered this several times, but in searching through the forums I have only seen it for systems installed at a client site. We are hosted on your servers, and we are having a terrible time with the voice recognition on our application. It is not the really the recognition part, but...
by always24x7
Tue Aug 15, 2006 1:24 pm
Forum: Plum DEV Q&A
Topic: Page Cache Problems
Replies: 2
Views: 7225

I have fixed this problem by using a PHP or other CGI program to pitch the vxml.

The PHP is always considered stale.

Also, another trick is to temporarily rename the script, then rename it back after it is been called by the new name.
by always24x7
Tue Aug 15, 2006 1:11 pm
Forum: Plum DEV Q&A
Topic: Can bargein on prompt be limited to DTMF
Replies: 1
Views: 5808

Can bargein on prompt be limited to DTMF

In your documentation for the <prompt> tag, you show the bargeintype attribute as unsupported. Is this still true?

Is there another way to limit the bargein on a prompt to only something that is a know response?

Ideally I would like to limit the bargein to DTMF only if possible.
by always24x7
Thu Jul 13, 2006 7:21 pm
Forum: Plum DEV Q&A
Topic: alternate script if script server down
Replies: 1
Views: 5903

alternate script if script server down

This may have been covered in the past, but I didn't see it.

Is there any way to set the IVR server so that if it cannot retrieve the main script for a DNIS, it goes to another one?

ie:

http://main.somedomain.com/ivr/script.vxml

fails, so go to

http://backup.anotherdomain.com/ivr/script.vxml
by always24x7
Thu Jun 08, 2006 3:12 pm
Forum: Plum DEV Q&A
Topic: problem with long number input in <field>
Replies: 1
Views: 5959

problem with long number input in <field>

I am trying to accept a credit card number into a <field> tag in the following code snipit: ========================================= <field name="cardNumber" type="digits?length=19" modal="true"> <prompt> Please enter your nineteen digit Fuel Links card number. </prompt> <filled> <prompt> You enter...
by always24x7
Thu Jun 08, 2006 2:51 pm
Forum: Plum DEV Q&A
Topic: limit on size of xml data for <data> tag?
Replies: 3
Views: 8981

Actually, I was not asking about the number of Items in a form, but the number of repeated data items in an xml tag returned to a callout to a url by the <data> tag. (see my previous post) What I am doing, is looping through 5 items at a time and playing them to the user. I was trying to avoid the t...
by always24x7
Wed Jun 07, 2006 9:02 pm
Forum: Plum DEV Q&A
Topic: limit on size of xml data for <data> tag?
Replies: 3
Views: 8981

limit on size of xml data for <data> tag?

Is there a hard limit on the number of characters that can be returned to a <data> tag? We have a large dataset being returned and it looks like it breaks at a little over 35,000 characters. If not, is there a limit on the number of repeated items in a list? ie: <data> <item> </item> <item> </item> ...
by always24x7
Tue Jun 06, 2006 4:05 pm
Forum: Plum DEV Q&A
Topic: how do you put a '*' as a valid input for a grammar?
Replies: 1
Views: 6136

how do you put a '*' as a valid input for a grammar?

I have a grammar that I would like to use:

<grammar type="application/x-jsgf">1|2|3|9|*|balance|lost|register|repeat|men
u</grammar>

The vxml interpreter barfs on the '*'.

I have tried *, but it did not work either. Is there a way to represent an '*' that will not cause the interpreter to barf?
by always24x7
Tue Jun 06, 2006 1:20 pm
Forum: Plum DEV Q&A
Topic: javascript caching issue
Replies: 4
Views: 11048

This problem has been worked around. I built a small html page to use the functions in my included util.js and could not access it there either. After a bunch of trial and error I determined a couple of things: One ==== <script src="http://www.somedomain.com/ivr/util.js" maxage="0"/> Does not work r...
by always24x7
Mon Jun 05, 2006 4:28 pm
Forum: Plum DEV Q&A
Topic: javascript caching issue
Replies: 4
Views: 11048

I put the maxage="0" in one of my scripts, using the exact syntax below. It does not appear to work.

I put new functions in the javascript, but the vxml keeps saying they don't exist.

Is there any way to force it out of cache?
by always24x7
Thu Jun 01, 2006 7:02 pm
Forum: Plum DEV Q&A
Topic: javascript caching issue
Replies: 4
Views: 11048

javascript caching issue

I am using some javascript to do some of the heavy lifting on the dom parsing from the data tag. It appears that changes to the javascript are not being seen by the interpreter. Like it is caching the javascript. I have put the vxml code inside a php program to prevent caching and that seems to work...