Yealink Forums
local contact with photos T46G - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: T4x Series (/forumdisplay.php?fid=31)
+--- Thread: local contact with photos T46G (/showthread.php?tid=1302)

Pages: 1 2


RE: local contact with photos T46G - nickpl - 11-07-2014 12:44 AM

I have attached the contact file I am using for testing.
My T46 is running 28.72.0.1
Here are the steps I take:

Setup auto provision file for new phone including line
Code:
local_contact.data_photo_tar.url = tftp://10.10.10.1/nContact.tar
Turn on phone, it auto provisions and loads directory as expected.
Push and hold OK button on phone and then push OK for Reset to Factory.
Phone turns back on and auto provisions but does not load directory.
Reboot phone, phone still does not load directory.

However if I:
Make any change to the ContactData.xml and recompile the Tar file.
Reboot phone, phone now correctly loads the directory.


RE: local contact with photos T46G - Coco_Yealink - 11-13-2014 02:11 PM

Hi nickpl,

I have tested in my side, but cannot reproduce the problem what you mentioned.
So, Could you please kindly help to upgrade the T46G to our latest firmware and test again ?
firmware

Thx


RE: local contact with photos T46G - nickpl - 11-21-2014 05:41 AM

(11-13-2014 02:11 PM)Yealink_Coco Wrote:  Hi nickpl,

I have tested in my side, but cannot reproduce the problem what you mentioned.
So, Could you please kindly help to upgrade the T46G to our latest firmware and test again ?
firmware

Thx
I have tried the attached firmware and the problem is still the same.

Here is my testing config:
Code:
#!version:1.0.0.1

autoprovision.1.url = tftp://10.10.10.1

firmware.url = tftp://10.10.10.1/28.72.0.45.rom
account.1.enable = 1
account.1.label = 42
account.1.display_name = 42
account.1.auth_name = 42
account.1.password = 123456
account.1.user_name = 42
account.1.sip_server_host = 10.10.10.1
account.1.sip_server_port =  5060
account.1.outbound_host = 10.10.10.1
local_contact.data_photo_tar.url = tftp://10.10.10.1/nContact.tar

I have found through testing that if I remove the line
Code:
autoprovision.1.url = tftp://10.10.10.1
then the phone works as I would expect but if I add that line back in then I have the problem I described.