diff --git a/resources/templates/provision/polycom/3.x/{$mac}.cfg b/resources/templates/provision/polycom/3.x/{$mac}.cfg index c049239c40..69452d6565 100644 --- a/resources/templates/provision/polycom/3.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/3.x/{$mac}.cfg @@ -4,7 +4,7 @@ {foreach $lines as $row} reg.{$row.line_number}.displayName="{$row.display_name}" reg.{$row.line_number}.address="{$row.user_id}@{$row.server_address}" - reg.{$row.line_number}.label="{$row.display_name}" + reg.{$row.line_number}.label="{$row.label}" reg.{$row.line_number}.serverFeatureControl.cf="{$polycom_feature_key_sync}" reg.{$row.line_number}.serverFeatureControl.dnd="{$polycom_feature_key_sync}" diff --git a/resources/templates/provision/polycom/4.x/{$mac}.cfg b/resources/templates/provision/polycom/4.x/{$mac}.cfg index 9f9c538e53..ed3a54904c 100644 --- a/resources/templates/provision/polycom/4.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/4.x/{$mac}.cfg @@ -4,7 +4,7 @@ {foreach $lines as $row}reg.{$row.line_number}.displayName="{$row.display_name}" reg.{$row.line_number}.address="{$row.user_id}@{$row.server_address}" - reg.{$row.line_number}.label="{$row.display_name}" + reg.{$row.line_number}.label="{$row.label}" reg.{$row.line_number}.serverFeatureControl.cf="{$polycom_feature_key_sync}" reg.{$row.line_number}.serverFeatureControl.dnd="{$polycom_feature_key_sync}" diff --git a/resources/templates/provision/polycom/5.x/{$mac}.cfg b/resources/templates/provision/polycom/5.x/{$mac}.cfg index b59e5a4030..b688611f50 100644 --- a/resources/templates/provision/polycom/5.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/5.x/{$mac}.cfg @@ -3,7 +3,7 @@