Yealink Forums
Remote phonebook - T56A - Failed to download - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: T5X Series (/forumdisplay.php?fid=58)
+--- Thread: Remote phonebook - T56A - Failed to download (/showthread.php?tid=42208)



Remote phonebook - T56A - Failed to download - baohan97 - 11-03-2018 06:23 AM

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?


RE: Remote phonebook - T56A - Failed to download - baohan97 - 11-05-2018 05:10 AM

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,


RE: Remote phonebook - T56A - Failed to download - brisa117 - 03-10-2022 12:50 PM

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,



RE: Remote phonebook - T56A - Failed to download - complex1 - 03-10-2022 06:11 PM

(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>