aboutsummaryrefslogtreecommitdiffstats
path: root/dsp.c
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-07 21:57:06 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-07 21:57:06 +0000
commit2bf080a63eb7c66a0e42b9591e312991c58ab1ec (patch)
treebd85ec423848ecf44f7555ed746a98d24b955d3a /dsp.c
parent3b5af166da280f115881ec4b388dce2c349047c1 (diff)
just throwing this in here cuz its really buggin me
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1894 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'dsp.c')
-rwxr-xr-xdsp.c2
1 files changed, 1 insertions, 1 deletions
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);