Hi,
Does anyone have any suggestions or see anything I am doing incorrectly in the form?
Thanks for any help.
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 19 matches
- Tue Mar 13, 2012 8:45 am
- Forum: Plum DEV Q&A
- Topic: Outbound IVR calls to VM and answering machines
- Replies: 2
- Views: 7319
- Mon Mar 12, 2012 10:34 am
- Forum: Plum DEV Q&A
- Topic: Outbound IVR calls to VM and answering machines
- Replies: 2
- Views: 7319
Outbound IVR calls to VM and answering machines
I am calling the same answering machine for each outbound call I make, and sometimes the call is recognized as an answering machine, other times it is recognized as voice. The same is true with the voice mail on my cell phone. I understand that the system is not 100% accurate on callee type detectio...
- Mon Mar 05, 2012 10:41 pm
- Forum: Plum DEV Q&A
- Topic: Say-as Address tag not handling some abbreviations
- Replies: 2
- Views: 7026
Re: Say-as Address tag not handling some abbreviations
Sorry, i hit Submit too soon. Here is the vxml...
<form id="OutboundIVRMsg">
<block>
<prompt>
<say-as type="Address">123 Main St</say-as>
</prompt>
</block>
</form>
<form id="OutboundIVRMsg">
<block>
<prompt>
<say-as type="Address">123 Main St</say-as>
</prompt>
</block>
</form>
- Mon Mar 05, 2012 10:39 pm
- Forum: Plum DEV Q&A
- Topic: Say-as Address tag not handling some abbreviations
- Replies: 2
- Views: 7026
Say-as Address tag not handling some abbreviations
The Say-as Address tag seems to handle some abbreviations and not others. For example, it will pronounce "Ave" as "Avenue" and "Ln" as "Lane", but it does not seem to recognize "Dr" or "St". Is there any way to get this to work? <form id="OutboundIVRMsg"> <block> <prompt> <say-as type="123 Main St">...
- Thu Feb 23, 2012 2:28 pm
- Forum: Plum DEV Q&A
- Topic: Long delay from queuing multiple audio files?
- Replies: 2
- Views: 6331
Re: Long delay from queuing multiple audio files?
I disabled bargein and it is much faster now. Thanks!
- Thu Feb 23, 2012 10:49 am
- Forum: Plum DEV Q&A
- Topic: Long delay from queuing multiple audio files?
- Replies: 2
- Views: 6331
Long delay from queuing multiple audio files?
Our outbound IVR system is playing a message that we built by concatenating several audio messages and filling in some dynamic information such as account number, account balance, date using the automated voice. There is a very long delay when the call is answered, and it seems that it's taking abou...
- Wed Feb 22, 2012 10:24 pm
- Forum: Plum DEV Q&A
- Topic: Is it possible to have multiple audio repository pins?
- Replies: 5
- Views: 10158
Re: Is it possible to have multiple audio repository pins?
Nevermind, it was complaining about the space in the folder name "Audio Files", not the wav file format. I removed the space and it's working fine now.
Thanks for your help.
Thanks for your help.
- Wed Feb 22, 2012 10:14 pm
- Forum: Plum DEV Q&A
- Topic: Is it possible to have multiple audio repository pins?
- Replies: 5
- Views: 10158
Re: Is it possible to have multiple audio repository pins?
I was able to use the Amplify effect in Audacity to make the files sound much better. I exported the files and saved them in WAV format, but now I'm getting the error below: (000028;044;1329964997) [inet] ERROR: HTTP/1.1 400 Bad Request - http://staging.totalbillings.com/CCSIVR/Audio Files/HARRISONB...
- Tue Feb 21, 2012 2:30 pm
- Forum: Plum DEV Q&A
- Topic: Is it possible to have multiple audio repository pins?
- Replies: 5
- Views: 10158
Re: Is it possible to have multiple audio repository pins?
Thanks for the reply. I was able save the files to our server by right clicking on them, so we can have the clients record their messages through your system and then move them to our server. The biggest problem we were having was that the clients were not familiar with how to record messages in the...
- Wed Feb 15, 2012 3:03 pm
- Forum: Plum DEV Q&A
- Topic: Is it possible to have multiple audio repository pins?
- Replies: 5
- Views: 10158
Is it possible to have multiple audio repository pins?
I am developing an outbound IVR system that will be used by several different clients. I would lilke for each client to be able to record their own messages in the repository, but I am afraid of clients accidentally deleting each others files if they are all using the same repository. Would it be po...
- Thu Feb 02, 2012 1:13 pm
- Forum: Plum DEV Q&A
- Topic: Outbound IVR questions
- Replies: 2
- Views: 7331
Re: Outbound IVR questions
Thanks, that was exactly what I was looking for.
- Wed Feb 01, 2012 3:26 pm
- Forum: Plum DEV Q&A
- Topic: Outbound IVR questions
- Replies: 2
- Views: 7331
Outbound IVR questions
Hello, I have 2 questions related to outbound IVR. 1) Our IVR system is implemented using aspx pages and c#. I am adding outbound IVR support and everything is working fine except for the result_url call. I am specifying an aspx web page as the result_url and that page is being called successfully a...
- Fri Dec 10, 2010 11:35 am
- Forum: Plum DEV Q&A
- Topic: Frequent Timeout Errors
- Replies: 4
- Views: 8782
Re: Frequent Timeout Errors
Hi, Increasing the timeout doeesn't seem to help. We have 2 customers using our IVR system through different phone numbers, and one sees the problem frequently and the other only sees it occasionally. The only difference between the two is the one that fails frequently passes back an additional para...
- Wed Dec 08, 2010 1:40 pm
- Forum: Plum DEV Q&A
- Topic: Frequent Timeout Errors
- Replies: 4
- Views: 8782
Re: Frequent Timeout Errors
Here is the full set of forms that we were processing... - <vxml version="2.0"> <property name="inputmodes" value="dtmf" /> <property name="timeout" value="3s" /> <property name="interdigittimeout" value="4s" /> - <catch event="nomatch"> <reprompt /> </catch> - <catch event="noinput"> <reprompt /> <...
- Wed Dec 08, 2010 10:27 am
- Forum: Plum DEV Q&A
- Topic: Frequent Timeout Errors
- Replies: 4
- Views: 8782
Frequent Timeout Errors
Our IVR application experiences several bad fetch timeout issues each day, always when trying to call the same aspx page. I have put logs in the aspx.cs code, and it looks like our code is running in about 1 second. After we exit our .aspx.cs code (we write the next vxml form to a asp literal field)...