Update {$mac}.xml (#4700)

This commit is contained in:
Len 2019-09-27 22:35:25 -04:00 committed by FusionPBX
parent 73a066504a
commit 75c451e553
1 changed files with 18 additions and 12 deletions

View File

@ -89,19 +89,25 @@
<!-- # Mandatory -->
<P212>2</P212>
<!-- Firmware Server Path -->
<!-- Server address -->
{if isset($grandstream_firmware_path) && isset($firmware_version)}
<P192>{$grandstream_firmware_path}/ht802/{$firmware_version}</P192>
{elseif isset($grandstream_firmware_path)}
<P192>{$grandstream_firmware_path}/ht802</P192>
{else}
<P192>{$domain_name}{$project_path}/app/provision</P192>
{/if}
<!-- Firmware Server Path -->
<!-- Server address -->
{if isset($grandstream_firmware_path) && isset($firmware_version)}
<P192>{$grandstream_firmware_path}/ht802/{$firmware_version}</P192>
{elseif isset($grandstream_firmware_path)}
<P192>{$grandstream_firmware_path}/ht802</P192>
{else}
<P192>{$domain_name}{$project_path}/app/provision</P192>
{/if}
<!-- Config Server Path -->
<!-- Server address; -->
<P237>{$domain_name}{$project_path}/app/provision</P237>
<!-- Config Server Path -->
<!-- Server address; -->
{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}
<!-- # XML Config File Password -->
<!-- # String; between ascii values 33 and 126 -->