Yealink Forums
T26P Remote phonebook - 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 Remote phonebook (/showthread.php?tid=2179)



T26P Remote phonebook - bpelissier - 08-01-2014 08:41 PM

I wanna have a remote phonebook with my t26p.

Can i do xml file with http access to do this ?

Someone can post xml example file ?

Thanks,

BenoƮt


RE: T26P Remote phonebook - cptjack - 08-02-2014 01:04 AM

In the remote phonebook settings, point to the URL of the XML file like this:
http://voipserver/voip/phonebook.xml


The format of the XML file should be simular to this exmple:
Code:
<XXXIPPhoneDirectory>
<Title>Remote Phonelist</Title>
<DirectoryEntry><Name>Contact 123</Name><Telephone>123</Telephone></DirectoryEntry>
<DirectoryEntry><Name>User ABC</Name><Telephone>456</Telephone></DirectoryEntry>
<DirectoryEntry><Name>Company XZY</Name><Telephone>789</Telephone><Telephone>555123</Telephone><Telephone>987654</Telephone></DirectoryEntry>
<DirectoryEntry><Name>User 789</Name><Telephone>000</Telephone><Telephone>555000</Telephone></DirectoryEntry>
</XXXIPPhoneDirectory>

You can have multiple number per DirectoryEntry.