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

by scs2
Tue Mar 13, 2007 8:57 am
Forum: Plum DEV Q&A
Topic: Problem accessing voice message.
Replies: 2
Views: 6670

Hi, Thanks a lot for your help. I have changed my code to: $cSmsg = $_FILES['cSmsg'][tmp_name]; if (is_uploaded_file($cSmsg)) { echo "Trying to save your message in a wave file."; copy($cSmsg, "/home/......./voice/msgs/voicemsg.wav"); echo "Your message is saved in voicemsg.wav file."; } else { echo...
by scs2
Sun Feb 25, 2007 12:46 pm
Forum: Plum DEV Q&A
Topic: Problem accessing voice message.
Replies: 2
Views: 6670

Problem accessing voice message.

I am recording a message in my vice application <vxml version="2.1" xmlns="http://www.w3.org/2001/vxml"> <property name="universals" value="all" /> <var name="cSmsg"/> ......... ........... <record name="recmsg" beep="true" maxtime="60s" finalsilence="4000ms" dtmfterm="true" type="audio/x-wav"> .......