Asterisk - The Open Source Telephony Project
21.4.1
|
PJSIP Logging Session. More...
Data Fields | |
unsigned int | enabled:1 |
Whether the session is enabled or not. | |
unsigned int | log_all_traffic:1 |
Whether the session is logging all traffic or not. | |
struct { | |
size_t current | |
struct method_logging_info ** elems | |
size_t max | |
} | log_methods |
Vector of SIP methods to log. | |
unsigned int | log_to_pcap:1 |
Whether to log to pcap or not. | |
unsigned int | log_to_verbose:1 |
Whether to log to verbose or not. | |
struct ast_ha * | matches |
Explicit addresses or ranges being logged. | |
FILE * | pcap_file |
The pcap file itself. | |
char | pcap_filename [PATH_MAX] |
Filename used for the pcap file. | |
PJSIP Logging Session.
Definition at line 110 of file res_pjsip_logger.c.