Update {$mac}.xml

This commit is contained in:
Len 2018-03-01 18:31:46 -05:00 committed by GitHub
parent f03faf8966
commit c160e567f7
1 changed files with 15 additions and 6 deletions

View File

@ -1239,19 +1239,28 @@
<P88>0</P88>
<!-- XML Config File Password -->
<!-- P1359 = -->
<!-- String; between ascii values 33 and 126 -->
<!-- Mandatory -->
<P1359>{$http_auth_password}</P1359>
<!-- HTTP/HTTPS User Name -->
<!-- P1360 = -->
<!-- HTTP/HTTPS User Name -->
<!-- String; between ascii values 33 and 126 -->
<P1360>{$http_auth_username}</P1360>
<!-- HTTP/HTTPS Password -->
<!-- P1361 = -->
<!-- HTTP/HTTPS Password -->
<!-- String; between ascii values 33 and 126 -->
<P1361>{$http_auth_password}</P1361>
<!-- Upgrade Via: (0-TFTP, 1- HTTP and 2-HTTPS) -->
<P212>2</P212>
<!-- 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 -->
<P237>{$domain_name}{$project_path}/app/provision</P237>