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

by leftkost
Tue Feb 08, 2005 2:24 pm
Forum: Plum DEV Q&A
Topic: session.telephone.ani
Replies: 2
Views: 5880

My card was set to 2 rings by Plum, but still nothing is captured.
by leftkost
Thu Feb 03, 2005 7:58 pm
Forum: Plum DEV Q&A
Topic: session.telephone.ani
Replies: 2
Views: 5880

session.telephone.ani

I have tried using the code as illustrated in this forum to see how to capture the telephone number being called from. I use the following code: <vxml version="2.0" xmlns="http://www.w3.org/2001/vxml"> <form id="ani_test"> <block> <prompt> You are calling from phone number <say-as type="acronym"> <v...
by leftkost
Thu Jan 20, 2005 1:02 pm
Forum: Plum DEV Q&A
Topic: static in audio
Replies: 2
Views: 5878

Thanks. I found a shareware product called Ease Audio Converter ($19.95) that works great. You need to first convert the recording to pcm, 16 bit, 8 Hz mono - then to ulaw, but you can batch convert and keep long filenames.
by leftkost
Tue Jan 18, 2005 7:13 pm
Forum: Plum DEV Q&A
Topic: static in audio
Replies: 2
Views: 5878

static in audio

I've recorded audio, converted it to ulaw with SoX, and in several cases, there is static in the background that's not there with other formats. Is there a way to work around this?
by leftkost
Thu Dec 09, 2004 7:51 pm
Forum: Plum DEV Q&A
Topic: Upload recording to app server
Replies: 4
Views: 8731

Upload recording to app server

I've tried to use the scripts provided, changed the global upload directory, but get an "error bad fetch" when I try and use it as you suggested. I'd like the files to reside on our plum IVR box, but our web server is a hosting company. I got the same message no matter which local direcdtory I used,...
by leftkost
Thu Aug 26, 2004 6:57 pm
Forum: Plum DEV Q&A
Topic: how to use <choice> to choose #
Replies: 2
Views: 5490

using <choice dtmf="#">

It worked for me, but it needs to be in the menu tag.
by leftkost
Wed Apr 28, 2004 7:14 pm
Forum: Plum iOn Q&A
Topic: Saving recording to a file on the http server
Replies: 1
Views: 6092

Saving recording to a file on the http server

How do you save a voice recording to a file on the server? Say to verify an order, or similar? Is it saved as a wav file?
by leftkost
Thu Apr 22, 2004 12:20 pm
Forum: Plum DEV Q&A
Topic: why is there a delay at the beginning of Outbound call?
Replies: 4
Views: 8790

why is there a delay at the beginning of Outbound call?

In using your outbound notification demonstration, I've noticed an extensive time delay between when the phone is answered and the message begins. This concerns me since I don't want people hanging up before the message starts.

How do you control that delay?

Thanks
by leftkost
Tue Mar 30, 2004 1:17 pm
Forum: Plum DEV Q&A
Topic: are built in say-as types like airline and airport present?
Replies: 3
Views: 6899

say-as grammar

I'm a little confused on how to set up a custom say-as grammar. For example, I want "NW" to be said as "Northwest".

Do you have an example that I can emulate?

Thanks
by leftkost
Wed Mar 24, 2004 3:06 pm
Forum: Plum DEV Q&A
Topic: are built in say-as types like airline and airport present?
Replies: 3
Views: 6899

are built in say-as types like airline and airport present?

I found Bevocal has say-as types such as airline, and airport which turn the codes into TTS words (e.g. "ba" into "british airways" and "dfw" into dallas fort worth".

Does the Plum platform have similar say-as types?
by leftkost
Tue Mar 09, 2004 8:11 pm
Forum: Plum DEV Q&A
Topic: Integrating VXML with my ASP and DB
Replies: 6
Views: 16051

asp and vxml

Create an asp file as follows. The info is pulled from the database just as in your normal asp file, and the vxml code at the end will respond over the phone. <?xml version="1.0"?> <vxml version="2.0"> <%@ Language="VBScript"%> <% Dim myvariable myvariable=request("variable") (RUN DATABASE CONNECTIO...