summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2012-04-25 09:32:21 +0000
committerOlle Johansson <oej@edvina.net>2012-04-25 09:32:21 +0000
commit7aa0c3c64bf90bbe32bd9b4f2ee8bf919fb0cdca (patch)
treef85f566cfe9e50e83b3e8da8960d477367b9e011 /CHANGES
parent228ce5fd747a7c19dd2de34419c54a324e34404c (diff)
Make it possible to change the minimum DTMF duration in asterisk.conf
Asterisk has a setting for the minimum allowed DTMF. If we get shorter DTMF tones, these will be changed to the minimum on the outbound call leg. (closes issue ASTERISK-19772) Review: https://reviewboard.asterisk.org/r/1882/ Reported by: oej Tested by: oej Patches by: oej Thanks to the reviewers. 1.8 branch for this patch: agave-dtmf-duration-asterisk-conf-1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@363558 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 067bd6cbf..1887148c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,9 @@ Core
added to any log messages produced by those threads. Log messages can now be
easily identified as involved with a certain call by looking at their call id.
This feature can be disabled in logger.conf with the display_callids option.
+ * The minimum DTMF duration can now be configured in asterisk.conf
+ as "mindtmfduration". The default value is (as before) set to 80 ms.
+ (previously it was only available in source code)
CLI Changes
-------------------