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 4 matches
- Fri Feb 22, 2008 11:56 am
- Forum: Plum DEV Q&A
- Topic: Record file types
- Replies: 1
- Views: 4241
Record file types
I'm using the Record tag to record. What are the different options on the Type attribute and what is the corresponding audio file type that will be produced? I would like to get a signed, 16 bit mono .wav file. I know I can use the SOX utility, but am checking to see whether or not I can record the ...
- Sat May 12, 2007 9:53 am
- Forum: Plum DEV Q&A
- Topic: record time not accurate
- Replies: 4
- Views: 8672
Record time still not accurate
I have tried my code and it still does not appear to give an accurate time. I'm getting about 10seconds of record time. My code is listed below: <record name="prmOrderID" type="audio/x-wav" beep="true" maxtime="40s" finalsilence="3s"> <prompt>After the beep, please record a message.</prompt> <filled...
- Sun Mar 25, 2007 9:02 am
- Forum: Plum DEV Q&A
- Topic: record time not accurate
- Replies: 4
- Views: 8672
record time not accurate
I am trying to record a 20 second message from a caller. I'm using the Demo account. I've tried specifying the MaxTime attribute in seconds (MaxTime="20sec") and milli-seconds (MaxTime="20000ms"). But I never seem to get a 20 second recording. It's usually about 30 seconds long. MY code is below. An...
- Thu Dec 14, 2006 2:51 pm
- Forum: Plum DEV Q&A
- Topic: Secure communication with Web Server
- Replies: 1
- Views: 5287
Secure communication with Web Server
I am building a hosted IVR application. I would like it to POST/GET data from my external Web Application/Web Service. What are some of the ways that I can secure the communication between the IVR app and my Web Server? Can I add a certificate on the hosted IVR site (PlumGroup) and then check for it...