Avaya 4600 IP Phone User Manual


 
Server Administration
4600 Series IP Telephone Scripts and Application Files
4-21
You can change the name of the settings file, if desired, as long as you also edit the corresponding
GET command in the upgrade script file. In general, however, you are encouraged not to alter the
Avaya-provided upgrade script file; if Avaya changes the upgrade script file in the future, any
changes you have made will be lost. You are strongly encouraged to use the 46xxsettings file to
manage your customization instead.
Contents of the Upgrade Script 4
The following is a sample upgrade script file:
####################################
#Copyright Avaya 2003 #
#All rights reserved #
####################################
#check bootApp version #
####################################
IF $MODEL4 SEQ 4602 goto BOOTAPP4602
IF $MODEL4 SEQ 4606 goto BOOTAPP46XX
IF $MODEL4 SEQ 4612 goto BOOTAPP46XX
IF $MODEL4 SEQ 4620 goto BOOTAPP4620
IF $MODEL4 SEQ 4624 goto BOOTAPP46XX
goto END
# BOOTAPP4602
IF $BOOTNAME SEQ bb4602r1_61.bin goto DEF46XX
SET APPNAME bb4602r1_61.bin
goto END
# BOOTAPP4620
IF $BOOTNAME SEQ 4620COMMON.V1719 goto DEF46XX
SET APPNAME bbla20_1719.bin
goto END
# BOOTAPP46XX
IF $BOOTNAME SEQ 46XXCOMMON.V36 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V52 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V69 goto DEF46XX
SET APPNAME bbla0_69.bin
goto END
################################
#download definity bigApp #
################################
The filenames following the SET APPNAME command in this sample are examples
only and may not match those used in production.