From 0f240f481183345523983fec7ce4253b0227a7af Mon Sep 17 00:00:00 2001 From: Joao Arruda Date: Wed, 27 May 2015 11:51:03 -0300 Subject: Change Polycom template to disable only Placed call list Signed-off-by: Ted Trask --- config/templates/polycom-template.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/templates/polycom-template.lua b/config/templates/polycom-template.lua index 7c3b46c..3bc21a5 100644 --- a/config/templates/polycom-template.lua +++ b/config/templates/polycom-template.lua @@ -156,7 +156,7 @@ local enable = {forwarding = false, hotline = false} if values.services then -- set variables so that we don't have to test values.services again if not values.services.callhistoryenable then - xml_attr({ 'feature.callList.enabled' }, '0') + xml_attr({ 'feature.callListPlaced.enabled' }, '0') end if not values.services.callwaitingenable then -- only allow one call per line key -- cgit v1.2.3