Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
struct { | |
struct extension * next | |
} | entry |
struct varshead * | headp |
int | index |
const ast_string_field | name |
Definition at line 126 of file res_phoneprov.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 129 of file res_phoneprov.c.
Definition at line 129 of file res_phoneprov.c.
struct { ... } entry |
List of variables to substitute into templates
Definition at line 131 of file res_phoneprov.c.
Referenced by add_user_extension(), build_extension(), delete_extension(), phoneprov_callback(), and pp_each_extension_exec().
int index |
Definition at line 130 of file res_phoneprov.c.
Referenced by add_user_extension(), and build_extension().
const ast_string_field name |
Definition at line 129 of file res_phoneprov.c.
Referenced by build_extension(), and set_config().
Definition at line 132 of file res_phoneprov.c.