VoiceGuide IVR Software Main Page
Jump to content

'timeout 0' Not Working In Play Module

Recommended Posts

I seem to have a problem in a Play module where the timeout 0 path is not taken immediately. Strangely it is working fine earlier in the script.

 

Please see module StudyIDProblemPlay

 

Attached is the log and script. Please see call at 11:14.

 

I am using VG 5.2.5049 Professional.

 

The script was not attached, so here it is now.

logs.zip

Randomisation_fff.txt

Share this post


Link to post

It's because you're replaying the wav 3 times with 5 seconds in between.

 

 

 

[studyIDProblemPlay]

Type=Play

DispSize=69

Txt=Play "There was a problem obtaining the StudyID, we will investigate ..."

PlayFile1=StudyIDProblem.wav

Replay=2,5

strTtsText=

on {timeout 0} goto [inviteVMFinal]

on {1} goto [inviteVMFinal]

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
×