mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
Version 0.1.4 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -55,7 +55,7 @@ struct ast_iax_full_hdr {
|
|||||||
/* Mini header is used only for voice frames -- delivered unreliably */
|
/* Mini header is used only for voice frames -- delivered unreliably */
|
||||||
struct ast_iax_mini_hdr {
|
struct ast_iax_mini_hdr {
|
||||||
short callno; /* Source call number -- high bit must be 0 */
|
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 */
|
/* Frametype implicitly VOICE_FRAME */
|
||||||
/* subclass implicit from last ast_iax_full_hdr */
|
/* subclass implicit from last ast_iax_full_hdr */
|
||||||
char data[0];
|
char data[0];
|
||||||
|
Reference in New Issue
Block a user