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

#include <res_pjsip_cli.h>

Collaboration diagram for ast_sip_cli_context:
Collaboration graph
[legend]

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

Definition at line 34 of file res_pjsip_cli.h.

Field Documentation

◆ auth_direction

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().

◆ indent_level

int indent_level

◆ output_buffer

struct ast_str* output_buffer

◆ recurse

unsigned recurse

◆ show_details

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().

◆ show_details_only_level_0

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().


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