]> git.ipfire.org Git - thirdparty/asterisk.git/commit
This change moves the default feature digit timeout to 1000 ms from the previous...
authorSteve Murphy <murf@digium.com>
Thu, 26 Feb 2009 21:27:32 +0000 (21:27 +0000)
committerSteve Murphy <murf@digium.com>
Thu, 26 Feb 2009 21:27:32 +0000 (21:27 +0000)
commit5996b581929555296cdf21d055830638e203ae21
tree0d15eca2eb589f499429501db58d3fa8647135d1
parentcbd35b45af0399c7633506c2293e17a98b035509
This change moves the default feature digit timeout to 1000 ms from the previous default of 500.

As per bug 14515, a dev discussion arrived at a "mediated concensus"
of a default feature digit timeout of 1.0 sec. Some voted for 1300;
ctooley thought 1500 for distracted phone users in phone booths;
kpfleming put his foot down at 1.0 sec.

Users who found the previous default max delay of 250 msec perfect,
are welcome to override the new default. Notice that I said that
250 msec was the default; wait a minute, you might say, the config
file said it was 500 msec!; well, because of the bug fix for 14515,
we found that 500 msec was actually enforcing a max of 250. The bug
fix would restore 500 msec, but we felt even that was a bit tight
for most users... 2000 msec was pushed earlier by mmichelson, so
that reduces to 1000 msec after the bug fix. Enjoy!

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@178956 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configs/features.conf.sample
res/res_features.c