Asterisk - The Open Source Telephony Project
18.5.0
|
#include <res_pjsip_cli.h>
Data Fields | |
char * | auth_direction |
int | indent_level |
struct ast_str * | output_buffer |
unsigned | recurse: 1 |
unsigned | show_details: 1 |
unsigned | show_details_only_level_0: 1 |
Definition at line 34 of file res_pjsip_cli.h.
char* auth_direction |
Used to indicate which direction an auth is used for. "I" or "O"
Definition at line 38 of file res_pjsip_cli.h.
Referenced by cli_endpoint_print_body(), and cli_print_body().
int indent_level |
Allows formatters to know how far to indent their output.
Definition at line 40 of file res_pjsip_cli.h.
Referenced by ast_sip_cli_traverse_objects(), cli_aor_print_body(), cli_aor_print_header(), cli_channel_print_body(), cli_channel_print_header(), cli_contact_print_body(), cli_contact_print_header(), cli_endpoint_print_body(), cli_endpoint_print_header(), cli_print_body(), cli_print_header(), cli_unid_print_body(), and cli_unid_print_header().
struct ast_str* output_buffer |
Buffer used to accumulate cli output.
Definition at line 36 of file res_pjsip_cli.h.
Referenced by ast_sip_cli_print_sorcery_objectset(), ast_sip_cli_traverse_objects(), cli_aor_print_body(), cli_aor_print_header(), cli_channel_print_body(), cli_channel_print_header(), cli_channelstats_print_body(), cli_channelstats_print_header(), cli_contact_print_body(), cli_contact_print_header(), cli_endpoint_print_body(), cli_endpoint_print_header(), cli_print_body(), cli_print_header(), cli_show_settings(), cli_unid_print_body(), cli_unid_print_header(), sip_cli_print_global(), and sip_cli_print_system().
unsigned recurse |
Tells a formatter to descend into child objects.
Definition at line 44 of file res_pjsip_cli.h.
Referenced by ast_sip_cli_traverse_objects(), cli_aor_print_body(), cli_aor_print_header(), cli_channel_print_body(), cli_channel_print_header(), cli_endpoint_print_body(), cli_endpoint_print_header(), cli_print_body(), and cli_print_header().
unsigned show_details |
Tells a formatter to dump its object_set.
Definition at line 42 of file res_pjsip_cli.h.
Referenced by cli_aor_print_body(), cli_endpoint_print_body(), and cli_print_body().
unsigned show_details_only_level_0 |
Tells a formatter to dump it's object_set only if it's the root object.
Definition at line 46 of file res_pjsip_cli.h.
Referenced by ast_sip_cli_traverse_objects(), cli_aor_print_body(), cli_endpoint_print_body(), and cli_print_body().