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

by jbrohan
Thu Mar 04, 2010 1:59 pm
Forum: Plum DEV Q&A
Topic: Getting User TimeZone
Replies: 3
Views: 6997

getting a caller time zone

Hello Here is the php code to find the local time where the caller is calling from. In N. America. Any areacodes that are not listed are set to Central time. It's approximate and rough0-and-ready. But it works for most of the continent. Please publish errors and updates here so we can all share.. Jo...
by jbrohan
Mon Aug 03, 2009 12:22 pm
Forum: Plum DEV Q&A
Topic: Expectation failed error 203
Replies: 2
Views: 4911

The guys at Nearly Free Speech tell me..."See if you can get whatever-the-client-is to stop issuing the Expect: header. I think we can make a config change that will cause it to be ignored by the part of the system that's currently 417'ing it, but it really doesn't belong there." and then an hour la...
by jbrohan
Sat Aug 01, 2009 12:02 pm
Forum: Plum DEV Q&A
Topic: Expectation failed error 203
Replies: 2
Views: 4911

Expectation failed error 203

HTTP/1.1 417 Expectation failed - http://www.teleuroflow.com/web/TUFcatchmessagetest.php DocumentParser::FetchBuffer - could not open URL: TUFcatchmessagetest.php DocumentParser::FetchDocument - exiting with error result 2 errno: 203 uri TUFcatchmessagetest.php I keep getting this error when my xml ...
by jbrohan
Mon Jul 14, 2008 1:32 pm
Forum: Plum DEV Q&A
Topic: Calling php script.
Replies: 1
Views: 3774

Calling php script.

Hello I', having some difficulty callling a php script. The calling code seems to go OK, but it fails with a bad fetch in the called php script. <filled> You entered <value expr="idx"/>. Get ready, you are going on a trip! <submit next="xmlgetp.php" method = "get" namelist = "idx"/> </filled> xmlget...
by jbrohan
Tue May 13, 2008 6:06 am
Forum: Plum DEV Q&A
Topic: Test multiple callers
Replies: 1
Views: 3615

Test multiple callers

Hi
I have an application where I expect a large number ( about 500 ) of simultaneous callers. The system works perfectly with the two or three simultaneous calls I've tried manually. Any ideas on how to generate this target number of calls within one minute
Thanks John
by jbrohan
Sat Jan 05, 2008 8:58 am
Forum: Plum DEV Q&A
Topic: Record the silence before the message
Replies: 10
Views: 9514

Thanks very much. Works perfectly. The examples you write are most helpful.

John
by jbrohan
Fri Jan 04, 2008 4:44 pm
Forum: Plum DEV Q&A
Topic: Record the silence before the message
Replies: 10
Views: 9514

Thanks very much!!
Now you are getting into the spirit of the thing! Works fine!

How do I collect the termchar? callrecording$.termchar does not seem to work
John
by jbrohan
Fri Jan 04, 2008 4:56 am
Forum: Plum DEV Q&A
Topic: Record the silence before the message
Replies: 10
Views: 9514

Sorry to keep on about this problem, but it's really important to us. I checked with the VoiceXML specification and it's a "platform choice" whether to record the silence before a recording or to wait for the speaker to say something. Is there any way to get output sounds onto a recording? I would i...
by jbrohan
Wed Jan 02, 2008 4:02 pm
Forum: Plum DEV Q&A
Topic: Record the silence before the message
Replies: 10
Views: 9514

Thanks for your reply Can you tell me about the logic in your system that captures voices correctly but not the sounds I'm interested in. Is there a way to include a prompt onto the <record>? It seems to me that If I can get it started recording the prompt and continue with what I want recorded, it ...
by jbrohan
Wed Jan 02, 2008 3:32 pm
Forum: Plum DEV Q&A
Topic: Record the silence before the message
Replies: 10
Views: 9514

Recording the quiet period after the prompt

Background I'm recording the sound of urine hitting the water in a toilet bowl. We have technology which can convert this into a uroflow trace. This is a useful diagnostic to tell if a person has an obstruction in his urine outflow, commonly caused by enlargement of the prostate in middle aged men. ...
by jbrohan
Wed Jan 02, 2008 11:23 am
Forum: Plum DEV Q&A
Topic: Record the silence before the message
Replies: 10
Views: 9514

Record the silence before the message

Hello
I'd like to record the delay before the sounds to be recorded start. It's not speech that I'm trying to record, and the recording only starts a little after the sound actually starts, and I miss both the hesitation and the start of the sound.
Thanks
John
by jbrohan
Wed Dec 12, 2007 4:24 pm
Forum: Plum DEV Q&A
Topic: Sorry I did not hear you
Replies: 3
Views: 4804

Sorry I did not hear you

Question1 Two calls started nearly simultaneously. I operate the phone normally, but it seems that sometimes ( one time in 20+-) two calls to PlumHosting get started a few seconds apart. Maybe this is just my phone. Question 2 "Sorry I did not hear you" I've not been getting this message and now I a...
by jbrohan
Wed Dec 12, 2007 3:19 pm
Forum: Plum DEV Q&A
Topic: Sorry I did not hear you
Replies: 3
Views: 4804

Sorry I did not hear you

Hello My application is to make recordings of some non-speech sounds. (www.sonouroflow.com) I've set the final silence to 100s because the sounds I'm recording do not register as 'non-silence'. <record name="myrecording" beep="true" maxtime="160s" finalsilence="100s" dtmfterm="true"> <prompt bargein...
by jbrohan
Sat Dec 08, 2007 7:25 am
Forum: Plum DEV Q&A
Topic: php function to convert recording to .wav file
Replies: 0
Views: 5846

php function to convert recording to .wav file

This php function will convert a recording into a ulaw compressed wave file that is playable on any application. Be sure to have magic-quotes off while the function is running. Improvements and comments to jbrohan (at) tradersmicro.com (c) Traders Micro. you may freely use this code for any purpose....
by jbrohan
Fri Dec 07, 2007 4:43 pm
Forum: Plum DEV Q&A
Topic: debugging vxml & php
Replies: 1
Views: 4028

debugging vxml & php

Do any of you experienced people have a trick for tracing a variable between vxml and php. In just php I could put in some echo statements and trace my error. With this voice programming it's not so simple. I have a variable which is the termchar of a recording and I need to use it to update a datab...