Chapter 6 – Configuration Scripts
44
Multi-Tech Systems, Inc. MultiConnect AW User Guide
; wait 'OK'
;----------------------------------------------------------------------------------------------
; Timers section - In most cases, this section can be commented out
;----------------------------------------------------------------------------------------------
; sendln "4 A 0" ; Choice for the last parameter: Enter the Menu Inactivity timer in seconds
; wait 'OK'
; sendln "4 B 300" ; Choice for the last parameter: Enter the No Signal Reset timer in seconds
; wait 'OK'
; sendln "4 C 5" ; 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"
; 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'
;----------------------------------------------------------------------------------------------
; Debug section - Enable or Disable debug
;----------------------------------------------------------------------------------------------
; sendln "8 Y" ; Choices for the last parameter: "Y", "N"
; wait 'OK'
;-----------------------------------------------------------------------------------------------
; Wireless Connection - save this option for last because if "Always On" is selected because the
; system will start the connection right away!
;-----------------------------------------------------------------------------------------------