Chapter 6 – Configuration Scripts
52
MultiConnect AW User Guide
; wait 'OK' ; "12000", "9600", "4800", "2400", "2200", "1200", "300"
; sendln "2 B B V34" ; Choices for the last parameter: "V92", V90", "V34", "V32BIS", "V32",
; wait 'OK' ; "V22BIS", "V22", "BELL212A", "BELL103"
; sendln "2 B C V42_MNP" ; last parameter: "V42_MNP", "V42_ONLY", "MNP DIRECT_MODE", "NO_ECM"
; wait 'OK'
; sendln "2 B D V42BIS_MNP5" ; Choices for the last parameter: "V42BIS_MNP5", "NO_COMPRESSION"
; wait 'OK'
; sendln "2 B E RTS_CTS" ; Choices for the last parameter: "RTS_CTS", "XON_XOFF", "DISABLE"
; wait 'OK'
; sendln "2 B F ON" ; Choices for the last parameter: "ON", "OFF"
; wait 'OK'
; sendln "2 B G 90" ; last parameter: Enter the Analog modem handshake timeOut in seconds
; wait 'OK'
;----------------------------------------------------------------------------------------------
; 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 C 5" ; Choice for the last parameter: Enter the Timeout Between Dialed Digits 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"