Configuring Basic Features
337
There are two methods to specify custom avatar and icon for contacts:
Method 1:
local_contact.photo.url = tftp://192.168.10.25/cutom1.jpg
local_contact.photo.url = tftp://192.168.10.25/cutom2.png
local_contact.data.url = tftp://192.168.10.25/contact.xml
local_contact.icon_image.url = tftp://192.168.10.25/cutom1.jpg
local_contact.icon_image.url = tftp://192.168.10.25/cutom2.png
During the auto provisioning process, the IP phone connects to the provisioning server
“192.168.10.25”, and downloads the avatars (cutom1.jpg and cutom2.png), icons
(cutom1.jpg and cutom2.png) and the contact file “contact.xml”.
Method 2:
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
local contact file “contact.xml”.
Note
If you have configured to back up the local contacts to the server, the IP phone will download the
contact file “<MAC>-contact.xml” from the backup path from the server and display the
downloaded contacts in the local directory list. The contacts in the local contact file “contact.xml”
downloaded from the provisioning server don’t take effect. But the avatars and icons downloaded
take effect. For more information on how to back up the local contacts, refer to Backing up the
Local Contacts on page 343.