Update {$mac}.xml
This commit is contained in:
parent
748910d0d1
commit
9857409a0f
|
|
@ -1367,8 +1367,21 @@
|
|||
<!-- HTTP/HTTPS Password -->
|
||||
<!-- P1361 = -->
|
||||
|
||||
<!-- HTTP/HTTPS User Name -->
|
||||
<!-- String -->
|
||||
<P1359>{$http_auth_username}</P1359>
|
||||
<!-- HTTP/HTTPS Password -->
|
||||
<!-- String -->
|
||||
<P1361>{$http_auth_password}</P1361>
|
||||
|
||||
|
||||
<!-- 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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue