mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Grandstream - use variable for firmware upgrade protocol (#7377)
* Grandstream - use variable for firmware upgrade protocol The firmware upgrade protocol was hard-coded as https. Updated to use the default settings variable.
This commit is contained in:
@@ -87,6 +87,9 @@
|
||||
<!-- # Firmware Upgrade and Privisioning. 0 - TFTP Upgrade, 1 - HTTP Upgrade, 2 - HTTPS Upgrade, 3 - FTP Upgrade, 4 - FTPS Upgrade. -->
|
||||
<!-- # Number: 0, 1, 2, 3, 4 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($grandstream_firmware_upgrade_protocol) }
|
||||
<P212>{$grandstream_firmware_upgrade_protocol}</P212>
|
||||
{else}
|
||||
<P212>2</P212>
|
||||
|
||||
<!-- Firmware Server Path -->
|
||||
|
||||
@@ -87,6 +87,9 @@
|
||||
<!-- # Firmware Upgrade and Privisioning. 0 - TFTP Upgrade, 1 - HTTP Upgrade, 2 - HTTPS Upgrade, 3 - FTP Upgrade, 4 - FTPS Upgrade. -->
|
||||
<!-- # Number: 0, 1, 2, 3, 4 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($grandstream_firmware_upgrade_protocol) }
|
||||
<P212>{$grandstream_firmware_upgrade_protocol}</P212>
|
||||
{else}
|
||||
<P212>2</P212>
|
||||
|
||||
<!-- Firmware Server Path -->
|
||||
|
||||
Reference in New Issue
Block a user