From 21e626b1e7db99c69c579ca432952c36897069b6 Mon Sep 17 00:00:00 2001 From: file Date: Thu, 8 Mar 2007 16:09:23 +0000 Subject: Merged revisions 58389 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58389 | file | 2007-03-08 11:07:10 -0500 (Thu, 08 Mar 2007) | 10 lines Merged revisions 58388 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58388 | file | 2007-03-08 11:04:58 -0500 (Thu, 08 Mar 2007) | 2 lines Only print out debug message if the definition that makes the variables shows up was actually defined. (issue #9233 reported by serginuez) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58390 f38db490-d61c-443f-a65b-d21fe96a405b --- main/dsp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/dsp.c b/main/dsp.c index 64329092a..e89b726b3 100644 --- a/main/dsp.c +++ b/main/dsp.c @@ -1335,11 +1335,13 @@ int ast_dsp_busydetect(struct ast_dsp *dsp) } } #endif +#ifndef BUSYDETECT_TONEONLY #if 1 if (res) { if (option_debug) ast_log(LOG_DEBUG, "ast_dsp_busydetect detected busy, avgtone: %d, avgsilence %d\n", avgtone, avgsilence); } +#endif #endif return res; } -- cgit v1.2.3