Hello !
I am managing a PBX an Avaya G3siV12 with operating system R012i.00.1.221.1
which has enable 20 devices IP phones Avaya 4602 IP.
One of them had to be replaced and I found an Avaya 4602SW IP.
I tried to install it and used the exact same settings as the old phone :
Phone=192.168.2.212 (IP address of phone)
CallSV=192.168.2.80 (η IP address of media server)
CallSvPort=1719
Router=192.168.2.1
Mask=255.255.255.0
FileSv=192.168.2.88 (one PC running TFTP server that I setup)
802.1Q=on
I tried to activate the phone but it was looking for TFTP server.
So I setup one on a PC and uploaded an old file I had : 46XXUPGRADE.SCR
As soon as the phone connects to the TFTP and gets the file 46XXUPGRADE.SCR it asks for a file which is not available 4602dbte1_8.bin
Is this file necessary ?
Can anyone send it to me ?
Thanks !!
Makis
Below is the 46XXUPGRADE.SCR file :
##################################################
# Mon Sept 08, 2003
#
# 46XX Software Upgrade Script
#
# Release 1.8 Build 1804
# Set Types: 4602,4602SW
#
# Release 1.8.1 Build 1.803
# Set Types: 4606, 4612/4624, 4620
#
#################################################
# BOOTAPP VERSION NUMBERS
# 4602: 1.8
# 46xx: 83
# 4620: 1817
#################################################
#################################################
# BIGAPP VERSION NUMBERS
# 4602: 1.8
# 46xx: 1.8.1
# 4620: 1.8.1
#################################################
#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 $MODEL SEQ 4602D01A goto BOOTAPP4602D
IF $MODEL SEQ 4602D02A goto BOOTAPP4602SW
IF $MODEL4 SEQ 4602 goto BOOTAPP4602D
goto END
# BOOTAPP4602D
IF $BOOTNAME SEQ 4602dbte1_8.bin goto DEF46XX
SET APPNAME 4602dbte1_8.bin
goto END
# BOOTAPP4602SW
IF $BOOTNAME SEQ 4602sbte1_8.bin goto DEF46XX
SET APPNAME 4602sbte1_8.bin
goto END
# BOOTAPP4620
IF $MODEL SEQ 4620D01A goto BOOTAPP4620A
goto END
# BOOTAPP4620A
IF $BOOTNAME SEQ 4620COMMON.V1817 goto DEF46XX
SET APPNAME bbla20_1817.bin
goto END
# BOOTAPP46XX
IF $BOOTNAME SEQ 46XXCOMMON.V36 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V52 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V65 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V69 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V82 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V83 goto DEF46XX
SET APPNAME bbla0_83.bin
goto END
################################
#download definity bigApp #
################################
# DEF46xx
IF $MODEL4 SEQ 4602 goto DEF4602
IF $MODEL4 SEQ 4606 goto DEF4606
IF $MODEL4 SEQ 4612 goto DEF4624
IF $MODEL4 SEQ 4620 goto DEF4620
IF $MODEL4 SEQ 4624 goto DEF4624
goto END
#definity bigApp for 4602 model
# DEF4602
IF $MODEL SEQ 4602D01A goto DEF4602D
IF $MODEL SEQ 4602D02A goto DEF4602SW
goto END
#definity bigApp for 4602D model
# DEF4602D
SET APPNAME 4602dape1_8.bin
goto END
#definity bigApp for 4602SW model
# DEF4602SW
SET APPNAME 4602sape1_8.bin
goto END
#definity bigApp for 4606 model
# DEF4606
SET APPNAME def06r1_8_1.bin
goto END
#definity bigApp for 4620 model
# DEF4620
IF $MODEL SEQ 4620D01A goto DEFAPP4620A
goto END
# DEFAPP4620A
SET APPNAME def20r1_8_1.bin
goto END
#definity bigApp for 4612 & 4624 model
# DEF4624
SET APPNAME def24r1_8_1.bin
goto END
# END
#GET 46xxsettings.txt
#GET 46xxsettings.scr
------------------------------------------------------------------
I am managing a PBX an Avaya G3siV12 with operating system R012i.00.1.221.1
which has enable 20 devices IP phones Avaya 4602 IP.
One of them had to be replaced and I found an Avaya 4602SW IP.
I tried to install it and used the exact same settings as the old phone :
Phone=192.168.2.212 (IP address of phone)
CallSV=192.168.2.80 (η IP address of media server)
CallSvPort=1719
Router=192.168.2.1
Mask=255.255.255.0
FileSv=192.168.2.88 (one PC running TFTP server that I setup)
802.1Q=on
I tried to activate the phone but it was looking for TFTP server.
So I setup one on a PC and uploaded an old file I had : 46XXUPGRADE.SCR
As soon as the phone connects to the TFTP and gets the file 46XXUPGRADE.SCR it asks for a file which is not available 4602dbte1_8.bin
Is this file necessary ?
Can anyone send it to me ?
Thanks !!
Makis
Below is the 46XXUPGRADE.SCR file :
##################################################
# Mon Sept 08, 2003
#
# 46XX Software Upgrade Script
#
# Release 1.8 Build 1804
# Set Types: 4602,4602SW
#
# Release 1.8.1 Build 1.803
# Set Types: 4606, 4612/4624, 4620
#
#################################################
# BOOTAPP VERSION NUMBERS
# 4602: 1.8
# 46xx: 83
# 4620: 1817
#################################################
#################################################
# BIGAPP VERSION NUMBERS
# 4602: 1.8
# 46xx: 1.8.1
# 4620: 1.8.1
#################################################
#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 $MODEL SEQ 4602D01A goto BOOTAPP4602D
IF $MODEL SEQ 4602D02A goto BOOTAPP4602SW
IF $MODEL4 SEQ 4602 goto BOOTAPP4602D
goto END
# BOOTAPP4602D
IF $BOOTNAME SEQ 4602dbte1_8.bin goto DEF46XX
SET APPNAME 4602dbte1_8.bin
goto END
# BOOTAPP4602SW
IF $BOOTNAME SEQ 4602sbte1_8.bin goto DEF46XX
SET APPNAME 4602sbte1_8.bin
goto END
# BOOTAPP4620
IF $MODEL SEQ 4620D01A goto BOOTAPP4620A
goto END
# BOOTAPP4620A
IF $BOOTNAME SEQ 4620COMMON.V1817 goto DEF46XX
SET APPNAME bbla20_1817.bin
goto END
# BOOTAPP46XX
IF $BOOTNAME SEQ 46XXCOMMON.V36 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V52 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V65 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V69 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V82 goto DEF46XX
IF $BOOTNAME SEQ 46XXCOMMON.V83 goto DEF46XX
SET APPNAME bbla0_83.bin
goto END
################################
#download definity bigApp #
################################
# DEF46xx
IF $MODEL4 SEQ 4602 goto DEF4602
IF $MODEL4 SEQ 4606 goto DEF4606
IF $MODEL4 SEQ 4612 goto DEF4624
IF $MODEL4 SEQ 4620 goto DEF4620
IF $MODEL4 SEQ 4624 goto DEF4624
goto END
#definity bigApp for 4602 model
# DEF4602
IF $MODEL SEQ 4602D01A goto DEF4602D
IF $MODEL SEQ 4602D02A goto DEF4602SW
goto END
#definity bigApp for 4602D model
# DEF4602D
SET APPNAME 4602dape1_8.bin
goto END
#definity bigApp for 4602SW model
# DEF4602SW
SET APPNAME 4602sape1_8.bin
goto END
#definity bigApp for 4606 model
# DEF4606
SET APPNAME def06r1_8_1.bin
goto END
#definity bigApp for 4620 model
# DEF4620
IF $MODEL SEQ 4620D01A goto DEFAPP4620A
goto END
# DEFAPP4620A
SET APPNAME def20r1_8_1.bin
goto END
#definity bigApp for 4612 & 4624 model
# DEF4624
SET APPNAME def24r1_8_1.bin
goto END
# END
#GET 46xxsettings.txt
#GET 46xxsettings.scr
------------------------------------------------------------------