; Dial Script for Windows NT station
;
; Adjusted for call back service
;
; version 1.0 feb 1998
;
; writen by Dr. Daniel Arbel , Technion Computer Center
;
; not For use with RADIUS servers (line xxxxxxx )
;
; for use with siva servers lines xxxxx xxxxxx
; use the script callback1.scp
;
; Installation instructions:
; 1) Install your modem and add the parameter &C0 in the addtional
; configuration parametrs. This will solve the problem of the script
; aborting when the server disconnect for call back.
; 2) configure your dial in session to use this script for login
; 3) put inside the script your username and password (in place of the
; <username> and <password>
; 4) Your modem should hang up the line when it detects that there is no
; carrier or when receiving the +++ath string from the script. Failing to
; do so, the dial back will not succeed. This script was tested with
; microcom modems. If you have a different modem you will have to refine
; your  modem's setup by yourself (refer to the modem's user's guide).


proc main
        delay 1
        transmit "^M"
        transmit "^M"
        delay 1
        waitfor "id:"
        transmit "<your user id here>"
        transmit "^M"
        waitfor "word?"
        transmit "<your password here>"
        transmit "^M"
        delay 1
        transmit "^M"
;       waitfor "dialback"
        transmit "+++"
        transmit "ath0^M"
        waitfor "RING"
        transmit "ata^M"
        waitfor ">"
        transmit "ppp^M"
        delay 1
endproc


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to