Update {$mac}.xml (#4691)
This commit is contained in:
@@ -13,15 +13,22 @@
|
|||||||
<!-- Firmware Upgrade and Privisioning. 0 - TFTP Upgrade, 1 - HTTP Upgrade, 2 - HTTPS Upgrade., Number: 0 to 2. Mandatory -->
|
<!-- Firmware Upgrade and Privisioning. 0 - TFTP Upgrade, 1 - HTTP Upgrade, 2 - HTTPS Upgrade., Number: 0 to 2. Mandatory -->
|
||||||
<P212>1</P212>
|
<P212>1</P212>
|
||||||
<!-- Firmware Server Path -->
|
<!-- Firmware Server Path -->
|
||||||
{if isset($grandstream_firmware_path) && isset($firmware_version)}
|
{if isset($grandstream_firmware_path) && isset($firmware_version)}
|
||||||
<P192>{$grandstream_firmware_path}/gxw4008/{$firmware_version}</P192>
|
<P192>{$grandstream_firmware_path}/gxw4008/{$firmware_version}</P192>
|
||||||
{elseif isset($grandstream_firmware_path)}
|
{elseif isset($grandstream_firmware_path)}
|
||||||
<P192>{$grandstream_firmware_path}/gxw4008</P192>
|
<P192>{$grandstream_firmware_path}/gxw4008</P192>
|
||||||
{else}
|
{else}
|
||||||
<P192>{$domain_name}{$project_path}/app/provision</P192>
|
<P192>{$domain_name}{$project_path}/app/provision</P192>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<!-- Config Server Path , String: serveraddress -->
|
<!-- Config Server Path , String: serveraddress -->
|
||||||
<P237>{$domain_name}{$project_path}/app/provision</P237>
|
{if $grandstream_config_server_path=="none"}
|
||||||
|
<P237></P237>
|
||||||
|
{elseif isset($grandstream_config_server_path)}
|
||||||
|
<P237>{$grandstream_config_server_path}</P237>
|
||||||
|
{else}
|
||||||
|
<P237>{$domain_name}{$project_path}/app/provision</P237>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<!-- Profile 1 Settings -->
|
<!-- Profile 1 Settings -->
|
||||||
<!-- Profile Active. 0 - no, 1 - yes, Number: 0,1. -->
|
<!-- Profile Active. 0 - no, 1 - yes, Number: 0,1. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user