forked from fusionpbx/fusionpbx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create favorite_setting.xml for Yealink T58a
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
resources/templates/provision/yealink/t58a/favorite_setting.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<root_favorite_set> | ||
<item id_name="localdirectory" display_name="Local Directory" priority="2" enable="0" /> | ||
<item id_name="history" display_name="History" priority="3" enable="1" /> | ||
<item id_name="networkcalllog" display_name="Network CallLog" priority="4" enable="0" /> | ||
<item id_name="remotedirectory" display_name="Remote Phone Book" priority="5" enable="1" /> | ||
<item id_name="ldap" display_name="LDAP" priority="1" enable="0" /> | ||
<item id_name="networkdirectory" display_name="Network Directory" priority="6" enable="0" /> | ||
</root_favorite_set> |