Asterisk - The Open Source Telephony Project
18.5.0
|
Keeps track of the sorcery wizard and last config for each object type. More...
Data Fields | |
struct ast_config * | last_config |
char | object_type [] |
struct ast_sorcery * | sorcery |
struct ast_sorcery_wizard * | wizard |
void * | wizard_data |
Keeps track of the sorcery wizard and last config for each object type.
Definition at line 284 of file res_pjsip_config_wizard.c.
struct ast_config* last_config |
Definition at line 288 of file res_pjsip_config_wizard.c.
Referenced by object_type_loaded_observer(), and wizard_mapped_observer().
char object_type[] |
Definition at line 289 of file res_pjsip_config_wizard.c.
Referenced by delete_existing_cb(), find_wizard(), handle_export_primitives(), wizard_apply_handler(), and wizard_mapped_observer().
struct ast_sorcery* sorcery |
Definition at line 285 of file res_pjsip_config_wizard.c.
Referenced by delete_existing_cb(), handle_export_primitives(), wizard_apply_handler(), and wizard_mapped_observer().
struct ast_sorcery_wizard* wizard |
Definition at line 286 of file res_pjsip_config_wizard.c.
Referenced by delete_existing_cb(), handle_aor(), handle_auth(), handle_endpoint(), handle_identify(), handle_phoneprov(), handle_registrations(), object_type_loaded_observer(), wizard_apply_handler(), and wizard_mapped_observer().
void* wizard_data |
Definition at line 287 of file res_pjsip_config_wizard.c.
Referenced by delete_existing_cb(), handle_aor(), handle_auth(), handle_endpoint(), handle_identify(), handle_phoneprov(), handle_registrations(), object_type_loaded_observer(), wizard_apply_handler(), and wizard_mapped_observer().