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

by shanthint@paydq.com
Thu Apr 12, 2007 3:12 pm
Forum: Plum DEV Q&A
Topic: SAY AS Currency not working
Replies: 6
Views: 7385

Hello,

amount = 50.30
Your amount is <say-as type="currency"> $<value expr="amount"/></say-as> is reading as fifty point three dollar.

I am getting the dollar amount from web server. Am I doing anything wrong here?

Thank you.
by shanthint@paydq.com
Thu Apr 12, 2007 1:43 pm
Forum: Plum DEV Q&A
Topic: Dynamic Menu
Replies: 10
Views: 12377

This dynamic menu is working with little modification.


Thank you.
by shanthint@paydq.com
Thu Apr 12, 2007 10:19 am
Forum: Plum DEV Q&A
Topic: How to extend the time the caller has to enter numbers
Replies: 6
Views: 8323

Hello, It seems like 'incompletetimeout' the working. Now it is not interrupting the customer input. But now I have another problem with this. Even I speak 14 digit number , It is going to the nomatch event. It is not recognizing the number through voice input. here is the code: <property name="inco...
by shanthint@paydq.com
Thu Apr 12, 2007 9:21 am
Forum: Plum DEV Q&A
Topic: How to extend the time the caller has to enter numbers
Replies: 6
Views: 8323

Hello,

I have the same problem with voice response I mean system interupts before customer speaks their account number.
the solution you gave is working for key pad input but not for
voice input.
Do I have to add anything more for the voice input?

Thank You.
by shanthint@paydq.com
Tue Apr 10, 2007 2:34 pm
Forum: Plum DEV Q&A
Topic: Dynamic Menu
Replies: 10
Views: 12377

And I forgot to mention it that I am not going to use menu inside the subdialog. I can assign those variables as global variable and I can loop through it outside the subdialog tag.
by shanthint@paydq.com
Tue Apr 10, 2007 2:32 pm
Forum: Plum DEV Q&A
Topic: Dynamic Menu
Replies: 10
Views: 12377

Dynamic Menu

I am sorry for not providing enough information. Here is what I am trying to do. I am gettting input from user and sending that to the webserver for authentication using subdialog tag and from web server I am sending some data as a response to the interpreter context using return tags. menu array is...
by shanthint@paydq.com
Tue Apr 10, 2007 10:32 am
Forum: Plum DEV Q&A
Topic: Dynamic Menu
Replies: 10
Views: 12377

Dynamic Menu

And one more thing I am using JSP in the server side.
by shanthint@paydq.com
Tue Apr 10, 2007 10:30 am
Forum: Plum DEV Q&A
Topic: Dynamic Menu
Replies: 10
Views: 12377

Dynamic Menu

Thank you. I will try that.
One more question about that.
Actually I am using subdialog tag to connect to the web server.
In this case, Don't i need to return something from the server instead of looping through the script array there itself?.
by shanthint@paydq.com
Mon Apr 09, 2007 3:23 pm
Forum: Plum DEV Q&A
Topic: Dynamic Menu
Replies: 10
Views: 12377

Dynamic Menu

Hello,

I need to get the menu dynamically from the web server as a
script array. Any help is appreciated.

Thanks