Update {$mac}.xml

This commit is contained in:
Len 2018-03-01 17:12:34 -05:00 committed by GitHub
parent 5407761812
commit e58d11c660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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 -->