sys 20 verify nonNull help "Sitename of remote system."

Line 7 verify checkLine \
 help "ACU, None or a DIR line (2nd entry) in devices."

baudRate 6 verify numeric help "110, 300, 600, 1200, 2400, 4800, 9600 or 19200"

phoneNo 14 verify noWhite \
	help "Must be in the format understood by your dialer."

do 7 TIMEPAIRS
	day 15 verify checkDay skip group \
		help "Su Mo Tu We Th Fr Sa Wk Any Never"
	timeFrom 4 verify checkTime skip 1 \
		help "0000 to 2400 or null for any"
	timeTo 4 verify checkTime help "0000 to 2400"
done

do 8 SENDPAIRS
	expect 28 long verify noWhite help "Expected message from remote site."
	send 28 long verify noWhite help "Reply to remote site."
done
%%
		Connected system list
System		!
Line		!
baud rate	!
phone number	!
Day to call     Time From    Time To     
!		!	     !
!		!	     !
!		!	     !
!		!	     !
!		!	     !
!		!	     !
!		!	     !
expect !                            send !
expect !                            send !
expect !                            send !
expect !                            send !
expect !                            send !
expect !                            send !
expect !                            send !
expect !                            send !
