From: Mark Spencer Date: Fri, 21 Jul 2000 23:51:32 +0000 (+0000) Subject: Version 0.1.4 from FTP X-Git-Tag: 0.1.4~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbc092f362c2bacd960cef87206f09efdc7337a3;p=thirdparty%2Fasterisk.git Version 0.1.4 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@213 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/iax.h b/channels/iax.h index 93335da8d4..295b545c1a 100755 --- a/channels/iax.h +++ b/channels/iax.h @@ -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];