Merge pull request #5657 from chansizzle/patch-362
adding dhcp options variables
This commit is contained in:
commit
0344c1df89
|
|
@ -1286,10 +1286,10 @@
|
|||
|
||||
<!-- DHCP Option 66 Override server. 0 - No, 1 - Yes. Default is Yes. -->
|
||||
<!-- When set to Yes(1), it will override the configured provision path and method. -->
|
||||
<P145>1</P145>
|
||||
{if isset($grandstream_dhcp_option_override)}<P145>{$grandstream_dhcp_option_override}</P145>{else}<P145>1</P145>{/if}
|
||||
|
||||
<!-- DHCP Option 120 Override SIP Server. 0 - No, 1 - Yes. Default is Yes. -->
|
||||
<P1411>1</P1411>
|
||||
{if isset($grandstream_dhcp_option_override_sip_server)}<P1411>{$grandstream_dhcp_option_override_sip_server}</P1411>{else}{if isset($grandstream_dhcp_option_override_sip_server)}<P1411>{$grandstream_dhcp_option_override_sip_server}</P1411>{else}<P1411>0</P1411>{/if}{/if}
|
||||
|
||||
<!-- Automatic Upgrade. 0 - No, 1 - Check every day, 2 - Check every week, 3 - Check at a Period Time. Default is 0. -->
|
||||
<P194>0</P194>
|
||||
|
|
|
|||
Loading…
Reference in New Issue