Yealink Forums

Full Version: Remote phonebook - T56A - Failed to download
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I used the following template for testing remote phonebook
-----------------------------------------
<YealinkIPPhoneDirectory>
<DirectoryEntry>
<Name>Test1</Name>
<Telephone>23000</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Test2</Name>
<Telephone>303</Telephone>
<Telephone>915980830849</Telephone>
</DirectoryEntry>

<DirectoryEntry>
<Name>Test3</Name>
<Telephone>6650</Telephone>
<Telephone>915980830849</Telephone>
</DirectoryEntry>

</YealinkIPPhoneDirectory>
------------------------
and saved it in my PC which is connected to same LAN as T56A phone.
IP address of
T56A 192.168.1.13
My PC 192.168.1.14

I saved the template "Department.xml" at two locations C:/Department.xml and D:/Department.xml

i tried both remote URL
http://192.168.1.14:8080/Department.xml
and
http://192.168.1.14/D/Department.xml
to download the test contact to T56A phone.
It shows error " Fail to download remote phonebook".

Can someone help please?
Further info.

6 Yealink T56A phones and my PC are all connected to PBX Draytek VigorBX 2000.

Would appreciate if anyone can help or give any hint.

Thanks,
I know it's a longshot that you'll see this, but did you figure it out? I'm having the same issue on t54W phones. I've tried placing on my web servers, both intranet and across the internet. Always fails to download.

(11-05-2018 05:10 AM)baohan97 Wrote: [ -> ]Further info.

6 Yealink T56A phones and my PC are all connected to PBX Draytek VigorBX 2000.

Would appreciate if anyone can help or give any hint.

Thanks,
(03-10-2022 12:50 PM)brisa117 Wrote: [ -> ]I know it's a longshot that you'll see this, but did you figure it out? I'm having the same issue on t54W phones. I've tried placing on my web servers, both intranet and across the internet. Always fails to download.

(11-05-2018 05:10 AM)baohan97 Wrote: [ -> ]Further info.

6 Yealink T56A phones and my PC are all connected to PBX Draytek VigorBX 2000.

Would appreciate if anyone can help or give any hint.

Thanks,

Hi,

Please try again with this template:

Code:
<?xml version="1.0" encoding="utf-8"?>
<XXXIPPhoneDirectory clearlight="true">
  <Title>Phonelist</Title>
  <Prompt>Prompt</Prompt>
  <DirectoryEntry>
    <Name>John Doe</Name>
    <Telephone>001-888-864-7786</Telephone>
  </DirectoryEntry>
  <DirectoryEntry>
    <Name>Yealink Hotline</Name>
    <Telephone>0086-592-5702000</Telephone>
  </DirectoryEntry>
</XXXIPPhoneDirectory>
Reference URL's