#
ECHO OFF
#ECHO ON
# All the usual abort strings
ABORT "NO CARRIER"
ABORT "VOICE"
ABORT "BUSY"
ABORT "NO DIALTONE"
ABORT "NO ANSWER"
#
# If calling outside allowed time we get this:
#
ABORT "Access denied"
#
# Modem initialisation stuff (review AT commands!!!)
#
TIMEOUT 5
SAY "Initialising modem ...\n"
'' ATZ
'OK\r\n' ATS7=45S0=0L1V1X0&c1E1Q0
#
# Now dial our ISP and wait for connection
#
SAY "Dialling our ISP ...\n"
'OK\r\n' ATDyourphonenumber
TIMEOUT 60
CONNECT \c
SAY "Connected ...\n"
#
# Start AutoPPP
# 
'ogin' /AutoPPP/
