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

by w2gi
Tue Jan 22, 2013 4:55 pm
Forum: Plum DEV Q&A
Topic: Call transfer disconnecting
Replies: 5
Views: 11108

Call transfer disconnecting

The bridge seems to be disconnecting this call transfer. The bridge transfer never seems to go through. You can fetch the vxml from the url below and the log output is below. You can try it yourself if you'd like. What can we change (or is something not working correctly within Plum) to this script ...
by w2gi
Fri Mar 11, 2011 3:40 pm
Forum: Plum DEV Q&A
Topic: TTS is too fast suddenly
Replies: 8
Views: 12106

Re: TTS is too fast suddenly

How can I change into AT&T Natural Voices? Also could you let me know why it was too fast since yesterday?
by w2gi
Fri Mar 11, 2011 3:14 pm
Forum: Plum DEV Q&A
Topic: TTS is too fast suddenly
Replies: 8
Views: 12106

Re: TTS is too fast suddenly

Hi,
Please check the number 800-853-2920. it has the rate of 125.

Thanks,
Patta
by w2gi
Fri Mar 11, 2011 2:36 pm
Forum: Plum DEV Q&A
Topic: TTS is too fast suddenly
Replies: 8
Views: 12106

Re: TTS is too fast suddenly

Hi, Thanks for the reply. I tried by changing 20%, 15%, and 5%. But it is still too fast. All the other call flows that have the same as prosody rate(<prosody rate="120.0">) are working fine. Why is these two numbers (866-204-0619 & 866-204-1126) stopped working since yesterday? Even after I changed...
by w2gi
Fri Mar 11, 2011 11:17 am
Forum: Plum DEV Q&A
Topic: TTS is too fast suddenly
Replies: 8
Views: 12106

TTS is too fast suddenly

I am using 'Natural Voices' TTS engine to say the address. The code is as follows. <voice name="lauren"> <prosody rate="120.0"> <say-as type="address"> <value expr="' ' + name + ', ' + address1 + ', ' + city + ', ' + state" /> </say-as> </prosody> </voice> It has been working fine but from yesterday...
by w2gi
Wed Oct 20, 2010 9:26 am
Forum: Plum iOn Q&A
Topic: No Session Logs Since 18/Oct/2010:17:27:15
Replies: 1
Views: 20898

No Session Logs Since 18/Oct/2010:17:27:15

We have not had any logs recorded into our account since 18/Oct/2010:17:27:15

Login ID: *removed for privacy purposes*

We need this fixed immediately for reporting purposes.
by w2gi
Fri Oct 01, 2010 10:05 am
Forum: Plum Pre-built Applications Q&A
Topic: Call transfer always fails
Replies: 3
Views: 24408

Re: Call transfer always fails

Please find the attached code below. <form id="intro"> <property name="termmaxdigits" value="true"/> <property name="interdigittimeout" value="5s" /> <field name="chosen"> <grammar type="application/x-jsgf" mode="dtmf" maxdigits="1"> 1|2|3 </grammar> <prompt> <audio src="http://ivr.where2getit.com/a...
by w2gi
Thu Sep 30, 2010 5:16 pm
Forum: Plum Pre-built Applications Q&A
Topic: Call transfer always fails
Replies: 3
Views: 24408

Call transfer always fails

Hi, The IVR application didn't transfer the call successfully. It is supposed to transfer the call from 1-800-288-6825 to +18772300369 for an option. It always fails. The log is as follows. Please help me to fix this. Thu 30 Sep 2010 04:47:13 PM EDT: Bridge Transfer: +18772300369 Makecall Failed: Ge...
by w2gi
Thu Apr 08, 2010 3:26 pm
Forum: Plum DEV Q&A
Topic: Increase IVR Application volume
Replies: 1
Views: 3466

Increase IVR Application volume

Hi,
Is there a way to increase the volume of the IVR application. If not then increase the volume of the recorded prompt?
by w2gi
Tue Mar 09, 2010 10:06 am
Forum: Plum DEV Q&A
Topic: Doctype error when validating vxml file
Replies: 1
Views: 3837

Doctype error when validating vxml file

Hi, When validating the vxml I am getting " failed to load external entity "/usr/local/plumvp/vxml.dtd" in Entity, line: 2 "; but the vxml works fine. line 2: <!DOCTYPE vxml PUBLIC "-//The Plum Group//DTD VOICEXML 2.1//EN" "/usr/local/plumvp/vxml.dtd"> 1 <?xml version="1.0"?> 3 <vxml version="2.0"> ...
by w2gi
Mon Mar 08, 2010 9:25 am
Forum: Plum DEV Q&A
Topic: Canadian postalcode: alphanumeric voice recognition
Replies: 1
Views: 7746

Canadian postalcode: alphanumeric voice recognition

Hi, I want to improve the <grammer> for recognizing canadian postal code. So that, I want the first letter to be alphabet, second letter to be number, third to be alphabet, fourth to be number, fifth to be alphabet and sixth to be number. Is there a way to specify what <rule>(alphabet or digit) shou...
by w2gi
Thu Feb 11, 2010 4:33 pm
Forum: Plum DEV Q&A
Topic: Improve TTS for address
Replies: 4
Views: 5664

Cepstral works now. Since I had rate="130.0" both Ceptral and Realspeak didn't work. I changed it to rate="+5%".

Thanks!
by w2gi
Thu Feb 11, 2010 9:58 am
Forum: Plum DEV Q&A
Topic: Improve TTS for address
Replies: 4
Views: 5664

TTS either too fast or nothing

Hi, When I use Ceptral Swift engine it doesn't not prompt anything. When I use Realspeak engine the prompt is too fast (finishes the prompt in one second). AT&T Natural voices engine works fine. But the prompt can be improved. I wanted to compare Ceptral and Realspeak to see which one sounds better....
by w2gi
Wed Feb 10, 2010 1:34 pm
Forum: Plum DEV Q&A
Topic: Improve TTS for address
Replies: 4
Views: 5664

Improve TTS for address

Hi, I am using 'Natural Voices' TTS engine to say the address. I am using various tags to improve it. This is the best I came up with. But, I still think this can be improved. Any suggestions on what TTS engine to use and other ways to improve this. <prompt> <foreach item="location" array="document....
by w2gi
Fri Feb 05, 2010 4:48 pm
Forum: Plum DEV Q&A
Topic: How can I catch 404 error?
Replies: 1
Views: 4082

How can I catch 404 error?

Hi, I want to catch 404 error thrown in log. Cache Miss: http://ivr.somesite.com/prompts/725.wav Attempting to fetch http://ivr.somesite.com/prompts/725.wav HTTP/1.1 404 Not Found - http://ivr.somesite.com/prompts/725.wav Audio segment from the URL http://ivr.somesite.com/prompts/725.wav added to pr...