Yealink Forums
T26P - Need help on Remote Phonebook feature - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Phone specific topic (/forumdisplay.php?fid=12)
+---- Forum: T2xP Series (/forumdisplay.php?fid=21)
+---- Thread: T26P - Need help on Remote Phonebook feature (/showthread.php?tid=41611)



T26P - Need help on Remote Phonebook feature - tvt - 03-14-2018 08:05 AM

Hi support team,

I am using yealink T26P (Software version is 6.73.193.50). And I tried to use the Remote Phone book function.
After set an URI (to get a xml file as below) at the phone's web page (Directory > Remote Phonebook).
I could see that device successfully downloaded the xml file. But, The Phonebook does not display on Phone's desk when I press setting key.

<?xml version="1.0" encoding="utf-8"?>
<T26IPPhoneDirectory>
<Title>YealinkPhonelist</Title>
<Menu name="sale1">
<Unit Name=" User1 " Phone2=" 1357"/>
<Unit Name=" User2 " Phone2=" 2468"/>
</Menu>
</T26IPPhoneDirectory>


Please help to confirm if above xml file is supported for T26P. Or any steps that I missed to configure the feature?

Thank you!


RE: T26P - Need help on Remote Phonebook feature - tvt - 03-14-2018 10:43 PM

Hi Yealink team,
Please support on this.

Thank you!


RE: T26P - Need help on Remote Phonebook feature - tvt - 03-15-2018 05:05 AM

I found out that T26P works with below xml format

<?xml version="1.0" encoding="UTF-8" ?>
<xxxIPPhoneDirectory clearlight="true">
<Title>Phonelist</Title>
<Prompt>Prompt</Prompt>
<DirectoryEntry>
<Name>Support</Name>
<Telephone>8881234567</Telephone>
</DirectoryEntry>
</xxxIPPhoneDirectory>

So, please just close this post.