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

Keeps track of the sorcery wizard and last config for each object type. More...

Collaboration diagram for object_type_wizard:
Collaboration graph
[legend]

Data Fields

struct ast_configlast_config
 
char object_type []
 
struct ast_sorcerysorcery
 
struct ast_sorcery_wizardwizard
 
void * wizard_data
 

Detailed Description

Keeps track of the sorcery wizard and last config for each object type.

Definition at line 284 of file res_pjsip_config_wizard.c.

Field Documentation

◆ last_config

struct ast_config* last_config

◆ object_type

char object_type[]

◆ sorcery

struct ast_sorcery* sorcery

◆ wizard

struct ast_sorcery_wizard* wizard

◆ wizard_data

void* wizard_data

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