summaryrefslogtreecommitdiffstats
path: root/config/process_put.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/process_put.lua')
-rw-r--r--config/process_put.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/process_put.lua b/config/process_put.lua
index 0222ddf..ff203fd 100644
--- a/config/process_put.lua
+++ b/config/process_put.lua
@@ -65,6 +65,10 @@ function process_polycom()
elseif n == "up.screenSaver.enabled" then
params.value.device.value.screensaverenable.value = (v == "1")
+ -- this attribute enables call waiting (for the entire device, not per line)
+ elseif n == "call.callWaiting.enable" then
+ params.value.services.value.callwaitingenable.value = (v == "1")
+
else
-- search attribute name for reg_name like "reg.1."
-- and for rest like "fwdStatus"