summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-04-08 19:19:24 +0000
committerJames Golovich <james@gnuinter.net>2004-04-08 19:19:24 +0000
commit1b2dc7ef7560548b05d7b22a3c0c07db9d7d482f (patch)
treea772aa8a2121df30741e448eed0632a6795492b2 /channels/chan_mgcp.c
parent0f2bcccaba3ab3a58bb07e144eb3b0932ef8fb38 (diff)
Remove more needlock stuff
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2662 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_mgcp.c')
-rwxr-xr-xchannels/chan_mgcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index 2545236ef..e2cf8e4a6 100755
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -1334,7 +1334,7 @@ static int rtpready(struct ast_rtp *rtp, struct ast_frame *f, void *data)
ast_set_write_format(p->owner, p->owner->writeformat);
}
if (p->dtmfinband) {
- f = ast_dsp_process(p->owner,p->dsp,f,0);
+ f = ast_dsp_process(p->owner,p->dsp,f);
}
}
ast_queue_frame(p->owner, f);