ECHO ON
TIMEOUT 2000
REDIAL "BUSY"
ABORT "NO CARRIER", "NO DIALTONE"
SEND "ATZ1"
WAIT "OK"
SEND "ATL1S10=255"
WAIT "OK"
SEND "ATDT123-456-7890"
WAIT "CONNECT"
WAIT "ogin:"
SEND "your_login_id"
WAIT "assword:"
SEND "your_password"
WAIT "Packet mode enabled"
