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}