We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Sorry I did not hear you

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
jbrohan
Posts: 19
Joined: Mon Nov 19, 2007 10:17 am
Location: Montreal Canada
Contact:

Sorry I did not hear you

Post by jbrohan »

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="false">.

It seems to me that two calls get launched sometimes and one interferes with the other?

Or has there been a software change lately, it's been working nicely for a few days, now I'm getting it on 2 phone numbers. I don't recall this message before, it would just hangup.

Can I trap and ignore this event? (sample code appreciated as always)
John
John Brohan National Instruments LabVIEW expert in Montreal
Traders Micro "We connect all sorts of things to computers"
telemedicine applications
www.woundfollowup.com

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR issue for "noinput" events needs clarification

Post by support »

Hi,

It is not exactly clear what you are asking for. The "Sorry I did not hear you" message occurs when there is a "noinput" event. However, from what you are describing, I'm not sure how you are getting this message. Please clarify your IVR issue.

Regards,
Plum Support
Last edited by support on Tue Jan 12, 2010 1:42 pm, edited 2 times in total.

jbrohan
Posts: 19
Joined: Mon Nov 19, 2007 10:17 am
Location: Montreal Canada
Contact:

Sorry I did not hear you

Post by jbrohan »

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 am. What is the cause of it? I'm concerned because the sounds I'm recording are not voices, and while it records them nicely, the finalsilence has to be large to allow the user to end the call with a keypress. It's my impression that last week it ended in a hangup rather than a noinput if the finalsilence was too short. I've not had the Sorry I did not hear you before.
-What exactly triggers this noinput event?
-Does noinput event depend on finalsilence or on some other parameter?
-Can I trap it and bypass it? (I'd appreciate some code examples).
Thanks John
John Brohan National Instruments LabVIEW expert in Montreal
Traders Micro "We connect all sorts of things to computers"
telemedicine applications
www.woundfollowup.com

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

In IVR code set high sensitivity to avoid noinput message

Post by support »

Hi,

To answer question 1, this is possibly a problem on your end as our IVR system only registers IVR calls that are sent to us.

To answer question 2, you should set a high sensitivity to avoid getting this noinput message. To do this, you would type:

Code: Select all

<property name="sensitivity" value="0.8"/>
If you are still getting the noinput message, you can try setting the sensitivity value to 1.0. Hope this helps.

Regards,
Plum Support

Post Reply