[svn-commits] trunk r29556 - in /trunk: ./ apps/app_waitforsilence.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon May 22 14:28:32 MST 2006


Author: file
Date: Mon May 22 16:28:32 2006
New Revision: 29556

URL: http://svn.digium.com/view/asterisk?rev=29556&view=rev
Log:
Merged revisions 29555 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29555 | file | 2006-05-22 18:27:12 -0300 (Mon, 22 May 2006) | 2 lines

Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 reported by davetroy fixed by casper)

........

Modified:
    trunk/   (props changed)
    trunk/apps/app_waitforsilence.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: trunk/apps/app_waitforsilence.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_waitforsilence.c?rev=29556&r1=29555&r2=29556&view=diff
==============================================================================
--- trunk/apps/app_waitforsilence.c (original)
+++ trunk/apps/app_waitforsilence.c Mon May 22 16:28:32 2006
@@ -69,7 +69,7 @@
 	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 */



More information about the svn-commits mailing list