summaryrefslogtreecommitdiffstats
path: root/templates/polycom-template.lua
diff options
context:
space:
mode:
Diffstat (limited to 'templates/polycom-template.lua')
-rw-r--r--templates/polycom-template.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/polycom-template.lua b/templates/polycom-template.lua
index 3803222..2ae995a 100644
--- a/templates/polycom-template.lua
+++ b/templates/polycom-template.lua
@@ -97,6 +97,10 @@ device.auth.localUserPassword.set="1"
device.net.lldpEnabled="1"
<% -- Apply option configured in device.net.lldpEnabled (Admin Guide A-30) %>
device.net.lldpEnabled.set="1"
+<% -- Phone should provide reorder tone when dialed digits do not match digit map %>
+dialplan.impossibleMatchHandling="1"
+<% -- Do not treat a trailing '#' as a 'Send' operation %>
+dialplan.removeEndOfDial="0"
<% -- Automatic periodic polling of provisioning server for upgrades %>
prov.polling.enabled="1"
<% -- Polling time of day hh:mm. %>