Adding dhcp options variables. Pull request #5660

adding dhcp options variables
This commit is contained in:
FusionPBX 2020-12-12 01:53:01 -07:00 committed by GitHub
commit ddfb543cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3253,11 +3253,11 @@ Account 5 Codec Settings
<!-- DHCP Option 66 Override server. 0 - No, 1 - Yes. Default value is 1 --> <!-- DHCP Option 66 Override server. 0 - No, 1 - Yes. Default value is 1 -->
<!-- When set to Yes(1), it will override the configured provision path and method --> <!-- When set to Yes(1), it will override the configured provision path and method -->
<!-- Number: 0, 1 --> <!-- Number: 0, 1 -->
<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 value is 1 --> <!-- DHCP Option 120 Override SIP Server.0 - No, 1 - Yes. Default value is 1 -->
<!-- Number: 0, 1 --> <!-- Number: 0, 1 -->
<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}
<!-- 3CX Auto Provision. 0 - No, 1 - Yes. Default value is 1 --> <!-- 3CX Auto Provision. 0 - No, 1 - Yes. Default value is 1 -->
<!-- Number: 0, 1 --> <!-- Number: 0, 1 -->