mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Remove more needlock stuff
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2662 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user