#include <iax2-parser.h>
Data Fields | |
unsigned short | adsicpe |
sockaddr_in * | apparent_addr |
unsigned int | authmethods |
int | autoanswer |
char * | called_context |
char * | called_number |
char * | calling_ani |
char * | calling_name |
char * | calling_number |
int | calling_pres |
int | calling_tns |
int | calling_ton |
unsigned short | callno |
unsigned char | calltoken |
unsigned char * | calltokendata |
unsigned int | capability |
char * | cause |
unsigned char | causecode |
char * | challenge |
char * | codec_prefs |
unsigned int | datetime |
char * | devicetype |
char * | dnid |
unsigned short | dpstatus |
unsigned char * | enckey |
unsigned char | enckeylen |
unsigned int | encmethods |
int | firmwarever |
unsigned int | format |
unsigned char * | fwdata |
unsigned char | fwdatalen |
unsigned int | fwdesc |
unsigned char | iax_unknown |
char * | language |
char * | md5_result |
int | msgcount |
int | musiconhold |
unsigned int | ospblocklength [IAX_MAX_OSPBLOCK_NUM] |
char * | osptokenblock [IAX_MAX_OSPBLOCK_NUM] |
char * | password |
unsigned int | provver |
int | provverpres |
char * | rdnis |
unsigned short | refresh |
unsigned short | rr_delay |
unsigned int | rr_dropped |
unsigned int | rr_jitter |
unsigned int | rr_loss |
unsigned int | rr_ooo |
unsigned int | rr_pkts |
char * | rsa_result |
unsigned short | samprate |
char * | serviceident |
unsigned int | transferid |
char * | username |
ast_variable * | vars |
int | version |
Definition at line 24 of file iax2-parser.h.
unsigned short adsicpe |
struct sockaddr_in* apparent_addr |
Definition at line 48 of file iax2-parser.h.
Referenced by iax2_ack_registry(), iax_parse_ies(), and try_transfer().
unsigned int authmethods |
Definition at line 43 of file iax2-parser.h.
Referenced by authenticate_reply(), iax_parse_ies(), and registry_rerequest().
int autoanswer |
char* called_context |
char* called_number |
Definition at line 25 of file iax2-parser.h.
Referenced by check_access(), complete_dpreply(), iax_parse_ies(), and socket_process().
char* calling_ani |
char* calling_name |
char* calling_number |
Definition at line 26 of file iax2-parser.h.
Referenced by check_access(), iax2_ack_registry(), and iax_parse_ies().
int calling_pres |
int calling_tns |
int calling_ton |
unsigned short callno |
Definition at line 51 of file iax2-parser.h.
Referenced by complete_transfer(), iax_parse_ies(), socket_process(), and try_transfer().
unsigned char calltoken |
Definition at line 80 of file iax2-parser.h.
Referenced by handle_call_token(), iax_parse_ies(), and socket_process().
unsigned char* calltokendata |
Definition at line 81 of file iax2-parser.h.
Referenced by handle_call_token(), iax_parse_ies(), and socket_process().
unsigned int capability |
char* cause |
unsigned char causecode |
char* challenge |
Definition at line 45 of file iax2-parser.h.
Referenced by authenticate_reply(), iax_parse_ies(), registry_rerequest(), and socket_process().
char* codec_prefs |
Definition at line 37 of file iax2-parser.h.
Referenced by check_access(), iax_parse_ies(), and socket_process().
unsigned int datetime |
char* devicetype |
char* dnid |
unsigned short dpstatus |
unsigned char* enckey |
unsigned char enckeylen |
unsigned int encmethods |
Definition at line 44 of file iax2-parser.h.
Referenced by authenticate_reply(), iax_parse_ies(), and socket_process().
int firmwarever |
unsigned int format |
Definition at line 36 of file iax2-parser.h.
Referenced by check_access(), iax_parse_ies(), and socket_process().
unsigned char* fwdata |
unsigned char fwdatalen |
unsigned int fwdesc |
unsigned char iax_unknown |
char* language |
char* md5_result |
Definition at line 46 of file iax2-parser.h.
Referenced by authenticate_verify(), iax_parse_ies(), and register_verify().
int msgcount |
Definition at line 55 of file iax2-parser.h.
Referenced by iax2_ack_registry(), and iax_parse_ies().
int musiconhold |
unsigned int ospblocklength[IAX_MAX_OSPBLOCK_NUM] |
char* osptokenblock[IAX_MAX_OSPBLOCK_NUM] |
char* password |
Definition at line 34 of file iax2-parser.h.
Referenced by authenticate_verify(), iax_parse_ies(), and register_verify().
unsigned int provver |
int provverpres |
char* rdnis |
unsigned short refresh |
Definition at line 49 of file iax2-parser.h.
Referenced by complete_dpreply(), iax2_ack_registry(), iax_parse_ies(), register_verify(), and socket_process().
unsigned short rr_delay |
unsigned int rr_dropped |
unsigned int rr_jitter |
unsigned int rr_loss |
unsigned int rr_ooo |
unsigned int rr_pkts |
char* rsa_result |
Definition at line 47 of file iax2-parser.h.
Referenced by authenticate_verify(), iax_parse_ies(), and register_verify().
unsigned short samprate |
char* serviceident |
unsigned int transferid |
char* username |
Definition at line 33 of file iax2-parser.h.
Referenced by authenticate_reply(), check_access(), handle_call_token(), iax2_ack_registry(), iax_parse_ies(), register_verify(), registry_rerequest(), and socket_process().
struct ast_variable* vars |
Definition at line 77 of file iax2-parser.h.
Referenced by authenticate_reply(), iax_parse_ies(), and socket_process().
int version |