From a391bcc977c0ed00dd75c9b631dbca034e807896 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 26 Oct 2023 15:05:09 -0600 Subject: [PATCH] Add version and fix LastName --- .../provision/grandstream/gxp2170/phonebook.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/templates/provision/grandstream/gxp2170/phonebook.xml b/resources/templates/provision/grandstream/gxp2170/phonebook.xml index deb211d001..7fde0b9e7d 100644 --- a/resources/templates/provision/grandstream/gxp2170/phonebook.xml +++ b/resources/templates/provision/grandstream/gxp2170/phonebook.xml @@ -1,7 +1,7 @@ - + 1 1 Users @@ -25,8 +25,8 @@ {$start_id++} {if $row.contact_name_given != ""} {if $row.contact_organization != ""} - {$row.contact_name_given} {$row.contact_name_family} - {$row.contact_name_given} {$row.contact_name_family} + {$row.contact_name_given} + {$row.contact_name_family} {$row.contact_organization} {else} {$row.contact_name_given} @@ -70,8 +70,8 @@ {$start_id++} {if $row.contact_name_given != ""} {if $row.contact_organization != ""} - {$row.contact_name_given} {$row.contact_name_family} - {$row.contact_name_given} {$row.contact_name_family} + {$row.contact_name_given} + {$row.contact_name_family} {$row.contact_organization} {else} {$row.contact_name_given} @@ -116,8 +116,8 @@ {$start_id++} {if $row.contact_name_given != ""} {if $row.contact_organization != ""} - {$row.contact_name_given} {$row.contact_name_family} - {$row.contact_name_given} {$row.contact_name_family} + {$row.contact_name_given} + {$row.contact_name_family} {$row.contact_organization} {else} {$row.contact_name_given}