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 16 matches
- Thu Jan 10, 2008 10:42 am
- Forum: Plum DEV Q&A
- Topic: wav file too big?
- Replies: 3
- Views: 6405
its not a code issue. as i said the other sounds play fine using the exact same script i downloaded the sound from the server again and i can play it on my machine, no problem. is the phone system not able to play sounds over a certain size or is it a streaming issue? is it possible to use mp3s at a...
- Tue Jan 08, 2008 7:04 am
- Forum: Plum DEV Q&A
- Topic: wav file too big?
- Replies: 3
- Views: 6405
wav file too big?
I just uploaded a 38MB wav file with a nice long speech.
Yet the response is that the phone stays quiet for about a minute anbd then goes on with the interface as if the sound would have played.
what's wrong?
all the other shorter sounds play fine.
is it possibl eto use mp3s to shrink the file?
Yet the response is that the phone stays quiet for about a minute anbd then goes on with the interface as if the sound would have played.
what's wrong?
all the other shorter sounds play fine.
is it possibl eto use mp3s to shrink the file?
- Fri Dec 21, 2007 9:52 am
- Forum: Plum DEV Q&A
- Topic: recording mp3
- Replies: 1
- Views: 4091
recording mp3
is it possible to output a mp3 format instead of wav?
- Fri Dec 21, 2007 5:58 am
- Forum: Plum DEV Q&A
- Topic: recording handover and PHP5
- Replies: 4
- Views: 7784
- Thu Dec 20, 2007 5:00 am
- Forum: Plum DEV Q&A
- Topic: recording handover and PHP5
- Replies: 4
- Views: 7784
- Wed Dec 19, 2007 10:30 am
- Forum: Plum DEV Q&A
- Topic: recording handover and PHP5
- Replies: 4
- Views: 7784
recording handover and PHP5
little problem here. it seems everything executes fine apart from the fact that the variable used to store the file seems to be empty. where did this go wrong? VXML: <?xml version="1.0"?> <vxml version="2.0"> <form> <record name="myrecording" beep="true"> <prompt> Please record a message after the b...
- Thu Dec 13, 2007 10:56 am
- Forum: Plum DEV Q&A
- Topic: trouble reading callerid
- Replies: 4
- Views: 7907
- Thu Dec 13, 2007 10:47 am
- Forum: Plum DEV Q&A
- Topic: General PHP question
- Replies: 4
- Views: 12111
or i should phrase this better, call a script that doesnt need vxml in it. I tried to expand on some samples on the support website, yet run into en error when I start doing mysql requests (the files are on my server with php and mysql deployed and activated) Here is the code: <?php header("Content-...
- Thu Dec 13, 2007 10:43 am
- Forum: Plum DEV Q&A
- Topic: General PHP question
- Replies: 4
- Views: 12111
- Thu Dec 13, 2007 8:25 am
- Forum: Plum DEV Q&A
- Topic: Javascript 'sidekick'?
- Replies: 2
- Views: 5651
okay i have it down to:: <?xml version="1.0" encoding="UTF-8"?> <vxml version = "2.1"> <var name="callerId" expr="session.telephone.ani"/> <var name="scriptURL" expr="'http://www.resonancedesign.co.uk/cgi/php/updateKeyCode.php?callerId='"/> <var name="inBetween" expr="'&keyCode='"/> <form id="enterK...
- Thu Dec 13, 2007 8:24 am
- Forum: Plum DEV Q&A
- Topic: Unterminated entity reference ??
- Replies: 1
- Views: 4914
- Thu Dec 13, 2007 8:04 am
- Forum: Plum DEV Q&A
- Topic: Unterminated entity reference ??
- Replies: 1
- Views: 4914
Unterminated entity reference ??
why would it thow that error? I pinned it down to the & in teh string but why is that a problem? There are '' surrounding it.
<var name="inBetween" expr="'&keyCode='"/>
<var name="inBetween" expr="'&keyCode='"/>
- Thu Dec 13, 2007 7:30 am
- Forum: Plum DEV Q&A
- Topic: Javascript 'sidekick'?
- Replies: 2
- Views: 5651
Javascript 'sidekick'?
I want to store user input on the side in a database. as it seems (and please correct me if I am wrong) that a submit always jumps out of the script into the file indicated, its not really the slickest solution, or so it seems (two script lanugages in one file, rather not) so I was looking at using ...
- Thu Dec 13, 2007 6:14 am
- Forum: Plum DEV Q&A
- Topic: General PHP question
- Replies: 4
- Views: 12111
General PHP question
if I use a php script to run. DOES the vxml have to be able to jump to the php/vxml file. AND/OR DOES the php script I am executing have to contain an xml 'header' ? I am getting serious errors thrown back at me executing a simple php script. the script executes fine by itself or being called from f...
- Thu Dec 13, 2007 6:06 am
- Forum: Plum DEV Q&A
- Topic: trouble reading callerid
- Replies: 4
- Views: 7907