Merge pull request #5505 from vivoras/master

Add grandstream phonebook options
This commit is contained in:
FusionPBX 2020-10-06 18:28:32 -06:00 committed by GitHub
commit 4ac80d54b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

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 -->

View File

@ -6683,7 +6683,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. -->
@ -6697,7 +6701,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 -->