mkusa Report post Posted 06/15/2004 11:31 AM Hi, Can you advice me on how to limit the number of times the caller can enter an invalid number ?? for example the caller has to enter his ID number, and if the number is wrong for 3 times I want to run a VB program to show this error. I already know how to call a VB program, its just how to limit the number of invalid tries !! Thanx Share this post Link to post
SupportTeam Report post Posted 06/15/2004 12:59 PM v5.2.3 out soon will address this very requirement. In v5.2.3 the number of retries will be able to be limited by the 'replays' setting in the Get Numbers module. Share this post Link to post
saleh Report post Posted 08/23/2004 08:09 AM im using 5.2.3 now (Version 5.2.3018) i dont see any setting in the Get Numbers module for 'replays' ? Share this post Link to post
SupportTeam Report post Posted 08/23/2004 12:24 PM It's the "Retries if no response from caller..." setting. Share this post Link to post
saleh Report post Posted 08/23/2004 03:07 PM i thought he was talking about another thing.. for example: [wellcome Module] --> [Get UserID] ---> [Get Password] ---> ---> ----> [LogedIn] ----> [LoginInFail] there is away using Eval Module to see who many logins did the user try to block crackerz, but it will be nice if there ware an enternal counter in every module, to check how many time the user run this module and do an action based on that Share this post Link to post
SupportTeam Report post Posted 08/23/2004 09:34 PM See Example 9 on this page: http://www.voiceguide.com/vghelp/html/modEvalExpr.htm Share this post Link to post