mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
added notes about avaya firmware (#7040)
This commit is contained in:
committed by
GitHub
parent
41de2177e1
commit
da7a748a8a
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user