Update {$mac}.xml (#4691)

This commit is contained in:
Len 2019-09-27 22:48:06 -04:00 committed by FusionPBX
parent 0555c9524e
commit 5aaff87d47
1 changed files with 15 additions and 8 deletions

View File

@ -13,15 +13,22 @@
<!-- Firmware Upgrade and Privisioning. 0 - TFTP Upgrade, 1 - HTTP Upgrade, 2 - HTTPS Upgrade., Number: 0 to 2. Mandatory -->
<P212>1</P212>
<!-- Firmware Server Path -->
{if isset($grandstream_firmware_path) && isset($firmware_version)}
<P192>{$grandstream_firmware_path}/gxw4008/{$firmware_version}</P192>
{elseif isset($grandstream_firmware_path)}
<P192>{$grandstream_firmware_path}/gxw4008</P192>
{else}
<P192>{$domain_name}{$project_path}/app/provision</P192>
{/if}
{if isset($grandstream_firmware_path) && isset($firmware_version)}
<P192>{$grandstream_firmware_path}/gxw4008/{$firmware_version}</P192>
{elseif isset($grandstream_firmware_path)}
<P192>{$grandstream_firmware_path}/gxw4008</P192>
{else}
<P192>{$domain_name}{$project_path}/app/provision</P192>
{/if}
<!-- 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 Active. 0 - no, 1 - yes, Number: 0,1. -->