projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0774e7
)
just throwing this in here cuz its really buggin me
author
Jeremy McNamara
<jj@nufone.net>
Wed, 7 Jan 2004 21:57:06 +0000
(21:57 +0000)
committer
Jeremy McNamara
<jj@nufone.net>
Wed, 7 Jan 2004 21:57:06 +0000
(21:57 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1894
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
dsp.c
patch
|
blob
|
history
diff --git
a/dsp.c
b/dsp.c
index
1749a12
..
c3a9d26
100755
(executable)
--- 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);