From e7d8b197f3692b9ff3385700aa86102b6121517f Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Wed, 7 Jan 2004 21:57:06 +0000 Subject: just throwing this in here cuz its really buggin me git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1894 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsp.c b/dsp.c index 1749a1266..c3a9d26af 100755 --- a/dsp.c +++ b/dsp.c @@ -1426,7 +1426,7 @@ struct ast_frame *ast_dsp_process(struct ast_channel *chan, struct ast_dsp *dsp, shortdata[x] = AST_ALAW(odata[x]); break; default: - ast_log(LOG_WARNING, "Unable to detect process %d frames\n", af->subclass); + ast_log(LOG_WARNING, "Unable to process inband DTMF on %d frames\n", af->subclass); return af; } silence = __ast_dsp_silence(dsp, shortdata, len, NULL); -- cgit v1.2.3