gingersnap1027
Technical User
Hi All,
I have an MV IP_TEL MGR server running and it works great updating my 4600 phones but other than the 4600settings.txt file and the 16xxupgrade.txt file it will not pull the new bin files into the 1600 phones for some reason. Is there something I need to edit in the 16xxupgrade.txt file?
Below is my 16xxupgrade.txt file
############################################################
## ##
## AVAYA 16XX IP TELEPHONE SOFTWARE UPGRADE CONFIGURATION ##
## *** Jun 14, 2010 *** ##
## ##
## This file upgrades the following telephones ##
## to the indicated releases: ##
## 1616 - Release 1.3000 ##
## 1608 - Release 1.3000 ##
## 1603 - Release 1.3000 ##
## ##
############################################################
## ##
## BACKUP APPLICATION VERSION NUMBERS ##
## 1616 - Release 1.3000 ##
## 1608 - Release 1.3000 ##
## 1603 - Release 1.3000 ##
## ##
############################################################
## ##
## PHONE APPLICATION VERSION NUMBERS ##
## 1616 - Release 1.3000 ##
## 1608 - Release 1.3000 ##
## 1603 - Release 1.3000 ##
## ##
############################################################
#
#
############################################################
## Check backup application version ##
############################################################
IF $MODEL4 SEQ 1616 goto BACKUPAPP1616
IF $MODEL4 SEQ 1608 goto BACKUPAPP1608
IF $MODEL4 SEQ 1603 goto BACKUPAPP1603
goto END
# BACKUPAPP1616
IF $BOOTNAME SEQ hb1616ua1_3000.bin goto PHONEAPP1616
SET APPNAME hb1616ua1_3000.bin
goto GETSET
# BACKUPAPP1608
IF $BOOTNAME SEQ hb1608ua1_3000.bin goto PHONEAPP1608
SET APPNAME hb1608ua1_3000.bin
goto GETSET
# BACKUPAPP1603
IF $BOOTNAME SEQ hb1603ua1_3000.bin goto PHONEAPP1603
SET APPNAME hb1603ua1_3000.bin
goto GETSET
############################################################
## Check phone application version ##
############################################################
# PHONEAPP1616
SET APPNAME ha1616ua1_3000.bin
SET BMAPPNAME bm32a2_1.hex
goto GETSET
# PHONEAPP1608
SET APPNAME ha1608ua1_3000.bin
goto GETSET
# PHONEAPP1603
SET APPNAME ha1603ua1_3000.bin
goto GETSET
############################################################
## Get additional configuration files ##
############################################################
# GETSET
GET 46xxsettings.txt
# END
Thanks,
I have an MV IP_TEL MGR server running and it works great updating my 4600 phones but other than the 4600settings.txt file and the 16xxupgrade.txt file it will not pull the new bin files into the 1600 phones for some reason. Is there something I need to edit in the 16xxupgrade.txt file?
Below is my 16xxupgrade.txt file
############################################################
## ##
## AVAYA 16XX IP TELEPHONE SOFTWARE UPGRADE CONFIGURATION ##
## *** Jun 14, 2010 *** ##
## ##
## This file upgrades the following telephones ##
## to the indicated releases: ##
## 1616 - Release 1.3000 ##
## 1608 - Release 1.3000 ##
## 1603 - Release 1.3000 ##
## ##
############################################################
## ##
## BACKUP APPLICATION VERSION NUMBERS ##
## 1616 - Release 1.3000 ##
## 1608 - Release 1.3000 ##
## 1603 - Release 1.3000 ##
## ##
############################################################
## ##
## PHONE APPLICATION VERSION NUMBERS ##
## 1616 - Release 1.3000 ##
## 1608 - Release 1.3000 ##
## 1603 - Release 1.3000 ##
## ##
############################################################
#
#
############################################################
## Check backup application version ##
############################################################
IF $MODEL4 SEQ 1616 goto BACKUPAPP1616
IF $MODEL4 SEQ 1608 goto BACKUPAPP1608
IF $MODEL4 SEQ 1603 goto BACKUPAPP1603
goto END
# BACKUPAPP1616
IF $BOOTNAME SEQ hb1616ua1_3000.bin goto PHONEAPP1616
SET APPNAME hb1616ua1_3000.bin
goto GETSET
# BACKUPAPP1608
IF $BOOTNAME SEQ hb1608ua1_3000.bin goto PHONEAPP1608
SET APPNAME hb1608ua1_3000.bin
goto GETSET
# BACKUPAPP1603
IF $BOOTNAME SEQ hb1603ua1_3000.bin goto PHONEAPP1603
SET APPNAME hb1603ua1_3000.bin
goto GETSET
############################################################
## Check phone application version ##
############################################################
# PHONEAPP1616
SET APPNAME ha1616ua1_3000.bin
SET BMAPPNAME bm32a2_1.hex
goto GETSET
# PHONEAPP1608
SET APPNAME ha1608ua1_3000.bin
goto GETSET
# PHONEAPP1603
SET APPNAME ha1603ua1_3000.bin
goto GETSET
############################################################
## Get additional configuration files ##
############################################################
# GETSET
GET 46xxsettings.txt
# END
Thanks,