# # Dial script file for STiK.ACC # # # There are two parts to the connection process. # # The first part is initialising the modem, dialing a remote system # and establishing a connection to a remote modem. # # The second part is to log into the remote computer. This will # involve entering a username and password, selecting SLIP mode, # and reading the Internet Address that your system will have for # the duration of the session. # # # Dial Script Part 1 - Establishing the connection. # # The first thing to do is to specify the speed of the modem with # the BAUD_RATE variable. # # This should be 19200 for any machine that is using Modem 1 (see # DEFAULT.CFG) without hardware modification. # Raise it above this (ie: to 38400) for Falcons/TTs etc using modem 2 # BAUD_RATE = 19200 # # # Next you should define how your modem responds to the DTR # signal. STiK will use the DTR signal to hangup the modem # if HANGUP = DTR is set. Otherwise set HANGUP to the # appropriate hangup string for your modem. (eg: HANGUP = ATH) # HANGUP = DTR # # # PREFIX sets the dial prefix (ie: ATD, ATDT, ATDP) # PREFIX = ATD # # # INIT set the string you can use to initialise the modem. # INIT = AT%C0L0 # # # Dialing paramaters. # # The dialing parameters are CONNECT_WAIT and REDIAL_DELAY. These # are times in seconds. CONNECT_WAIT is the amount of time to wait # for a connection after dialing a number. REDIAL_DELAY is the amount # of time to wait in between dial attempts. # CONNECT_WAIT = 30 REDIAL_DELAY = 2 # # # Phone Number(s). PHONE_NUMBER = number. Some providers # have more than one number you can dial. You can specify # up to five phone numbers here. # Leave these as they are valid for Zetnet at the moment. # PHONE_NUMBER = 08450798090 # # # Determining connection success/failure. # # Connection success can be determined either by detecting the # modems Carrier Detect signal (SUCCESS = CDWAIT), or waiting # for a CONNECT response (SUCCESS = CONNECT) from the modem. # Failure can be determined by a timeout or a modem response # such as NO CARRIER, BUSY, NO DIALTONE etc. # Up to five FAILURE test words can be set. # SUCCESS = CDWAIT FAILURE = BUSY FAILURE = NO CARRIER FAILURE = NO DIALTONE # # # # Dial Script Part 2 - Log in to the Service Provider. # # # # Leave Whatever is not commented for amending. # FIND = ogin RESP = ZETslip WAIT = 0 FIND = Name # # Edit your Name as mine is: RESP = David Henderson WAIT = 0 FIND = N # # Enter your Registration number as mine is: RESP = 8154-666-99 WAIT = 0 FIND = m # # Enter your Account number as mine is: RESP = 10001415 WAIT = 0 FIND = r # # Enter your Password as mine (fake) is: RESP = doinotlikeorange WAIT = 0 # WAIT = 0 FIND = RESS RESP = $GET_IP #