mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 18:33:49 +00:00
Adding dhcp options variables. Merge pull request #5671
Adding dhcp options variables
This commit is contained in:
@@ -2312,13 +2312,13 @@
|
||||
<!-- # When set to Yes(1), it will override the configured provision path and method -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
<P145>1</P145>
|
||||
{if isset($grandstream_dhcp_option_override)}<P145>{$grandstream_dhcp_option_override}</P145>{else}<P145>1</P145>{/if}
|
||||
|
||||
<!-- # Allow DHCP Option 120 to Override SIP Server -->
|
||||
<!-- # 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
<P1411>0</P1411>
|
||||
{if isset($grandstream_dhcp_option_override_sip_server)}<P1411>{$grandstream_dhcp_option_override_sip_server}</P1411>{else}<P1411>0</P1411>{/if}
|
||||
|
||||
<!-- # Allow DHCP Option 242 (Avaya IP Phones). 0 - Disabled, 1 - Enabled. Default value is 1. -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
Reference in New Issue
Block a user