Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
GET /memorycard/system/primary/16xxupgrade.txt__f_i_l_e_.txt HTTP/1.1
User-Agent: IPOManager/9.0
Host: 192.168.9.2
HTTP/1.1 200 OK
Date: Wed, 17 Jul 2013 06:53:04 GMT
Cache-Control: private
Server: IPOffice/8.1(69)
Content-Length: 34
Last-Modified: Fri, 24 May 2013 14:53:58 GMT
Content-Type: text/plain
2973,24/05/2013,14:53:58,0,0,1,0
0GET /memorycard/SYSTEM/PRIMARY/16xxupgrade.txt HTTP/1.1
User-Agent: IPOManager/9.0
Host: 192.168.9.2
HTTP/1.1 200 OK
Date: Wed, 17 Jul 2013 06:53:06 GMT
Cache-Control: private
Server: IPOffice/8.1(69)
Content-Length: 2973
Last-Modified: Fri, 24 May 2013 14:53:58 GMT
Content-Type: text/plain
############################################################
## ##
## AVAYA 16XX IP TELEPHONE SOFTWARE UPGRADE CONFIGURATION ##
## *** April 23 , 2013 *** ##
## ##
## This file upgrades the following telephones ##
## to the indicated releases: ##
## 1616 - Release 1.3SP3 ##
## 1608 - Release 1.3SP3 ##
## 1603 - Release 1.3SP3 ##
## ##
############################################################
## ##
## BACKUP APPLICATION VERSION NUMBERS ##
## 1616 - Release 1.3SP3 ##
## 1608 - Release 1.3SP3 ##
## 1603 - Release 1.3SP3 ##
## ##
############################################################
## ##
## PHONE APPLICATION VERSION NUMBERS ##
## 1616 - Release 1.3SP3 ##
## 1608 - Release 1.3SP3 ##
## 1603 - Release 1.3SP3 ##
## ##
############################################################
#
#
############################################################
## 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_330D.bin goto PHONEAPP1616
SET APPNAME hb1616ua1_330D.bin
goto GETSET
# BACKUPAPP1608
IF $BOOTNAME SEQ hb1608ua1_330D.bin goto PHONEAPP1608
SET APPNAME hb1608ua1_330D.bin
goto GETSET
# BACKUPAPP1603
IF $BOOTNAME SEQ hb1603ua1_330D.bin goto PHONEAPP1603
SET APPNAME hb1603ua1_330D.bin
goto GETSET
############################################################
## Check phone application version ##
############################################################
# PHONEAPP1616
SET APPNAME ha1616ua1_330D.bin
SET BMAPPNAME GBM32_B_1_1_0.hex
goto GETSET
# PHONEAPP1608
SET APPNAME ha1608ua1_330D.bin
goto GETSET
# PHONEAPP1603
SET APPNAME ha1603ua1_330D.bin
goto GETSET
############################################################
## Get additional configuration files ##
############################################################
# GETSET
GET 46xxsettings.txt
# END