aboutsummaryrefslogtreecommitdiffstats
path: root/dsp.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-26 17:01:27 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-26 17:01:27 +0000
commitc46ff2828244a32a6d528b84f3c055ba8ce1c597 (patch)
tree6636eab909a78396b54137da1124d8bd77287653 /dsp.c
parent9a3b2e72cb727b3405648a6afde1f0d58303efc0 (diff)
Fix "thinkdigit" issue in new DSP code
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@696 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'dsp.c')
-rwxr-xr-xdsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dsp.c b/dsp.c
index d349a7db9..ec3d4d0c8 100755
--- a/dsp.c
+++ b/dsp.c
@@ -1157,6 +1157,7 @@ struct ast_frame *ast_dsp_process(struct ast_channel *chan, struct ast_dsp *dsp,
dsp->thinkdigit = digit;
return &dsp->f;
}
+ dsp->thinkdigit = digit;
} else {
if (dsp->thinkdigit) {
memset(&dsp->f, 0, sizeof(dsp->f));