Asterisk - The Open Source Telephony Project
18.5.0
|
PJSIP Logging Session. More...
Data Fields | |
unsigned int | enabled:1 |
Whether the session is enabled or not. More... | |
unsigned int | log_all_traffic:1 |
Whether the session is logging all traffic or not. More... | |
unsigned int | log_to_pcap:1 |
Whether to log to pcap or not. More... | |
unsigned int | log_to_verbose:1 |
Whether to log to verbose or not. More... | |
struct ast_ha * | matches |
Explicit addresses or ranges being logged. More... | |
FILE * | pcap_file |
The pcap file itself. More... | |
char | pcap_filename [PATH_MAX] |
Filename used for the pcap file. More... | |
PJSIP Logging Session.
Definition at line 103 of file res_pjsip_logger.c.
unsigned int enabled |
Whether the session is enabled or not.
Definition at line 111 of file res_pjsip_logger.c.
Referenced by pjsip_disable_logger(), pjsip_enable_logger_all(), pjsip_enable_logger_host(), and pjsip_log_test_addr().
unsigned int log_all_traffic |
Whether the session is logging all traffic or not.
Definition at line 113 of file res_pjsip_logger.c.
Referenced by pjsip_disable_logger(), pjsip_enable_logger_all(), and pjsip_log_test_addr().
unsigned int log_to_pcap |
Whether to log to pcap or not.
Definition at line 117 of file res_pjsip_logger.c.
Referenced by logging_on_rx_msg(), logging_on_tx_msg(), pjsip_disable_logger(), and pjsip_set_logger_pcap().
unsigned int log_to_verbose |
Whether to log to verbose or not.
Definition at line 115 of file res_pjsip_logger.c.
Referenced by logging_on_rx_msg(), logging_on_tx_msg(), pjsip_disable_logger(), pjsip_logger_session_alloc(), and pjsip_set_logger_verbose().
struct ast_ha* matches |
Explicit addresses or ranges being logged.
Definition at line 105 of file res_pjsip_logger.c.
Referenced by pjsip_disable_logger(), pjsip_enable_logger_host(), pjsip_log_test_addr(), and pjsip_logger_session_destroy().
FILE* pcap_file |
The pcap file itself.
Definition at line 109 of file res_pjsip_logger.c.
Referenced by pjsip_disable_logger(), pjsip_logger_session_destroy(), pjsip_logger_write_to_pcap(), and pjsip_set_logger_pcap().
char pcap_filename[PATH_MAX] |
Filename used for the pcap file.
Definition at line 107 of file res_pjsip_logger.c.
Referenced by pjsip_disable_logger(), and pjsip_set_logger_pcap().