Specifications

Resource Files
329
When editing a super search template, learn the following:
<root_super_search> indicates the start of a template and </root_super_search>
indicates the end of a template.
The default display names of directory lists are Local Directory, History, Remote
Phone Book and LDAP.
When specifying the priority of search results, the valid values are 1, 2, 3 and 4. 1 is
the highest priority, 4 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 super search template.
Customizing a super search template:
1. Open the template file using an ASCII editor.
2. For each directory list that you want to configure, edit the corresponding string in
the file. For example, you want to configure the local directory list, edit the
following strings:
<item id_name="local_directory_search" display_name="Local Directory"
priority="1" enable="1" />
Where:
id_name="" specifies the directory list (“local_directory_search 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 priority of search results.
enable="" enables or disables the IP phone to search the directory list.
3. Edit the values within double quotes.
4. Place this file to the provisioning server.
The following shows an example of a super search template:
<root_super_search>
<item id_name="local_directory_search" display_name="Local
Directory" priority="1" enable="1" />
<item id_name="calllog_search" display_name="History" priority="2"
enable="1" />
<item id_name="remote_directory_search" display_name="Remote Phone
Book" priority="3" enable="0" />
<item id_name="ldap_search" display_name="LDAP" priority="4"
enable="0" />