dect
/
asterisk
Archived
13
0
Fork 0

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

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89321 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
crichter 2007-11-16 10:06:55 +00:00
parent 0cb2dd9239
commit db7fa2657c
1 changed files with 1 additions and 0 deletions

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;