summaryrefslogtreecommitdiff
path: root/configs/asterisk.conf.sample
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 /configs/asterisk.conf.sample
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 'configs/asterisk.conf.sample')
-rw-r--r--configs/asterisk.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/asterisk.conf.sample b/configs/asterisk.conf.sample
index 44f3c1dea..404ea30de 100644
--- a/configs/asterisk.conf.sample
+++ b/configs/asterisk.conf.sample
@@ -34,6 +34,9 @@ astsbindir => /usr/sbin
;autosystemname = yes ; Automatically set systemname to hostname,
; uses 'localhost' on failure, or systemname if
; set.
+;mindtmfduration = 80 ; Set minimum DTMF duration in ms (default 80 ms)
+ ; If we get shorter DTMF messages, these will be
+ ; changed to the minimum duration
;maxcalls = 10 ; Maximum amount of calls allowed.
;maxload = 0.9 ; Asterisk stops accepting new calls if the
; load average exceed this limit.