Update {$mac}.xml (#4854)

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml
This commit is contained in:
Len 2019-11-18 23:02:01 -05:00 committed by FusionPBX
parent 067024ec73
commit efe4720e53
1 changed files with 7 additions and 4 deletions

View File

@ -5927,15 +5927,18 @@
<!-- # Enable Manual VLAN Configuration. 0 - Disable, 1 - Enable. Default is 0. --> <!-- # Enable Manual VLAN Configuration. 0 - Disable, 1 - Enable. Default is 0. -->
<!-- # Number: 0,1 --> <!-- # Number: 0,1 -->
<!-- # Mandatory --> <!-- # Mandatory -->
<P22174>0</P22174> {if isset($grandstream_lan_port_vlan) }
<P22174>1</P22174>
<!-- # Layer 2 QoS. 802.1Q/VLAN Tag (VLAN classification for RTP). Default is 0 --> <!-- # Layer 2 QoS. 802.1Q/VLAN Tag (VLAN classification for RTP). Default is 0 -->
<!-- # Number: 0 - 4094 --> <!-- # Number: 0 - 4094 -->
<!-- # Mandatory --> <!-- # Mandatory -->
{if isset($grandstream_lan_port_vlan) }
<P51>{$grandstream_lan_port_vlan}</P51> <P51>{$grandstream_lan_port_vlan}</P51>
{else} {else}
<P51>0</P51> <P51>0</P51>
<P22174>0</P22174>
{/if} {/if}
<!-- # Layer 2 QoS. 802.1p priority value (0 - 7). Default is 0 --> <!-- # Layer 2 QoS. 802.1p priority value (0 - 7). Default is 0 -->
@ -6647,7 +6650,7 @@
<!-- # This is a string of up to 256 characters that should contain a path to the XML file. It MUST be in the host/path format. --> <!-- # This is a string of up to 256 characters that should contain a path to the XML file. It MUST be in the host/path format. -->
<!-- # For example: directory.grandstream.com/engineering --> <!-- # For example: directory.grandstream.com/engineering -->
<!-- # String --> <!-- # String -->
{if isset($grandstream_phonebook_download)} {if isset($grandstream_phonebook_xml_server_path)}
<P331>{$grandstream_phonebook_xml_server_path}{$mac}/</P331> <P331>{$grandstream_phonebook_xml_server_path}{$mac}/</P331>
{elseif isset($grandstream_phonebook_xml_server_path)} {elseif isset($grandstream_phonebook_xml_server_path)}
<P331>{$grandstream_phonebook_xml_server_path}</P331> <P331>{$grandstream_phonebook_xml_server_path}</P331>
@ -6682,7 +6685,7 @@
<!-- # Phonebook Key Function. 0 - Default, 1 - LDAP Search, 2 - Local Phonebook, 3 - Local Group, 4 - Broadsoft Phonebook --> <!-- # Phonebook Key Function. 0 - Default, 1 - LDAP Search, 2 - Local Phonebook, 3 - Local Group, 4 - Broadsoft Phonebook -->
<!-- # Number: 0, 1, 2, 3, 4. --> <!-- # Number: 0, 1, 2, 3, 4. -->
<!-- # Mandatory --> <!-- # Mandatory -->
{if isset($contact_grandstream)} {if isset($contact_groups) || isset($contact_users) || isset($contact_extensions)}
<P1526>2</P1526> <P1526>2</P1526>
{else} {else}
<P1526>0</P1526> <P1526>0</P1526>