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

by uncleunvoid
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...
by uncleunvoid
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?
by uncleunvoid
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?
by uncleunvoid
Fri Dec 21, 2007 5:58 am
Forum: Plum DEV Q&A
Topic: recording handover and PHP5
Replies: 4
Views: 7784

very good that worked,

funny that in most code examples i found, the type is not set for the recording.
by uncleunvoid
Thu Dec 20, 2007 5:00 am
Forum: Plum DEV Q&A
Topic: recording handover and PHP5
Replies: 4
Views: 7784

Ok I see,

the php file works in parts. I had to remove the 'unlink' line as it caused an error.

Still yet, even though I have a file now saved, the file wont play. Media Player, iTunes, Flash all say it's a wrong format or corrupted file.

Why would that be?
by uncleunvoid
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...
by uncleunvoid
Thu Dec 13, 2007 10:56 am
Forum: Plum DEV Q&A
Topic: trouble reading callerid
Replies: 4
Views: 7907

yep you were right it was blocked it worked on my mobile, now the only thing left is the db request
by uncleunvoid
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-...
by uncleunvoid
Thu Dec 13, 2007 10:43 am
Forum: Plum DEV Q&A
Topic: General PHP question
Replies: 4
Views: 12111

do you have an example how to call a php script without having to leave my initial vxml script?
by uncleunvoid
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...
by uncleunvoid
Thu Dec 13, 2007 8:24 am
Forum: Plum DEV Q&A
Topic: Unterminated entity reference ??
Replies: 1
Views: 4914

caught it its working now
by uncleunvoid
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='"/>
by uncleunvoid
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 ...
by uncleunvoid
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...
by uncleunvoid
Thu Dec 13, 2007 6:06 am
Forum: Plum DEV Q&A
Topic: trouble reading callerid
Replies: 4
Views: 7907

this did not do the trick it's still silent

I am calling from my office landline where i have to dial out, could that be a problem?