Update {$mac}.xml
This commit is contained in:
parent
c160e567f7
commit
5d8a4760a0
|
|
@ -736,16 +736,30 @@
|
||||||
<P7070>1</P7070>
|
<P7070>1</P7070>
|
||||||
<!-- Lock KeyPad UPdate. 0 - No, 1 - Yes -->
|
<!-- Lock KeyPad UPdate. 0 - No, 1 - Yes -->
|
||||||
<P88>0</P88>
|
<P88>0</P88>
|
||||||
|
|
||||||
<!-- XML Config File Password -->
|
<!-- XML Config File Password -->
|
||||||
<!--P1359 -->
|
<!-- String; between ascii values 33 and 126 -->
|
||||||
<!-- HTTP/HTTPS User Name -->
|
<!-- Mandatory -->
|
||||||
<!--P1360 -->
|
<P1359>{$http_auth_password}</P1359>
|
||||||
<!-- HTTP/HTTPS Password -->
|
|
||||||
<!--P1361 -->
|
<!-- HTTP/HTTPS User Name -->
|
||||||
|
<!-- String; between ascii values 33 and 126 -->
|
||||||
|
<P1360>{$http_auth_username}</P1360>
|
||||||
|
|
||||||
|
<!-- HTTP/HTTPS Password -->
|
||||||
|
<!-- String; between ascii values 33 and 126 -->
|
||||||
|
<P1361>{$http_auth_password}</P1361>
|
||||||
|
|
||||||
<!-- UPgrade Via: (0 - TFTP,1 - HTTP and 2 - HTTPS) -->
|
<!-- UPgrade Via: (0 - TFTP,1 - HTTP and 2 - HTTPS) -->
|
||||||
<P212>2</P212>
|
<P212>2</P212>
|
||||||
<!-- Firmware Server Path, MaxLength 128 -->
|
<!-- Firmware Server Path, MaxLength 128 -->
|
||||||
<P192>fw.iPvideotalk.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, MaxLength 128 -->
|
<!-- Config Server Path, MaxLength 128 -->
|
||||||
<P237>{$domain_name}{$project_path}/app/provision</P237>
|
<P237>{$domain_name}{$project_path}/app/provision</P237>
|
||||||
<!-- Firmware File Prefix, MaxLength 128 -->
|
<!-- Firmware File Prefix, MaxLength 128 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue