User guide
Chapter 6 – Configuration Scripts
46 Multi-Tech Systems, Inc. MultiConnect AW User Guide
;--------------------------------------------------------------
; Handshake section
;--------------------------------------------------------------
pause 1
sendln "C"
wait 'Are you sure you want to start the configuration script?'
wait 'Enter (yes/no) => '
sendln "yes"
wait 'ConfigMenuScript'
pause 1
;----------------------------------------------------------------------------------------------
; Cellular port section
;----------------------------------------------------------------------------------------------
sendln "1 B TCPCLIENT" ; Choices for the last parameter: "TCPCLIENT", "TELNET", "UDP", "PASSTHRU"
wait 'OK'
sendln "1 C OUTBOUND" ; Choices for the last parameter: "AUTODETECT", "OUTBOUND", "INBOUND"
wait 'OK'
sendln "1 E 23" ; Choice for the last parameter: Enter the LOCAL PORT for option E
wait 'OK'
sendln "1 F 7000" ; Choice for the last parameter: Enter the REMOTE PORT for option F
wait 'OK'
sendln "1 G 254.254.254.254" ; Choice for the last parameter: Enter the REMOTE IP address for option G
wait 'OK'
;*************** Phone/IP Conversion Table **************************************************
sendln "1 J 1 7001 7173500 254.254.254.254" ; The last 3 parameters are: portnum phonenum IP
wait 'OK'
sendln "1 J 2 7002 7173500 254.254.254.254" ; The last 3 parameters are: portnum phonenum IP
wait 'OK'
sendln "1 J 3 7003 7173500 254.254.254.254" ; The last 3 parameters are: portnum phonenum IP
wait 'OK'
sendln "1 J 4 7004 7173500 254.254.254.254" ; The last 3 parameters are: portnum phonenum IP
wait 'OK'
sendln "1 J 5 7005 7173500 254.254.254.254" ; The last 3 parameters are: portnum phonenum IP
wait 'OK'
;*********************************************************************************************
; sendln "1 R 90" ; last parameter: Enter the radio handshake TimeOut in sec for option R
; wait 'OK'