From da7a748a8acab99efff59ce344df742aec81f72b Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Mon, 8 Jul 2024 16:43:41 -0400 Subject: [PATCH] added notes about avaya firmware (#7040) --- resources/templates/provision/avaya/J169/{$mac}.cfg | 3 +++ resources/templates/provision/avaya/J179/{$mac}.cfg | 3 +++ resources/templates/provision/avaya/J189/{$mac}.cfg | 3 +++ 3 files changed, 9 insertions(+) diff --git a/resources/templates/provision/avaya/J169/{$mac}.cfg b/resources/templates/provision/avaya/J169/{$mac}.cfg index 70d7ec2502..893c3b9253 100644 --- a/resources/templates/provision/avaya/J169/{$mac}.cfg +++ b/resources/templates/provision/avaya/J169/{$mac}.cfg @@ -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}" diff --git a/resources/templates/provision/avaya/J179/{$mac}.cfg b/resources/templates/provision/avaya/J179/{$mac}.cfg index 8b8309307c..251fedaa31 100644 --- a/resources/templates/provision/avaya/J179/{$mac}.cfg +++ b/resources/templates/provision/avaya/J179/{$mac}.cfg @@ -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}" diff --git a/resources/templates/provision/avaya/J189/{$mac}.cfg b/resources/templates/provision/avaya/J189/{$mac}.cfg index 1758454b62..ef9dc353b6 100644 --- a/resources/templates/provision/avaya/J189/{$mac}.cfg +++ b/resources/templates/provision/avaya/J189/{$mac}.cfg @@ -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}"