summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/polycom-template.lua10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/polycom-template.lua b/templates/polycom-template.lua
index 3677f0e..c7bf141 100644
--- a/templates/polycom-template.lua
+++ b/templates/polycom-template.lua
@@ -47,9 +47,9 @@
<% -- GLOBAL OPTIONS %>
+<% --- From features.cfg %>
<% --TODO: Do we want to enable locking? %>
<% --phoneLock.enabled="1" %>
-
<% --feature.autoLocalHold="1" -- trying default for now%>
feature.callPark.enabled="1"
feature.directedCallPickup.enabled="1"
@@ -60,6 +60,14 @@ feature.messaging.enabled="1"
feature.presence.enabled="1"
<% -- Run-time downloading of ringers %>
feature.ringDownload.enabled="1"
+<% -- Create DND softkey button except on SPIP650 %>
+softkey.1.enable="1"
+softkey.1.enable.SPIP650="0"
+softkey.1.label="DND"
+softkey.1.action="$FDoNotDisturb$"
+softkey.1.use.idle="1"
+softkey.1.use.active="1"
+softkey.1.use.alerting="1"
<% --- From sip-interop.cfg %>
<% -- Allow user to set Do Not Disturb (DND) per-registration %>