Resource Files
205
Procedure
Use the following procedures to customize an XML phonebook.
Customizing an XML phonebook:
1. Open the template file using an ASCII editor.
2. For each contact that you want to add, add the following strings to the IP
phonebook, each starting on a separate line:
<Name>
Mary
</Name>
<Telephone>
1001
</Telephone>
Where:
Specify the contact name between <Name> and </Name>.
Specify the contact number between <Telephone> and </Telephone>.
3. Specify the values within double quotes.
4. Place this file to the root directory of the provisioning server.
The following is an example of an XML phonebook:
<YealinkIPPhoneDirectory>
<DirectoryEntry>
<Name>Jack</Name>
<Telephone>1003</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>John</Name>
<Telephone>1004</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Marry</Name>
<Telephone>1005</Telephone>
</DirectoryEntry>
</YealinkIPPhoneDirectory>
Access URL of the resource file can be configured in the configuration files:
Configure the access URL of the
replace rule template.
For more information, refer to
Access URL of Replace Rule