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

by nathanl
Tue Jan 13, 2004 11:35 am
Forum: Plum DEV Q&A
Topic: what event is fired if only dtmf and press # first?
Replies: 5
Views: 12015

Perfect yes! I had tried this before, but didn't seem to get the correct results - perhaps there was a syntax error or my file had not been correctly updated last time.

Anyhow, all is working now!
Thank you very much!
by nathanl
Mon Jan 12, 2004 3:22 pm
Forum: Plum DEV Q&A
Topic: what event is fired if only dtmf and press # first?
Replies: 5
Views: 12015

Re: what event is fired if only dtmf and press # first?

Just to clarify from the previous post, I'm not really trying to catch the # input. I'm simply trying to make my application only play back my recorded messages. Currently all is fine, except when a user presses a # before any other input. The problem is that the system message plays instead of mine...
by nathanl
Mon Jan 12, 2004 3:16 pm
Forum: Plum DEV Q&A
Topic: what event is fired if only dtmf and press # first?
Replies: 5
Views: 12015

Re: what event is fired if only dtmf and press # first?

ok, but here is my problem, for some reason the default system prompts for noinput sequence: "Sorry I didn't understand you" "I still don't understand" "Please say it one last time" "I'm sorry I just can't understand your response" <hangup> is responding when I press #, but not my noinput event hand...
by nathanl
Fri Jan 09, 2004 4:40 pm
Forum: Plum DEV Q&A
Topic: what event is fired if only dtmf and press # first?
Replies: 5
Views: 12015

what event is fired if only dtmf and press # first?

I am catching "noinput" when nothing is entered, and put in "nomatch" and "error" but none of these seem to catch the event. Again, I have inputmodes = dtmf and in a digits field I am simply pressing the # key. Thanks! P.S. Is there a list of all system events that could be fired and what conditions...
by nathanl
Thu Dec 18, 2003 1:20 pm
Forum: Plum DEV Q&A
Topic: Problems always catching connection.disconnect.hangup?
Replies: 2
Views: 8467

The disconnect handler referenced is always the same and it has no telephony access. Here is all that it has: First the handler has the following: <?xml version="1.0"?> <vxml version="2.0"> <catch event="connection.disconnect.hangup"> <goto next="handler.aspx?action=hangup" /> </catch> </vxml> Then ...
by nathanl
Fri Dec 12, 2003 12:36 pm
Forum: Plum DEV Q&A
Topic: Problems always catching connection.disconnect.hangup?
Replies: 2
Views: 8467

Problems always catching connection.disconnect.hangup?

Are there reasons why sometimes a catch event handler for connection.disconnect.hangup that is defined in a document referenced by the vxml application attribute won't always fire? Towards the beginning of my application if I hang up, the event handler fires and all is well but if I answer a few que...
by nathanl
Mon Nov 17, 2003 3:58 pm
Forum: Plum DEV Q&A
Topic: problem with posting <record> results to ASP.Net
Replies: 5
Views: 12480

1) Yes, I'm sure it is the right line, because it is not from a log file, but I'm just writing the request stream out to a file since I couln't figure out what was going on. 2) Yes, I'm sure it is the correct URL, because the same URL supports multiple vxml "pages" and it is working correctly just l...
by nathanl
Mon Nov 17, 2003 12:06 pm
Forum: Plum DEV Q&A
Topic: problem with posting <record> results to ASP.Net
Replies: 5
Views: 12480

1) post type is being included (method="post") 2) yes, other data posts fine, although I don't use multipart-form for other posts Here is the submitting vxml: <?xml version="1.0"?> <vxml version="2.0"> <property value="dtmf" name="inputmodes"></property> <var expr="''" name="VSKeys"/> <var expr="''"...
by nathanl
Fri Nov 14, 2003 11:43 am
Forum: Plum DEV Q&A
Topic: problem with posting <record> results to ASP.Net
Replies: 5
Views: 12480

problem with posting <record> results to ASP.Net

I am experiencing a problem when trying to get the file posted back to my ASP.net page from the <record> tag. I can listen to the recording using a <value> tag and expression referencing the <record> tag name so I know the file is there, and when looking at the call log, I can see that the server ha...
by nathanl
Wed Oct 29, 2003 12:14 pm
Forum: Plum DEV Q&A
Topic: Is Spanish TTS supported?
Replies: 1
Views: 5982

Is Spanish TTS supported?

Are there any plans to support Spanish in any of the TTS engines?
by nathanl
Tue Oct 28, 2003 2:28 pm
Forum: Plum iOn Q&A
Topic: Is it possible to alter the TTS voice that Festival uses?
Replies: 5
Views: 11088

How do you change the voice font for Cepstral TTS?

turns out we do have the Cepstral instead of Festival. :) So now my question is how do you change the voice font for Cepstral?
by nathanl
Wed Oct 15, 2003 8:49 pm
Forum: Plum iOn Q&A
Topic: Is it possible to alter the TTS voice that Festival uses?
Replies: 5
Views: 11088

Is it possible to alter the TTS voice that Festival uses?

Is there a way to alter the "voice" used by the Festival TTS engine?