Files
Antonio Fernandez a295de67c1 added avaya J139 plus other changes to avaya (#7049)
* added avaya J139 plus other changes to avaya

* fixed a few avaya settings

* added wallpaper descriptions
2024-07-10 17:34:26 -06:00

14 lines
482 B
XML

<IPPhoneDirectory>
{foreach $contacts as $row}
<DirectoryEntry>
<LastName>{$row.contact_name_family}</LastName>
<FirstName>{$row.contact_name_given}</FirstName>
<PhoneNumbers>
<Phone>
<Number>{if $row.category == "extensions"}{$row.phone_extension}{else}{$row.phone_number}{/if}</Number>
<Type>Work</Type>
</Phone>
</PhoneNumbers>
</DirectoryEntry>
{/foreach}
</IPPhoneDirectory>