Thanks for the responses guys:
Kyle555- this is what the files look like, tried looking for the DHCP 242 but could not find it.
96x1Hupgrade.txt:
********************************************
* Common Kernel/RFS File for all 96x1 models
********************************************
IF $MODEL4 SEQ 9641 GOTO 9641SW
IF $MODEL4 SEQ 9608 GOTO 9608SW
IF $MODEL4 SEQ 9611 GOTO 9611SW
IF $MODEL4 SEQ 9621 GOTO 9621SW
*********************************************
* Application and Kernel file for 9641
*********************************************
# 9641SW
SET RFSNAME S96x1_UKR_V9_V9.tar
SET APPNAME S9621_41HALBR6_0_20S_V452.tar
GOTO GETSET
*********************************************
* Application and Kernel file for 9608
*********************************************
# 9608SW
SET RFSNAME S96x1_UKR_V9_V9.tar
SET APPNAME S9608_11HALBR6_0_20S_V452.tar
GOTO GETSET
*********************************************
* Application and Kernel file for 9611
*********************************************
# 9611SW
SET RFSNAME S96x1_UKR_V9_V9.tar
SET APPNAME S9608_11HALBR6_0_20S_V452.tar
GOTO GETSET
*********************************************
* Application and Kernel file for 9621
*********************************************
# 9621SW
SET RFSNAME S96x1_UKR_V9_V9.tar
SET APPNAME S9621_41HALBR6_0_20S_V452.tar
GOTO GETSET
********************************************
* Get the settings file
********************************************
# GETSET
GET 46xxsettings.txt
96x1Supgrade.txt:
IF $MODEL4 SEQ 9601 GOTO 9601sp0
# 9601sp0
SET APPNAME S9601aSALB_R6_1_0r26418_V11r1271.tar
SET APPSIGNAME S9601aSALB_R6_1_0r26418_V11r1271.tar.sig
## if the phone has earlier load than SP0 then download SP0 and then SP3, else download SP3
IF $APPNAME_IN_USE SEQ S9601aSALB_R6_1_0r26418_V11r1271.tar GOTO 9601sp3
IF $APPNAME_IN_USE SEQ S9601aSALB_R6_1_2r26428_V11r1271.tar GOTO 9601sp3
IF $APPNAME_IN_USE SEQ S9601_SALB_R6_1_3r27949_V11r1448.tar GOTO 9601sp3
GOTO GETSET
# 9601sp3
SET APPNAME S9601_SALB_R6_1_3r27949_V11r1448.tar
SET RFSNAME S9601_UKR_V11r1448_V11r1448.tar
SET APPSIGNAME S9601_SALB_R6_1_3r27949_V11r1448.tar.sig
SET RFSSIGNAME S9601_UKR_V11r1448_V11r1448.tar.sig
GOTO GETSET
# GETSET
GET 46xxsettings.txt
Jimbojimbo: yes, they are all 96XX models. I did find a SET SIPSIGNAL 2 parameter on my 46xxsettings.txt file but its here:
############################################################
## ##
## SIP SETTINGS ##
## Settings applicable only to 46xx telephone models ##
## or 96xx telephone models in non-Avaya environments ##
## ##
############################################################
## SIP Signaling Transport Type
## Specifies the type of transport to use for SIP signaling.
## 0 for UDP
## 1 for TCP
## 2 for TLS (default)
## SET SIPSIGNAL 2
it specifies for non-Avaya environments. Although we are using Cisco routers and switches for connectivity, would that be an issue? We are using Avaya utility servers, there are seven in our network but only one is in the "Running" mode, the others are "stopped"
gwebster: since I am the only one who manages the Avaya network, I am sure that no changes were made to any of the servers. All our 96XX phones when plugged in would always come up H.323, no matter which location they were plugged in. But now, when a new phone, or a phone that has been factory reset by using the "clear" option, you can see that it downloads ha96xxual_50.bin, and hb96xxual_50bin. It's only when I manually input the values that it downloads the proper H323 files.
I am still at it, please feel free to suggest more input as every little clue may point me in the right direction.