#
#       Sample dialer script for login to Demon Internet Services
#
#  replace 'site' and 'password' with your values
#
configure:
init "ATZ\r"
dial_cmd "ATD"
ld_code         ""
number "123-456789\r"
retries         999
#
execute:
init
cwait  10000 "OK"
dial
cwait  25000 "CONNECT" "BUSY" "NO CARRIER" 
cwait 30000  "gin:" "NO CARRIER" 
wait 1000
send "mynode\r"
wait 60000 "word:" 
wait  1000
send "secret\r"
wait 60000 "ocol:" 
wait 1000 
send "ppp mru=1500 idle=300\r"
wait 60000 "HELLO"

