Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_sip_cli_context Struct Reference

CLI Formatter Context passed to all formatters. More...

#include <res_pjsip_cli.h>

Data Fields

char * auth_direction
 
int indent_level
 
struct ast_stroutput_buffer
 
unsigned recurse: 1
 
unsigned show_details: 1
 
unsigned show_details_only_level_0: 1
 

Detailed Description

CLI Formatter Context passed to all formatters.

Definition at line 34 of file res_pjsip_cli.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: