Matrix SPARSH VP110 User Guide 335
Procedure
Use the following procedures to customize an XML phone book.
Customizing an XML phone book:
• Open the template file using an ASCII editor.
• For each contact that you want to add, add the following strings to the phone book. Each starts 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>.
• Specify the values within double quotes.
• Place this file to the provisioning server.
The following shows an example of an XML phone book:
<xxxIPPhoneDirectory clearlight="true">
<Title>Phonelist</Title>
<Prompt>Prompt</Prompt>
<DirectoryEntry>
<Name>Support</Name>
<Telephone>8881234567</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Sales</Name>
<Telephone>8887654321</Telephone>
<Telephone>8887654322</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Billing</Name>
<Telephone>8881231231</Telephone>
</DirectoryEntry>
<SoftKeyItem>
<Name>#</Name>
</SoftKeyItem>
<SoftKeyItem>
<Name>*</Name>
</SoftKeyItem>