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

by ipath
Thu Jun 17, 2004 11:30 pm
Forum: Plum DEV Q&A
Topic: why does my <option> tag throw an error.grammar.option
Replies: 7
Views: 11518

Sorry, some people say "oh" for zero.
by ipath
Thu Jun 17, 2004 11:29 pm
Forum: Plum DEV Q&A
Topic: why does my <option> tag throw an error.grammar.option
Replies: 7
Views: 11518

No, it is "o" only. Some people say "0" for zero. So, I included that option.

Thanks.
by ipath
Tue Jun 15, 2004 12:33 am
Forum: Plum DEV Q&A
Topic: why does my <option> tag throw an error.grammar.option
Replies: 7
Views: 11518

Thanks for the reply.

Also,

Code: Select all

<option value="help">o</option> 
This above statement is also creating problem. I removed this statement from the application to make it work.
by ipath
Fri Jun 04, 2004 1:42 am
Forum: Plum DEV Q&A
Topic: why does my <option> tag throw an error.grammar.option
Replies: 7
Views: 11518

why does my <option> tag throw an error.grammar.option

I have defined the <option> for a field as <option dtmf="1" value="pwsCntRef1074777064629_2">Pick a contact</option> <option dtmf="2" value="pwsCntRef1066377085583_2">Track Messages</option> <option dtmf="3" value="pwsCntRef1067942510592_2">Unread Messages</option> <option dtmf="4" value="pwsCntRef1...
by ipath
Thu Apr 29, 2004 1:47 am
Forum: Plum DEV Q&A
Topic: How do I make text sound correct in Text To Speech?
Replies: 4
Views: 7594

Thank you for the clarification.

Meena
by ipath
Wed Apr 21, 2004 12:43 am
Forum: Plum DEV Q&A
Topic: How do I make text sound correct in Text To Speech?
Replies: 4
Views: 7594

Actually I have a text block( string ). I thought I can write the block into a text file and try to read it.Like how we read the .wav files. But, then I found that, its cannot be done that way. So, I just placed the string inside the <prompt> tags. Thats were i got the problem. My text block was hav...
by ipath
Tue Apr 20, 2004 4:54 am
Forum: Plum DEV Q&A
Topic: How do I make text sound correct in Text To Speech?
Replies: 4
Views: 7594

How do I make text sound correct in Text To Speech?

How can I read a text file in vxml. Or is there any way to read a text block in a vxml. I tried to read the text block inside a <prompt> tag. That text block has some mail ids like <meena@iallways.com> ......Its failing. Is the "<" and ">" creating the problem. If so should i have to replace it with...