| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 282 of file res_pjsip_config_wizard.c.
| struct ast_config* last_config | 
Definition at line 286 of file res_pjsip_config_wizard.c.
Referenced by object_type_loaded_observer(), and object_type_registered_observer().
| char object_type[] | 
Definition at line 287 of file res_pjsip_config_wizard.c.
Referenced by delete_existing_cb(), find_wizard(), handle_export_primitives(), object_type_registered_observer(), and wizard_apply_handler().
| struct ast_sorcery* sorcery | 
Definition at line 283 of file res_pjsip_config_wizard.c.
Referenced by delete_existing_cb(), and object_type_registered_observer().
| struct ast_sorcery_wizard* wizard | 
Definition at line 284 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(), and object_type_registered_observer().
| void* wizard_data | 
Definition at line 285 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(), and object_type_registered_observer().