Yealink Forums
T48 Photos - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: T48 Photos (/showthread.php?tid=2458)

Pages: 1 2


RE: T48 Photos - jsarvis - 09-26-2014 09:57 PM

Thank You for all of your help. I did manage to get the photos to display when receiving and placing a call a call. My ContactData.xml needed some minor tweeks. I also needed to remove both ContactData.xml and photo.tar from the Contact.tar.

Thank you all for your help.

Jsarvis


RE: T48 Photos - cptjack - 10-10-2014 02:58 AM

I found the provisioning syntax for the missing Local Phonebook icons in the "Yealink_SIP_phones_Relese_Notes_of_Version73.pdf". It turns out you also need to provision the small icons the same way you do with the large photos Smile
Code:
local_contact.data.url = http://server/ContactData.xml
local_contact.image.url = http://server/photo.tar
local_contact.icon.url = http://server/icons.tar
Then the thumbnails will show up in the list.

Now the only question I have is: How to delete or update a photo via autoprovisioning?


RE: T48 Photos - jsarvis - 10-10-2014 03:59 AM

Not showing icons yet. Is there a size limit for the icons?


RE: T48 Photos - cptjack - 10-10-2014 04:07 AM

I'm using the same photos.tar for both parameters. My photos are stored as 96x96 jpg files in the tar archive.
If they are not showing up, also try rebooting the phone.


RE: T48 Photos - jsarvis - 10-10-2014 05:17 AM

Worked I have icons. - Thanks for passing this along


RE: T48 Photos - banderlog - 11-30-2017 07:01 AM

(10-10-2014 02:58 AM)cptjack Wrote:  I found the provisioning syntax for the missing Local Phonebook icons in the "Yealink_SIP_phones_Relese_Notes_of_Version73.pdf". It turns out you also need to provision the small icons the same way you do with the large photos Smile
Code:
local_contact.data.url = http://server/ContactData.xml
local_contact.image.url = http://server/photo.tar
local_contact.icon.url = http://server/icons.tar
Then the thumbnails will show up in the list.

Now the only question I have is: How to delete or update a photo via autoprovisioning?

I apologize for the necropost, but nowhere else is there any mention of the connection of the photo to the remote book. How did you solve the issue of updating the list of contacts and photos via auto-provisioning?