Configuring Basic Features
233
To customize a local contact file:
1. Open the template file using an ASCII editor.
2. For each group that you want to add, add the following string to the file. Each starts
on a separate line:
<group display_name="" ring=""/>
3. For each contact that you want to add, add the following string to the file. Each
starts on a separate line:
<contact display_name="" office_number="" mobile_number="" other_number=""
line="" ring="" group_id_name="" default_photo=""/>
4. Specify the values within double quotes.
For example:
<group display_name="Friend" ring="Resource:Splash.wav"/>
<contact display_name="Lily" office_number="1020" mobile_number="1021"
other_number="1112" line="1,2" ring="Resource:Ring1.wav"
group_id_name="Friend" default_photo="Config:cutom1.jpg"/>
5. Save the change and place this file to the provisioning server.
6. Specify the access URL of the custom local contact template file in the configuration
files.
local_contact.image.url = tftp://192.168.10.25/photo1.tar
local_contact.data.url = tftp://192.168.10.25/contact.xml
local_contact.icon.url = tftp://192.168.10.25/photo2.tar
During the auto provisioning process, the IP phone connects to the provisioning
server “192.168.10.25”, and downloads the avatar file “photo1.tar”, icon file
“photo2.tar” and the contact file “contact.xml”.