mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user