Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
CLI Formatter Context passed to all formatters. More...
#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 |
CLI Formatter Context passed to all formatters.
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.
int indent_level |
Allows formatters to know how far to indent their output.
Definition at line 40 of file res_pjsip_cli.h.
struct ast_str* output_buffer |
Buffer used to accumulate cli output.
Definition at line 36 of file res_pjsip_cli.h.
unsigned recurse |
Tells a formatter to descend into child objects.
Definition at line 44 of file res_pjsip_cli.h.
unsigned show_details |
Tells a formatter to dump its object_set.
Definition at line 42 of file res_pjsip_cli.h.
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.