Sei sulla pagina 1di 3

############################################################

## ##
## AVAYA 96XX IP TELEPHONE SOFTWARE UPGRADE CONFIGURATION ##
## ##
## ##
## This file is intended to upgrade 96xx telephones that ##
## have been marked as "SIP" telephones by using the ##
## telephone local procedure to change "SIG" to "SIP". ##
## ##
## To make this upgrade file active, it must be renamed ##
## to "96xxupgrade.txt" and placed in your HTTP Server ##
## directory. ##
## ##
## 96xx Telephones that are marked as "Default" will not ##
## be upgraded by this file. However, the administrator ##
## may edit this file to support an H.323 release of his ##
## or her choosing. ##
## ##
## Included as a commented example are the necessary ##
## scripting terms to upgrade a "Default" phone to H.323 ##
## Release 1.5. ##
## ##
## This file upgrades the following telephones ##
## to the indicated releases: ##
## 9610 - Commented for Default H323 Release 1.5 ##
## ##
## 9620 - Commented for Default H323 Release 1.5 ##
## - Support for SIP Release 2.2 ##
## ##
## 9630 - Commented for Default H323 Release 1.5 ##
## - Support for SIP Release 2.2 ##
## ##
## 9630G - Commented for Default H323 Release 1.5 ##
## - Support for SIP Release 2.2 ##
## ##
## 9640 - Commented for Default H323 Release 1.5 ##
## - Support for SIP Release 2.2 ##
## ##
## 9640G - Commented for Default H323 Release 1.5 ##
## - Support for SIP Release 2.2 ##
## ##
## 9650 - Commented for Default H323 Release 1.5 ##
## ##
############################################################
## ##
## BACKUP APPLICATION VERSION NUMBERS ##
## 96xx - 1.5 ##
## ##
############################################################
## ##
## PHONE APPLICATION VERSION NUMBERS ##
## 9610 - H.323 1.5 ##
## 9620 - H.323 1.5 or SIP R2.2 ##
## 9630 - H.323 1.5 or SIP R2.2 ##
## 9630G - H.323 1.5 or SIP R2.2 ##
## 9640 - H.323 1.5 or SIP R2.2 ##
## 9640G - H.323 1.5 or SIP R2.2 ##
## 9650 - H.323 1.5 ##
## ##
############################################################
############################################################
## Check SIG Parameter to verify if SIP ##
############################################################
IF $SIG SEQ 2 goto SIP96XX
############################################################
## Check backup application version ##
############################################################
IF $MODEL4 SEQ 9610 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9620 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9630 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9630G goto BACKUPAPP96XX
IF $MODEL4 SEQ 9640 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9640G goto BACKUPAPP96XX
IF $MODEL4 SEQ 9650 goto BACKUPAPP96XX
goto END
# BACKUPAPP96XX
############################################################
## H.323 EDIT INSTRUCTIONS ##
## ##
## Remove the "##" before the next two script lines to ##
## load the H.323 Release 1.5 backup application. ##
## ##
## If not currently using H.323 Release 1.5, insert the ##
## appropriate backup application binary filename on both ##
## script lines (after the SEQ and after APPNAME). ##
## ##
############################################################
##
## IF $BOOTNAME SEQ hb96xxua1_50.bin goto PHONEAPP96XX
## SET APPNAME hb96xxua1_50.bin
goto GETSET
############################################################
## Check phone application version ##
############################################################
# PHONEAPP96XX
############################################################
## H.323 EDIT INSTRUCTIONS ##
## ##
## Remove the "##" before the "SET APPNAME ..." to load ##
## H.323 Release 1.5 phone application. ##
## ##
## If not currently using H.323 Release 1.5, insert the ##
## appropriate phone application binary filename. ##
## ##
############################################################
## SET APPNAME ha96xxua1_50.bin
goto GETSET
# SIP96XX
############################################################
## Check SIP backup application version ##
############################################################
IF $MODEL4 SEQ 9620 goto SIPBACKUPAPP96XX
IF $MODEL4 SEQ 9630 goto SIPBACKUPAPP96XX
IF $MODEL4 SEQ 9630G goto SIPBACKUPAPP96XX
IF $MODEL4 SEQ 9640 goto SIPBACKUPAPP96XX
IF $MODEL4 SEQ 9640G goto SIPBACKUPAPP96XX
goto END
# SIPBACKUPAPP96XX
IF $BOOTNAME SEQ hb96xxua1_50.bin goto SIPPHONEAPP96XX
SET APPNAME hb96xxua1_50.bin
goto GETSET
############################################################
## Check SIP phone application version ##
############################################################
# SIPPHONEAPP96XX
SET APPNAME SIP96xx_2_2_0_0.bin
goto GETSET
############################################################
## Get additional configuration files ##
############################################################
# GETSET
GET 46xxsettings.txt
# END

Potrebbero piacerti anche