Update {$mac}.xml

This commit is contained in:
Len 2018-03-01 18:53:09 -05:00 committed by GitHub
parent 015d7372da
commit c01a06a445
1 changed files with 6 additions and 3 deletions

View File

@ -30,8 +30,11 @@
<!-- Firmware Upgrade -->
<!-- Firmware Upgrade. 0 - TFTP Upgrade, 1 - HTTP 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>
<!-- Firmware File Prefix -->
@ -637,4 +640,4 @@
<!-- Maxlength = 33, default is North America or US Daylight Saving Time Schecule: value="3,2,7,2,0;11,1,7,2,0;60" -->
<P246>3,2,7,2,0;11,1,7,2,0;60</P246>
</config>
</gs_provision>
</gs_provision>