;EP - this does nothing.
; The "W +" and timeout stuff wasn't effective.
; Just the CLOSE seems to take care of things okay at ANMC.
; This is probably the case at other sites, too.
MODEMSTS(DIALOUT)
;EP - return 0; or you can just DO it.
FLUSH(DIALOUT,TO)
;EP - return 0 if okay, nonzero if error
ECHOOFF(DIALOUT)
CLOSE(DIALOUT)
;EP - return 0 if okay, nonzero if error
DIAL(DIALOUT)
;EP - return 0 if okay, nonzero if error
OPEN(DIALOUT)
;EP - return 0 if okay, nonzero if error
; Error can be: 79 - $ZB=79, reproducible by telnet <server> <port>
; or perhaps just due to a few seconds while port resets from prev
; use.
LOGZE(WHERE)
PHONENUM(N)
ATZ(DIALOUT)
;EP - return 0 if okay, nonzero if error
; added FLUSH calls to give a little cushion around the ATZ command