Description

The SnomIPPhoneDirectory (or IPPhoneDirectory) tag displays a directory of name-number pairs from which a user can select one to call.

This XML Item is deprecated, please use SnomIPPhoneMenu, to dial a number please use the numberdial fragment.



Valid Attributes


Valid Subtags

The SnomIPPhoneDirectory can use any of the subtags from the Main Subtags list

In addition, it uses the following subtags:

DirectoryEntry

A single directory entry

Valid Attributes:

Valid Subtags:


Examples

<?xml version="1.0" encoding="UTF-8"?>
<SnomIPPhoneDirectory>
    <Title>Menu</Title>
    <DirectoryEntry>
        <Name>Support</Name>
        <Telephone>444</Telephone>
    </DirectoryEntry>
    <DirectoryEntry>
        <Name>Sales</Name>
        <Telephone>445</Telephone>
    </DirectoryEntry>
</SnomIPPhoneDirectory>


Result: