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 sweetp123
Wed Jul 05, 2006 4:10 pm
Forum: Plum DEV Q&A
Topic: max disconnect count exceeded - ???
Replies: 1
Views: 5618

max disconnect count exceeded - ???

what does this mean? i have an event that is fired when the user disconnects - is this affected by this message?
by sweetp123
Fri Jun 23, 2006 2:26 pm
Forum: Plum DEV Q&A
Topic: invalid wav format in posted audio files
Replies: 6
Views: 16924

i have managed to convert the file to linear pcm and then to mp3 using lame but the quality is very poor, and if i use a VBR setting which improves the quality, then i have problems again with flash recognizing it i need to stream the mp3s with flash so they need to be decent quality and proper form...
by sweetp123
Fri Jun 23, 2006 11:02 am
Forum: Plum DEV Q&A
Topic: invalid wav format in posted audio files
Replies: 6
Views: 16924

i just tried this command line with sox and there is no w command
i tried without it and the file size is now huge...?

also lame is not really desktop software - it is an encoding algorithm - so it doesn't actually "use" the file, it just doesn't recognize the format so that it can convert it
by sweetp123
Fri Jun 23, 2006 10:33 am
Forum: Plum DEV Q&A
Topic: invalid wav format in posted audio files
Replies: 6
Views: 16924

ok that's fine if i am just converting a few files here and there - what if i want to convert files on the fly in my application and don't have access to a command line (i.e. in coldfusion) then those .wav files are pretty much useless to me. I now need to process one file twice in order to use it? ...
by sweetp123
Thu Jun 22, 2006 9:39 pm
Forum: Plum DEV Q&A
Topic: invalid wav format in posted audio files
Replies: 6
Views: 16924

I've been reading a few posts concerning this and also info in the audio repository manual and it seems as if i should use audio/basic
if i save that as a .wav file will this have the proper format to convert to mp3?
by sweetp123
Thu Jun 22, 2006 9:09 pm
Forum: Plum DEV Q&A
Topic: invalid wav format in posted audio files
Replies: 6
Views: 16924

invalid wav format in posted audio files

I am posting my recordings as "audio/x-wav" in my application and saving them as .wav files on the server - they play fine - however when i then try to convert them using an mp3 encoder i always get an error, no matter which encoder i use, particularly with lame i also get an error when i try to imp...
by sweetp123
Tue Jun 06, 2006 10:29 pm
Forum: Plum DEV Q&A
Topic: access to call length mins secs - session variable?
Replies: 5
Views: 16230

well i didn't use js but i did something similar with my application in recording the time when they login and then again when they choose to disconnect or when the disconnect.hangup routine is triggered. this seems like a lot of 'patching' for something that is available in the session logs but not...
by sweetp123
Tue Jun 06, 2006 10:24 pm
Forum: Plum DEV Q&A
Topic: session.telephone.ani
Replies: 3
Views: 9629

in what situations would caller ani not be available
i have noticed that in some cases the ani is an empty string and other times, for the same user, same location called from, it is there - could it be something to do with calling from a line within a company phone system or a cell phone?
by sweetp123
Mon Jun 05, 2006 10:52 am
Forum: Plum DEV Q&A
Topic: best way to call a CFML webservice
Replies: 5
Views: 11497

i got it working :D for future reference for other coldfusion developers: i finally realized why i was having so many problems - coldfusion adds a ton of whitespace to the beginning of pages mainly due to the Application.cfm page that is processed - so i used cfsilent tags around all of my code - in...
by sweetp123
Mon Jun 05, 2006 12:44 am
Forum: Plum DEV Q&A
Topic: access to call length mins secs - session variable?
Replies: 5
Views: 16230

access to call length mins secs - session variable?

how do i access the length of the actual call outside of the session logs. I want to record the length of the call when the user disconnects - is that possible?
is there some way to call a subdialog when the exit call is made or when the user just hangs up?
by sweetp123
Thu Jun 01, 2006 12:02 am
Forum: Plum DEV Q&A
Topic: remote application dnis
Replies: 3
Views: 8050

Here is the information you requested: note i have replaced the accountID it is returning with # signs but the value that would be returned is correct. The vxml document looks fine - however when you view source there is about 100 lines of whitespace before the first line - i have tried everything t...
by sweetp123
Wed May 31, 2006 1:55 pm
Forum: Plum DEV Q&A
Topic: remote application dnis
Replies: 3
Views: 8050

remote application dnis

Hello! I am trying to point my application DNIS to a remote file on my server and can open it and view it in the browser but when i click validate it says it can't find it. any reason for this? is there anything i should be doing specifically to make sure that calls (including subdialog) to my serve...
by sweetp123
Fri May 26, 2006 11:34 pm
Forum: Plum DEV Q&A
Topic: best way to call a CFML webservice
Replies: 5
Views: 11497

sorry i meant the getaccountID.vxml file - where will it reside?
by sweetp123
Fri May 26, 2006 11:33 pm
Forum: Plum DEV Q&A
Topic: best way to call a CFML webservice
Replies: 5
Views: 11497

ok thanks i'll try this once i get my application setup properly as i am just using the scratchpad for now. where does the verifyPIN.vxml file reside? on my own server? so it's not really calling a web service then - just a page that is posted to remotely? and how will it be executed properly by my ...
by sweetp123
Thu May 25, 2006 11:05 pm
Forum: Plum DEV Q&A
Topic: Maintaining a session
Replies: 4
Views: 10149

I had the same question actually... however if you go to another location to run a script or post variables - such as with php or perl or asp - then the application scope is gone. I read that if you use a submit or a data tag then the application scope gets re-initialized because the application roo...