VoiceGuide IVR Software Main Page
Jump to content

Pickup detection/ message is cut

Recommended Posts

On couple of answering machines we see that recording is "cut". It does not start from the beginning

Seems answering machine has delay, it does not record immediately or voiceguide starts sooner then needed

one answering machine - there was no record at all

I know number

Any idea?

Share this post


Link to post

Most likely those answering machine announce messages was either too quiet or it had a long period of silence at end of message and before recording started.

The vgEngine trace would show what has happened on those calls.

Silence detection level and length used to detect end of answering machine messages is set in VG.IN in section [VGDialer].

Look at settings: AM_SilenceDetectLength and AM_SilenceDetectLevel

looks like you may want to adjust those settings to better suit your targets dialed.

VoiceGuide service needs to be restarted after changing any VG.INI settings.

 

If you can reproduce the problem then .ZIP up and post here the vgEngine trace along the the "rec_am_*.wav" sound files in VoiceGuide's \temp\ subdirectory.

(The latest answering machine message for call made on each port is saved as a "rec_am_*.wav" sound file in VoiceGuide's \temp\ subdirectory.)

 

Also, if you want to have every answering machine message saved in \temp\ subdirectory, set:

AM_RecUnique=1

in VG.INI, in section [VGDialer]

 

Share this post


Link to post

Also, silence detection length and level an be set on a per-call basis, using Result Variables:
 

$RV[SilenceDetectLvl]

$RV[SilenceDetectLen]

 

So if you know that particular call may be answered by an extras quiet answering machine then level/length can be adjusted by specifying this in the "ResultVariables" field of the outgoing call:

[SilenceDetectLvl]{5}[SilenceDetectLen]{30}

Above set the detect level to 5 (level can be between 1 and 100, 0 to turn off detection), and SilenceDetectLen's "30" setting represents 3 seconds (SilenceDetectLen is in 100ms units)

This is similar to how silence detection is set in the Record module: https://www.voiceguide.com/vghelp/source/html/modrecord.htm

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×