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 -->
|
||||||
|
|
@ -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" -->
|
<!-- 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>
|
<P246>3,2,7,2,0;11,1,7,2,0;60</P246>
|
||||||
</config>
|
</config>
|
||||||
</gs_provision>
|
</gs_provision>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue