added notes about avaya firmware (#7040)

This commit is contained in:
Antonio Fernandez
2024-07-08 16:43:41 -04:00
committed by GitHub
parent 41de2177e1
commit da7a748a8a
3 changed files with 9 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
## Phone firmware
## Firmware must be on 4.1.4.0.5 and higher to work properly.
## Older firmwares do not accept a full URL in the APPNAME field so it will use HTTPSRVR and HTTPDIR to look for the firmware file.
## You will need to move the firmware files to /app/provision the first time to get them to update.
SET APPNAME "{if isset($avaya_j169_firmware_filename)}{$avaya_j169_firmware_filename}{else}FW_S_J169_R4_1_4_0_5.bin{/if}"
## JEM24 Expansion Module firmware
SET "{if isset($avaya_jem24_firmware_filename)}{$avaya_jem24_firmware_filename}{else}JEM24_APPNAME FW_JEM24_R1_0_1_0_26.bin{/if}"

View File

@@ -1,4 +1,7 @@
## Phone firmware
## Firmware must be on 4.1.4.0.5 and higher to work properly.
## Older firmwares do not accept a full URL in the APPNAME field so it will use HTTPSRVR and HTTPDIR to look for the firmware file.
## You will need to move the firmware files to /app/provision the first time to get them to update.
SET APPNAME "{if isset($avaya_j179_firmware_filename)}{$avaya_j179_firmware_filename}{else}FW_S_J179_R4_1_4_0_5.bin{/if}"
## JEM24 Expansion Module firmware
SET "{if isset($avaya_jem24_firmware_filename)}{$avaya_jem24_firmware_filename}{else}JEM24_APPNAME FW_JEM24_R1_0_1_0_26.bin{/if}"

View File

@@ -1,4 +1,7 @@
## Phone firmware
## Firmware must be on 4.1.4.0.5 and higher to work properly.
## Older firmwares do not accept a full URL in the APPNAME field so it will use HTTPSRVR and HTTPDIR to look for the firmware file.
## You will need to move the firmware files to /app/provision the first time to get them to update.
SET APPNAME "{if isset($avaya_j189_firmware_filename)}{$avaya_j189_firmware_filename}{else}FW_S_J189_R4_1_4_0_5.bin{/if}"
## JEM24 Expansion Module firmware
SET "{if isset($avaya_jem24_firmware_filename)}{$avaya_jem24_firmware_filename}{else}JEM24_APPNAME FW_JEM24_R1_0_1_0_26.bin{/if}"