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}