summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-06-24 12:50:37 +0000
committerTed Trask <ttrask01@yahoo.com>2011-06-24 12:50:37 +0000
commit7de41ca28204fedfad544d26e6cd0919a67167af (patch)
tree15c9001fff1c21cb875aabc9f1c6aa197cdacedf
parent3c8d46597bfe5bbaf8377882360cdd47502c7122 (diff)
downloadacf-provisioning-7de41ca28204fedfad544d26e6cd0919a67167af.tar.bz2
acf-provisioning-7de41ca28204fedfad544d26e6cd0919a67167af.tar.xz
Updated Polycom template to handle digitmap better
-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. %>