mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix last commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@112234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2398,7 +2398,7 @@ static void *do_chanreads(void *pvt)
|
||||
|
||||
if ((use_ast_dtmfdet)&&(p->vad)) {
|
||||
fr = ast_dsp_process(p->owner,p->vad,fr);
|
||||
if (fr && (fr->frametype == AST_FRAME_DTMF))
|
||||
if (fr && (fr->frametype == AST_FRAME_DTMF)) {
|
||||
ast_debug(1, "%s: chanreads: Detected DTMF '%c'\n", p->dev, fr->subclass);
|
||||
} else if (fr->subclass == 'f') {
|
||||
}
|
||||
|
Reference in New Issue
Block a user