dect
/
asterisk
Archived
13
0
Fork 0

Version 0.1.4 from FTP

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@213 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2000-07-21 23:51:32 +00:00
parent 5d5bc9919b
commit 1da28f7cc9
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ struct ast_iax_full_hdr {
/* Mini header is used only for voice frames -- delivered unreliably */
struct ast_iax_mini_hdr {
short callno; /* Source call number -- high bit must be 0 */
unsigned short ts; /* 16-bit Timestamp (high 32 bits from last ast_iax_full_hdr) */
unsigned short ts; /* 16-bit Timestamp (high 16 bits from last ast_iax_full_hdr) */
/* Frametype implicitly VOICE_FRAME */
/* subclass implicit from last ast_iax_full_hdr */
char data[0];