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

by vikas
Thu Oct 15, 2015 5:46 pm
Forum: Plum DEV Q&A
Topic: Can we use Voxeo Prophecy SIP phone for testing
Replies: 1
Views: 7027

Can we use Voxeo Prophecy SIP phone for testing

Hi Plum Voice

Can we use Voxeo Prophecy SIP phone for testing applications hosted on Plum Voice?
I tried testing but was not able to do so

If yes, then is there any document Or steps available.
by vikas
Fri Jul 10, 2015 4:12 pm
Forum: Plum DEV Q&A
Topic: Issue with German TTS Playout
Replies: 2
Views: 7538

Re: Issue with German TTS Playout

Thank you. As per the suggestion I have used <property name="voicegender" value="female"/> in my root document and it seems to be working. In case I encounter male voice again then I will update the thread. Just to let you know that this issue has started recently. I remember we didn't face any such...
by vikas
Thu Jul 09, 2015 6:23 pm
Forum: Plum DEV Q&A
Topic: Issue with German TTS Playout
Replies: 2
Views: 7538

Issue with German TTS Playout

TTS Engine: Nuance RealSpeak 4.0 We are facing an issue with TTS playout for German language. On few calls TTS engine is playing transactions in Male voice while on other calls it is playing in Female voice :roll: This is in our Pre-Prod environment (note that we have not migrated to production yet)...
by vikas
Wed Jun 17, 2015 12:55 pm
Forum: Plum DEV Q&A
Topic: received event: error.semantic.ecmascript
Replies: 1
Views: 6875

received event: error.semantic.ecmascript

Is there any constraint on the value that can be assigned to block name? I got "error.semantic.ecmascript" when assigning "Register_Card-Failed_On_First_Name_Entry" to block's name. I have provided relevant sections of code & error log below. Please let me know the limitations to setting block name....
by vikas
Mon Jun 01, 2015 6:28 pm
Forum: Plum DEV Q&A
Topic: <data> - Prevent input string display in log
Replies: 4
Views: 10986

Re: <data> - Prevent input string display in log

I found same problem that was posted in past by someone. Link pasted below.
However I see that no solution was found.

I am also interested to store the error message generated by IVR platform.

http://support.plumvoice.com/viewtopic. ... sage#p3705
by vikas
Mon Jun 01, 2015 5:42 pm
Forum: Plum DEV Q&A
Topic: <data> - Prevent input string display in log
Replies: 4
Views: 10986

Re: <data> - Prevent input string display in log

Thanks. However I have one more question. Taking below error log as an example. "_event" variable would print "error.badfetch.http.405". Is there some other variable that will display the entire error string i.e. "HTTP/1.1 405 Method Not Allowed - https://plumvoicepp.blackhawk-net.com:464/services/c...
by vikas
Fri May 29, 2015 7:06 pm
Forum: Plum DEV Q&A
Topic: <data> - Prevent input string display in log
Replies: 4
Views: 10986

<data> - Prevent input string display in log

We are facing a problem with <data> tag. We use <data> tag to invoke backend API to fetch data. The <data> request uses GET. When a GET request is made the entire URL with query string is shown in the logs like this: https://kyslegacy.blackhawknetwork.com/nagift/cardmanagementservices/v3/card/status...
by vikas
Thu May 14, 2015 12:11 pm
Forum: Plum DEV Q&A
Topic: How can I make logging <property> configurable?
Replies: 1
Views: 5102

How can I make logging <property> configurable?

How can I make logging configurable? In production we need the value for logging to be "private" but when debugging in production we would like to change the value to "enable" without editing code. Is there a way to make this property configurable so that I can change it at runtime without editing c...