Asterisk - The Open Source Telephony Project
18.5.0
|
#include <iax2.h>
Data Fields | |
unsigned char | cmddata |
unsigned char | data [0] |
unsigned char | metacmd |
unsigned short | zeros |
unsigned char cmddata |
Command Data
Definition at line 264 of file iax2.h.
Referenced by send_trunk(), and socket_process_meta().
unsigned char data[0] |
Definition at line 265 of file iax2.h.
Referenced by send_trunk(), and socket_process_meta().
unsigned char metacmd |
Meta command
Definition at line 263 of file iax2.h.
Referenced by send_trunk(), socket_process_helper(), and socket_process_meta().
unsigned short zeros |
Zeros field – must be zero
Definition at line 262 of file iax2.h.
Referenced by send_trunk(), and socket_process_helper().