dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 68450 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r68450 | kpfleming | 2007-06-08 10:52:47 -0500 (Fri, 08 Jun 2007) | 2 lines

actually remember the type/subclass of full frames that are in process

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@68453 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2007-06-08 16:03:01 +00:00
parent 0f880154ef
commit 7028ac1662
1 changed files with 2 additions and 0 deletions

View File

@ -6582,6 +6582,8 @@ static int socket_read(int *id, int fd, short events, void *cbdata)
/* this thread is going to process this frame, so mark it */
thread->ffinfo.callno = ntohs(fh->scallno);
memcpy(&thread->ffinfo.sin, &thread->iosin, sizeof(thread->ffinfo.sin));
thread->ffinfo.type = fh->type;
thread->ffinfo.csub = fh->csub;
}
}