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

by mriv
Fri May 20, 2016 11:24 am
Forum: Plum DEV Q&A
Topic: Currency issues with Spanish TTS
Replies: 1
Views: 6459

Currency issues with Spanish TTS

I have read several past posts about the issue of currency not spoken correctly in Spanish when using text-to-speech. One of the workarounds suggested was changing the numbers into spoken words, for example changing $10.45 to diez dólares con cuarenta y cinco centavos. I would like to know if this i...
by mriv
Thu Apr 28, 2016 2:41 pm
Forum: Plum DEV Q&A
Topic: Global variable in Root doc reinitializing
Replies: 6
Views: 11228

Re: Global variable in Root doc reinitializing

Hi. I decided to give it a try. Moving it to another document does not maintain the scope either. Thanks.
by mriv
Thu Apr 28, 2016 2:00 pm
Forum: Plum DEV Q&A
Topic: Global variable in Root doc reinitializing
Replies: 6
Views: 11228

Re: Global variable in Root doc reinitializing

Thanks for the quick response. I do have a follow up question. If I were to move the form customerIDForm into a separate document, could I use subdialog and still maintain the scope?
by mriv
Wed Apr 27, 2016 3:04 pm
Forum: Plum DEV Q&A
Topic: Global variable in Root doc reinitializing
Replies: 6
Views: 11228

Re: Global variable in Root doc reinitializing

Below is the code. I appreciate any assistance you can provide. For a call that reaches the disconnect tag, the data logged to the database is complete (Start|addData1|addData2|addData3|input|addData4|addData5|disconnect), but for a call with a hang up at the prompt for input, the data logged to the...
by mriv
Tue Apr 26, 2016 3:05 pm
Forum: Plum DEV Q&A
Topic: Global variable in Root doc reinitializing
Replies: 6
Views: 11228

Global variable in Root doc reinitializing

Hello. I am trying to follow the documentation on Root documents in order to catch events and submit useful data for troubleshooting to a database. My Root document contains a variable (<var name="StepData" expr="'Start'" />) that is appended to throughout the child document. The Root document also ...