Update {$mac}.xml
This commit is contained in:
parent
015d7372da
commit
c01a06a445
|
|
@ -30,8 +30,11 @@
|
||||||
<!-- Firmware Upgrade -->
|
<!-- Firmware Upgrade -->
|
||||||
<!-- Firmware Upgrade. 0 - TFTP Upgrade, 1 - HTTP Upgrade. -->
|
<!-- Firmware Upgrade. 0 - TFTP Upgrade, 1 - HTTP Upgrade. -->
|
||||||
<P212>1</P212>
|
<P212>1</P212>
|
||||||
<!-- Firmware Server Path -->
|
{if isset($grandstream_firmware_path)}
|
||||||
<P192>fm.grandstream.com/gs</P192>
|
<P192>{$grandstream_firmware_path}</P192>
|
||||||
|
{else}
|
||||||
|
<P192>{$domain_name}{$project_path}/app/provision</P192>
|
||||||
|
{/if}
|
||||||
<!-- Config Server Path -->
|
<!-- Config Server Path -->
|
||||||
<P237>{$domain_name}{$project_path}/app/provision</P237>
|
<P237>{$domain_name}{$project_path}/app/provision</P237>
|
||||||
<!-- Firmware File Prefix -->
|
<!-- Firmware File Prefix -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue