Chapter 6 – Configuration Scripts
Multi-Tech Systems, Inc. MultiConnect AW User Guide
47
;----------------------------------------------------------------------------------------------
; System Login section
;----------------------------------------------------------------------------------------------
; sendln "3 OFF" ; Choices for the last parameter: "ON", "OFF"
; wait 'OK'
;----------------------------------------------------------------------------------------------
; Changing System Login Password - In most cases, this section can be commented out
;----------------------------------------------------------------------------------------------
; sendln "3 C ????? ?????" ; Choices for the last 2 parameters: old password, new password
; wait 'OK'
;----------------------------------------------------------------------------------------------
; Timers section - In most cases, this section can be commented out
;----------------------------------------------------------------------------------------------
; sendln "4 A 30" ; Choice for the last parameter: Enter the Menu Inactivity timer in seconds
; wait 'OK'
; sendln "4 B 300" ; Last parameter: Enter the No Signal Reset timer in seconds
; wait 'OK'
; sendln "4 C 5" ; Last parameter: Enter the Timeout Between Dialed Digits timer in seconds
; wait 'OK'
;----------------------------------------------------------------------------------------------
; Email section - In most cases, this section can be commented out
;----------------------------------------------------------------------------------------------
; sendln "5 A ?????" ; Choice for the last parameter: Enter the SMTP username
; wait 'OK'
; sendln "5 B ?????" ; Choice for the last parameter: Enter the SMTP password
; wait 'OK'
; sendln "5 C 25" ; Choice for the last parameter: Enter the SMTP portnum
; wait 'OK'
; sendln "5 D ON" ; Choices for the last parameter: "ON", "OFF"
; wait 'OK'
; sendln "5 E ?????" ; Choice for the last parameter: Enter the SMTP server
; wait 'OK'
; sendln "5 F ?????" ; Choice for the last parameter: Enter the SMTP domain
; wait 'OK'
; sendln "5 G ?????" ; Choice for the last parameter: Enter the SMTP sender's name
; wait 'OK'
; sendln "5 H ?????" ; Choice for the last parameter: Enter the SMTP sender's address
; wait 'OK'
; sendln "5 I ?????" ; Choice for the last parameter: Enter the SMTP recipient's address
; wait 'OK'