| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <iax2.h>
| Data Fields | |
| unsigned short | callno | 
| unsigned char | encdata [0] | 
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 259 of file iax2.h.
Referenced by decrypt_frame().
| unsigned char encdata[0] | 
Definition at line 260 of file iax2.h.
Referenced by decode_frame(), and encrypt_frame().