Update {$mac}.xml
This commit is contained in:
parent
5407761812
commit
e58d11c660
|
|
@ -28,7 +28,13 @@
|
|||
<!-- Firmware Upgrade and Privisioning. 0 - TFTP Upgrade, 1 - HTTP Upgrade, 2 - HTTPS Upgrade. -->
|
||||
<P212>1</P212>
|
||||
<!-- Firmware Server Path -->
|
||||
<P192>fm.grandstream.com/gs</P192>
|
||||
|
||||
{if isset($grandstream_firmware_path)}
|
||||
<P192>{$grandstream_firmware_path}</P192>
|
||||
{else}
|
||||
<P192>{$domain_name}{$project_path}/app/provision</P192>
|
||||
{/if}
|
||||
|
||||
<!-- Config Server Path -->
|
||||
<P237>{$domain_name}{$project_path}/app/provision</P237>
|
||||
<!-- XML Config File Password -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue