aboutsummaryrefslogtreecommitdiffstats
path: root/dsp.c
diff options
context:
space:
mode:
authorautomerge <automerge@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-08 17:06:27 +0000
committerautomerge <automerge@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-08 17:06:27 +0000
commit3db6967bc91e2dcd43f482f08cbea464c1b0f51d (patch)
tree1f9381b15b137139deef037917a304302c756706 /dsp.c
parente2ee0c8fd50fcbf439b8865de788b0014d2ec755 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@58432 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'dsp.c')
-rw-r--r--dsp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dsp.c b/dsp.c
index f23f45b6a..c86354f36 100644
--- a/dsp.c
+++ b/dsp.c
@@ -1292,9 +1292,11 @@ int ast_dsp_busydetect(struct ast_dsp *dsp)
}
#endif
#if 1
+#ifndef BUSYDETECT_TONEONLY
if (res)
ast_log(LOG_DEBUG, "ast_dsp_busydetect detected busy, avgtone: %d, avgsilence %d\n", avgtone, avgsilence);
#endif
+#endif
return res;
}
#endif