Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct ast_frame | af |
unsigned char | afdata [0] |
size_t | afdatalen |
unsigned int | cacheable:1 |
unsigned short | callno |
void * | data |
int | datalen |
unsigned short | dcallno |
unsigned int | direction:2 |
ast_aes_encrypt_key | ecx |
int | encmethods |
unsigned int | final:1 |
int | iseqno |
struct { | |
struct iax_frame * next | |
} | list |
ast_aes_decrypt_key | mydcx |
int | oseqno |
unsigned int | outoforder:1 |
int | retrans |
int | retries |
int | retrytime |
unsigned char | semirand [32] |
unsigned int | sentyet:1 |
int | sockfd |
unsigned int | transfer:1 |
unsigned int | ts |
unsigned char | unused [AST_FRIENDLY_OFFSET] |
struct ast_frame af |
Actual, isolated frame header
Definition at line 142 of file parser.h.
Referenced by __do_deliver(), and schedule_delivery().
unsigned short callno |
/Our/ call number
Definition at line 100 of file parser.h.
Referenced by __do_deliver(), make_trunk(), and schedule_delivery().
void* data |
Start of raw frame (outgoing only)
Definition at line 104 of file parser.h.
Referenced by __do_deliver().
int encmethods |
struct { ... } list |
Easy linking
ast_aes_decrypt_key mydcx |
int retrans |
unsigned int transfer |
unsigned int ts |
Outgoing relative timestamp (ms)
Definition at line 110 of file parser.h.
Referenced by schedule_delivery().