Skip to end of banner
Go to start of banner

Yealink - Adding Multiple Customer Contacts

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

When adding multiple customer contacts to Yealink devices, xml format should be as the following:

<YealinkIPPhoneDirectory>
<DirectoryEntry>
<Name>Contact 1</Name>
<Telephone>Phone Number 1</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Contact 2</Name>
<Telephone>Phone Number 2</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Contact 3</Name>
<Telephone>Phone Number 3</Telephone>
</DirectoryEntry>
</YealinkIPPhoneDirectory>
  • No labels