Yealink Forums

Full Version: T26P Remote phonebook
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
Reference URL's