From: Automerge script Date: Mon, 22 May 2006 22:06:43 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.9.1-netsec~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebfd515ca7f221938ca6361a2cadb2f6e7d6341f;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@29591 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_waitforsilence.c b/apps/app_waitforsilence.c index 615eddbcee..64839f352e 100644 --- a/apps/app_waitforsilence.c +++ b/apps/app_waitforsilence.c @@ -69,7 +69,7 @@ static int do_waiting(struct ast_channel *chan, int maxsilence) { int totalsilence = 0; int dspsilence = 0; int gotsilence = 0; - static int silencethreshold = 64; + static int silencethreshold = 128; int rfmt = 0; int res = 0; struct ast_dsp *sildet; /* silence detector dsp */