From 71e54b4b2a0875189676f4c9529c6e4b147c07fe Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 18 Dec 2019 13:14:56 -0700 Subject: [PATCH] Update directory.xml --- .../provision/zoiper/5.x/directory.xml | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/resources/templates/provision/zoiper/5.x/directory.xml b/resources/templates/provision/zoiper/5.x/directory.xml index 80be739c7b..177122e4ac 100644 --- a/resources/templates/provision/zoiper/5.x/directory.xml +++ b/resources/templates/provision/zoiper/5.x/directory.xml @@ -1,35 +1,37 @@ - + {foreach $contacts as $row} + {if $smarty.get.contacts == "extensions" && $row.category == "extensions"} + - + {$row.contact_name_given} - - + {$row.contact_name_family} + {$row.contact_name_given} {$row.contact_name_family} - + Work - + IPPhone - + {$row.phone_number} - - + {$account.1.auth_id} + - - + {$account.1.auth_id} + - + Custom - None/Service/Custom + Custom @@ -37,4 +39,6 @@ + {/if} + {/foreach}