[Asterisk-cvs] asterisk dsp.c,1.47,1.48

kpfleming kpfleming
Thu Sep 1 18:33:24 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv6716

Modified Files:
	dsp.c 
Log Message:
allow longer 'busy' tones to be detected (issue #5085)


Index: dsp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/dsp.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- dsp.c	8 Aug 2005 00:08:48 -0000	1.47
+++ dsp.c	1 Sep 2005 22:34:24 -0000	1.48
@@ -97,7 +97,7 @@
 #define BUSY_PAT_PERCENT	7	/* The percentage difference between measured and actual pattern */
 #define BUSY_THRESHOLD		100	/* Max number of ms difference between max and min times in busy */
 #define BUSY_MIN		75	/* Busy must be at least 80 ms in half-cadence */
-#define BUSY_MAX		1100	/* Busy can't be longer than 1100 ms in half-cadence */
+#define BUSY_MAX		3100	/* Busy can't be longer than 3100 ms in half-cadence */
 
 /* Remember last 15 units */
 #define DSP_HISTORY 		15




More information about the svn-commits mailing list