#
#	Sample dialer script for login to Demon Internet Services
#
#  replace 'site' and 'password' with your values
#
configure:
init		"AT\r"
dial_cmd	"ATDT"
ld_code	""
number	"0813434848\r"
retries	1
#
execute:
init
cwait  10000 "OK"
dial
cwait  45000 "CONNECT" "BUSY" "NO CARRIER" 
cwait 20000  "gin:" "NO CARRIER" 
wait 1000
send "site\r"
wait 60000 "word:" 
wait  1000
send "password\r"
wait 60000 "ocol:" 
wait 1000 
send "slip\r"
wait 60000 "HELLO"
