summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2000-07-21 23:51:32 +0000
committerMark Spencer <markster@digium.com>2000-07-21 23:51:32 +0000
commitdbc092f362c2bacd960cef87206f09efdc7337a3 (patch)
tree4179c1ea43c245e9fa7420c602a249510df5a236 /channels
parent0fc22e9d3d4a965be70fe5d994c452b8760a3070 (diff)
Version 0.1.4 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/iax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/iax.h b/channels/iax.h
index 93335da8d..295b545c1 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];