Update {$mac}.xml

Add phonebook options
This commit is contained in:
vivoras
2020-10-02 07:39:31 +02:00
committed by GitHub
parent 2bbec3f38b
commit d4ae16bce7

View File

@@ -6679,7 +6679,11 @@
<!-- # Sort Phonebook by. 0 - Last Name, 1 - First Name. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_sort_phonebook_by)}
<P2914>{$grandstream_sort_phonebook_by}</P2914>
{else}
<P2914>0</P2914>
{/if}
<!-- # Phonebook Key Function. 0 - Default, 1 - LDAP Search, 2 - Local Phonebook, 3 - Local Group, 4 - Broadsoft Phonebook -->
<!-- # Number: 0, 1, 2, 3, 4. -->
@@ -6693,7 +6697,11 @@
<!-- # Default search mode. 0 - Quick match, 1 - Exact match. Default is 0 -->
<!-- # Number: 0, 1. -->
<!-- # Mandatory -->
{if isset($grandstream_phonebook_search_mode)}
<P2970>{$grandstream_phonebook_search_mode}</P2970>
{else}
<P2970>0</P2970>
{/if}
<!-- ############################################################################## -->
<!-- ## Phonebook/LDAP -->