From f9781942fb3fa0b44ff91f3a57e2b7556bf3ed54 Mon Sep 17 00:00:00 2001 From: file Date: Mon, 22 May 2006 21:27:12 +0000 Subject: Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 reported by davetroy fixed by casper) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29555 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_waitforsilence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_waitforsilence.c') diff --git a/apps/app_waitforsilence.c b/apps/app_waitforsilence.c index 615eddbce..64839f352 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 */ -- cgit v1.2.3