Guest toz Report post Posted 04/23/2003 08:58 AM I am explained : I have a means of acquisition of code, if the code is good, one passes has the continuation, if it is not good, one must Re seize, if at the end of 30 one did anything one loop on the seizure. the problem is that if the person hangs up again my continuous loop and I do not know how to make to detect that thanks, Share this post Link to post
SupportTeam Report post Posted 04/23/2003 11:29 PM You should design a script in such a way that it does not have any continuous loops in it - if your modem/card fails to detect the busy tone at the end of call then the phone line will be tied up by the script going in circles... A good idea is to always hang up if there is a timeout awaiting for caller input (after giving the caller a couple of chances to enter something)... Share this post Link to post