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
This commit is contained in:
Christian Richter
2007-11-16 10:06:55 +00:00
parent e6e98982c9
commit c00d3374ff

View File

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