Skip to content
Snippets Groups Projects
Commit 14c76923 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

allow longer 'busy' tones to be detected (issue #5085)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6498 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 37a3c098
Branches
Tags
No related merge requests found
......@@ -97,7 +97,7 @@ static struct progress {
#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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment