mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
Fix typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1163 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3695,7 +3695,7 @@ static int socket_read(int *id, int fd, short events, void *cbdata)
|
||||
dcallno = ntohs(fh->dcallno) & ~IAX_FLAG_RETRANS;
|
||||
/* Retrieve the type and subclass */
|
||||
f.frametype = fh->type;
|
||||
if (f.frametype == AST_FRAME_VOICE) {
|
||||
if (f.frametype == AST_FRAME_VIDEO) {
|
||||
f.subclass = uncompress_subclass(fh->csub & ~0x40) | ((fh->csub & 0x40) >> 6);
|
||||
} else {
|
||||
f.subclass = uncompress_subclass(fh->csub);
|
||||
|
Reference in New Issue
Block a user