Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Anyone can provide me with 96xxupgrade.scr file?

Status
Not open for further replies.

fadihadd

Technical User
May 15, 2013
19
0
0
JO
Hello Dears,

Can you please provide with the subjected file?

Regards,
Fadi Haddad
 
############################################################
## ##
## AVAYA 96XX IP TELEPHONE SOFTWARE UPGRADE CONFIGURATION ##
## *** January 10,2013 *** ##
## ##
## This file upgrades the following telephones ##
## to the indicated releases: ##
## 9610 - Release 3.1 ##
## 9620 - Release 3.2 ##
## 9630 - Release 3.2 ##
## 9630G - Release 3.2 ##
## 9640 - Release 3.2 ##
## 9640G - Release 3.2 ##
## 9650 - Release 3.2 ##
## 9670 - Release 3.2 ##
## ##
############################################################
## ##
## BACKUP APPLICATION VERSION NUMBERS ##
## 96xx - 3.2 ##
## ##
############################################################
## ##
## PHONE APPLICATION VERSION NUMBERS ##
## 9610 - 3.1 ##
## 9620 - 3.2 ##
## 9630 - 3.2 ##
## 9630G - 3.2 ##
## 9640 - 3.2 ##
## 9640G - 3.2 ##
## 9650 - 3.2 ##
## 9670 - 3.2 ##
## ##
############################################################


############################################################
## Check backup application version ##
############################################################

IF $MODEL4 SEQ 9610 goto BACKUPAPP9610
IF $MODEL4 SEQ 9620 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9630 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9640 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9650 goto BACKUPAPP96XX
IF $MODEL4 SEQ 9670 goto BACKUPAPP9670
goto END

# BACKUPAPP96XX
IF $VPNACTIVE SEQ 1 goto PHONEAPP96XX
IF $BOOTNAME SEQ hb96xxua3_2_0_S.bin goto PHONEAPP96XX
SET APPNAME hb96xxua3_2_0_S.bin
goto GETSET

# BACKUPAPP9670
IF $VPNACTIVE SEQ 1 goto PHONEAPP9670
IF $BOOTNAME SEQ hb9670ua3_2_0_S.bin goto PHONEAPP9670
SET APPNAME hb9670ua3_2_0_S.bin
goto GETSET

# BACKUPAPP9610
IF $VPNACTIVE SEQ 1 GOTO PHONEAPP9610
IF $BOOTNAME SEQ hb96xxua3_1_05_S.bin goto PHONEAPP9610
SET APPNAME hb96xxua3_1_05_S.bin
goto GETSET

############################################################
## Check phone application version ##
############################################################

# PHONEAPP96XX
SET APPNAME ha96xxua3_2_0_S.bin
goto GETSET

# PHONEAPP9670
SET APPNAME ha9670ua3_2_0_S.bin
goto GETSET

# PHONEAPP9610
SET APPNAME ha96xxua3_1_05_S.bin
goto GETSET

############################################################
## Get additional configuration files ##
############################################################

# GETSET
GET 46xxsettings.txt

# END


A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"
Avaya. Too little or no help? Expensive?
For FAST switch support at bargain rates, give bsh a call.

bsh

40 years Bell, AT&T, Lucent, Avaya
Tier 3 for 30 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
Thank you dear for your fast response, but my question is: should I change the TXT file to SCR ?
Also I was trying to find all files of 96xx telephones to do the upgrade for them with no luck so is there any chance to provide me with them?

Thanks.
Fadi Haddad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top