fixed #10631, about one way audio. thanks IgorG again.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89321 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Christian Richter 18 years ago
parent e6e98982c9
commit c00d3374ff

@ -2856,6 +2856,7 @@ static struct ast_frame *misdn_read(struct ast_channel *ast)
return NULL; return NULL;
} }
tmp->frame.frametype = AST_FRAME_VOICE;
tmp->frame.subclass = AST_FORMAT_ALAW; tmp->frame.subclass = AST_FORMAT_ALAW;
tmp->frame.datalen = len; tmp->frame.datalen = len;
tmp->frame.samples = len; tmp->frame.samples = len;

Loading…
Cancel
Save