| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <iax2.h>
| Data Fields | |
| unsigned short | callno | 
| unsigned char | data [0] | 
| unsigned short | ts | 
Mini header is used only for voice frames – delivered unreliably
| unsigned short callno | 
Source call number – high bit must be 0, rest must be non-zero
Definition at line 250 of file iax2.h.
Referenced by iax2_send(), iax2_trunk_queue(), socket_process_helper(), and socket_process_meta().
| unsigned short ts | 
16-bit Timestamp (high 16 bits from last ast_iax2_full_hdr)
Definition at line 251 of file iax2.h.
Referenced by iax2_send(), iax2_trunk_queue(), socket_process_helper(), and socket_process_meta().