automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@58432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge Script
2007-03-08 17:06:27 +00:00
parent 3951e4addf
commit 902b16bdda

2
dsp.c
View File

@@ -1292,8 +1292,10 @@ 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;
}