Asterisk - The Open Source Telephony Project
18.5.0
|
structure to hold config providers More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
ast_phoneprov_load_users_cb | load_users |
const ast_string_field | provider_name |
structure to hold config providers
Definition at line 266 of file res_phoneprov.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 269 of file res_phoneprov.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 269 of file res_phoneprov.c.
ast_phoneprov_load_users_cb load_users |
Definition at line 270 of file res_phoneprov.c.
Referenced by ast_phoneprov_provider_register(), and load_module().
const ast_string_field provider_name |
Definition at line 269 of file res_phoneprov.c.