SnomIPPhoneDirectory #

Danger

This tag will be deprectaed in future versions

The Telephone tag content will be translated using the following rules:

<Telephone>sip:123</Telephone> -> sip:123@abc.com
<Telephone>123</Telephone> -> sip:123@abc.com
<Telephone> 123</Telephone> -> sip:%20123@abc.com
<Telephone>123 </Telephone> -> sip:123%20@abc.com
<Telephone>def</Telephone> -> sip:def
<Telephone>def@home.com</Telephone> -> sip:def@home.com
<Telephone>def@home.com </Telephone> -> sip:def@home.com
<Telephone> def@home.com</Telephone> -> sip:%20def@home.com
<?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

SnomIPPhoneDirectory