From 7aa0c3c64bf90bbe32bd9b4f2ee8bf919fb0cdca Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Wed, 25 Apr 2012 09:32:21 +0000 Subject: 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 --- configs/asterisk.conf.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs') 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. -- cgit v1.2.3