VoiceGuide IVR Software Main Page
Jump to content

Silencedetectlvl

Recommended Posts

As per recording details in the help file ive created an Evaluate Expression to disable silence detection and set it as the startup module. Evaluate is running, but Silence Detection is still occuring on my record file.

 

Script below:

 

Thanks

 

Version=5.0

DefaultModuleDisplayHeight=

StartModule=Disable Silence

RunAtHangup=

StartWithoutAnswer=0

CtmAsiName=

 

[Record]

Type=Record

DispSize=69

Txt=Record a sound file, and go down different paths depending on what digit was pressed to terminate recording...

RecFile=recordings\$RV[uID].wav

PlayTone=ON

 

Position=417,615

 

[ChairPin]

Type=Get Numbers

DispSize=69

Txt=Play a prompt asking the caller to enter a sequence of numbers, speak the sequence back to the caller and ask them to confirm it. Go down different paths depending on the numbers entered...

PlayFile1=none

Replay=1,25

GetNbrLen_Min=0

GetNbrLen_Max=0

Confirm=OFF

VbScript=

VbsHoldPlay=

on {success} goto [Check#1]

 

Position=328,184

 

[uID]

Type=Get Numbers

DispSize=69

Txt=Play a prompt asking the caller to enter a sequence of numbers, speak the sequence back to the caller and ask them to confirm it. Go down different paths depending on the numbers entered...

PlayFile1=none

Replay=1,25

GetNbrLen_Min=0

GetNbrLen_Max=0

Confirm=OFF

VbScript=

VbsHoldPlay=

on {success} goto [Record]

 

Position=325,492

 

[GetNumbers]

Type=Get Numbers

DispSize=69

Txt=Play a prompt asking the caller to enter a sequence of numbers, speak the sequence back to the caller and ask them to confirm it. Go down different paths depending on the numbers entered...

PlayFile1=none

Replay=1,25

GetNbrLen_Min=0

GetNbrLen_Max=0

Confirm=OFF

VbScript=

VbsHoldPlay=

on {success} goto [ChairPin]

 

Position=146,63

 

[Check#1]

Type=Get Numbers

DispSize=69

Txt=Play a prompt asking the caller to enter a sequence of numbers, speak the sequence back to the caller and ask them to confirm it. Go down different paths depending on the numbers entered...

Replay=2,5

GetNbrLen_Min=0

GetNbrLen_Max=0

Confirm=OFF

VbScript=

VbsHoldPlay=

on {fail} goto [uID]

 

Position=656,281

 

[Disable Silence]

Type=Evaluate

DispSize=69

Txt=Evaluate the Result Variable specified, and select the path which matches the current value of the Result Variable

Expression=0

ExprNewRV=SilenceDetectLvl

ExprStoreRV=0

ExprStoreInGlobalRV=1

on {0} goto [GetNumbers]

 

Position=53,231

Share this post


Link to post

Please update your system with attached OCX - placing it in Windows' System32 directory (replacing current file there).

 

If you still experience problems please post the log file MMDDtw.txt capturing the call (as an attachment, not quoted within the post text).

ktTelControl_051101b.zip

Share this post


Link to post

Worked a treat. Thanks very much for the exceptional support given.

 

Regards

 

David

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
×