Matrix SPARSH VP110 User Guide 331
Directory Template
Directory provides easy access to frequently used lists. Users can access lists by pressing the Directory soft key
when the IP phone is idle. The lists may contain Local Directory, History and Remote Phone Book. You can add the
desired list(s) to Directory using the supplied directory template (favorite_setting.xml). After setup, place the
directory template to the provisioning server and specify the access URL in the configuration files.
When editing a directory template, learn the following:
• Do not rename the directory template.
• <root_favorite_set> indicates the start of a template and </root_favorite_set> indicates the end of a
template.
• The default display names of the directory lists are Local Directory, History and Remote Phone Book.
• When specifying the display priority of the directory list, the valid values are 1, 2 and 3. 1 is the highest
priority, 3 is the lowest.
• When enabling or disabling the desired directory list, the valid values are 0 and 1. 0 stands for Disabled, 1
stands for Enabled.
Procedure
Use the following procedures to customize a directory template.
Customizing a directory template:
• Open the template file using an ASCII editor.
• For each directory list that you want to configure, edit the corresponding string in the file. For example,
configure the local directory list, edit the following strings:
<item id_name="localdirectory" display_name="Local Directory" priority="1" enable="1" />
Where:
id_name=""specifies the existing directory list(“localdirectory” for the local directory list). Do not edit this
field.
display_name="" specifies the display name of the directory list. We recommend you do not edit this field.
priority="" specifies the display priority of the directory list.
enable="" enables or disables the directory list.
• Specify the values within double quotes.
• Place this file to the provisioning server.
The following shows an example of a directory template:
<root_favorite_set>
<item id_name="localdirectory" display_name="Local Directory" priority="1" enable="1" />
<item id_name="history" display_name="History" priority="2" enable="0" />