(12-30-2013 11:52 PM)dwoods Wrote: I have made the change you suggested:
<?xml version="1.0" encoding="utf-8"?>
<root_group>
<group display_name="All Contacts" ring="" />
<group display_name="Branch 134" ring="" />
<group display_name="Company" ring="" />
<group display_name="Family" ring="" />
<group display_name="Friend" ring="" />
<group display_name="Blacklist" ring="" />
</root_group>
<root_contact>
<contact display_name="Darrin Woods" office_number="510" mobile_number="" other_number="" line="0" ring="Auto" group_id_name="Company" default_photo="/phone/resource/default/default_contact_image.png" is_favorate="0" />
<contact display_name="Aaron Forrister" office_number="517" mobile_number="" other_number="" line="0" ring="Auto" group_id_name="Company" default_photo="/phone/resource/default/default_contact_image.png" is_favorate="0" />
</root_contact>
I then reset the phone to factory defaults, put the ip address of our pbx in the auto provision and let the phone do it's thing. The phone rebooted but did not show the directory. The directory is blank.
The log files from the web server where the directory is stored show that the phone successfully downloaded the file three times:
207.114.243.226 - - [30/Dec/2013:09:20:25 -0600] "GET /directory.xml HTTP/1.1" 200 6564 "-" "Yealink SIP-T46G 28.71.0.180 00:15:65:50:55:61"
207.114.243.226 - - [30/Dec/2013:09:24:34 -0600] "GET /directory.xml HTTP/1.1" 200 6564 "-" "Yealink SIP-T46G 28.71.0.180 00:15:65:50:55:61"
207.114.243.226 - - [30/Dec/2013:09:26:17 -0600] "GET /directory.xml HTTP/1.1" 200 6564 "-" "Yealink SIP-T46G 28.71.0.180 00:15:65:50:55:61"
We have to make a final decision on phone vendor soon so I need this fixed before we place the order.
Hi
Please name this file as "contact.xml". And your xml file format is wrong though you just export it from T46G.
You need to use a new format as my below syntax.
---------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<root_group>
<group display_name="All Contacts" ring="" />
<group display_name="Branch 134" ring="" />
<group display_name="Company" ring="" />
<group display_name="Family" ring="" />
<group display_name="Friend" ring="" />
<group display_name="Blacklist" ring="" />
</root_group>
<root_contact>
<contact display_name="Darrin Woods" office_number="510" mobile_number="" other_number="" line="0" ring="Auto" group_id_name="Company" default_photo="Defult:default_contact_image.png" />
</root_contact>
----------------------------------
This is no default_photo="/phone/resource/default/default_contact_image.png" is_favorate="0" /> in my syntax.
Please kindly test.