Guest David Report post Posted 10/31/2005 11:47 AM 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
SupportTeam Report post Posted 11/01/2005 02:45 AM 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
Guest David Report post Posted 11/01/2005 07:59 AM Worked a treat. Thanks very much for the exceptional support given. Regards David Share this post Link to post