aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-01 00:06:43 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-01 00:06:43 +0000
commitfa47ab787a866e627b66e315213db41d442149eb (patch)
tree67970958c410f5d6f5cf54aabb4f1a33713210fd /configs
parentbd6eb0d6617c6ec9ecb534b57e72eba1c3c2d6f4 (diff)
allow DTMF timeout to be configurable (issue #5160)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6918 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/rtp.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/rtp.conf.sample b/configs/rtp.conf.sample
index a9a455c92..fa16f0d93 100755
--- a/configs/rtp.conf.sample
+++ b/configs/rtp.conf.sample
@@ -13,3 +13,8 @@ rtpend=20000
; Whether to enable or disable UDP checksums on RTP traffic
;
;rtpchecksums=no
+;
+; The amount of time a DTMF digit with no 'end' marker should be
+; allowed to continue (in 'samples', 1/8000 of a second)
+;
+;dtmftimeout=3000