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!

How to convert a VPN Phone back to a Non VPN Phone

AVAYA: IPO Office FAQ

How to convert a VPN Phone back to a Non VPN Phone

by  hairlessupportmonkey  Posted    (Edited  )
Converting an Avaya VPN Phone to a non VPN Phone

1) Edit your existing 46vpnupgrade.scr file as follows. Don't forget the line at the very bottom of this document!

2) Next set your phone's GROUP back to 0 by pressing the MUTE button (just press it don't hold it down) then enter GROUP on the keypad (47687) and press #.

3) Reboot your phone and the non VPN firmware should be re-installed on the phone.

##################################################
# Release Date: August 26 , 2007
#
# 46XX Software Upgrade Script for VPN Capable H.323 IP Telephone
#
# This file upgrades the following telephones to the
# indicated releases:
# 4620, 4610, 4621, 5610 VPN Build 252
# 5620, 5621 VPN Build 252
#
#
##################################################

IF $GROUP SEQ 0 GOTO NOVPN

IF $MODEL4 SEQ 4610 goto DEFVPN4610
IF $MODEL SEQ 4620D01B goto DEFVPN4620
IF $MODEL SEQ 4621D01A goto DEFVPN4620
IF $MODEL4 SEQ 5610 goto DEFVPN5610
IF $MODEL4 SEQ 5620 goto DEFVPN5620
IF $MODEL4 SEQ 5621 goto DEFVPN5620
goto END


# DEFVPN5610
SET APPNAME i10aVPN23252.bin
goto END

# DEFVPN5620
SET APPNAME i20aVPN23252.bin
goto END

# DEFVPN4610
SET APPNAME a10bVPN23252.bin
goto END

# DEFVPN4620
SET APPNAME a20bVPN23252.bin
goto END

# DEFVPN4625
SET APPNAME a25VPN25252.bin
goto END


# END
GET 46vpnsetting.txt

# NO46xx

# NOVPN
GET 46xxupgrade.scr
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top