Update {$mac}.xml (#4700)
This commit is contained in:
parent
73a066504a
commit
75c451e553
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue