|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
structure to hold extensions More...

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 | |
structure to hold extensions
Definition at line 293 of file res_phoneprov.c.
| struct ast_string_field_mgr __field_mgr |
Definition at line 296 of file res_phoneprov.c.
| struct ast_string_field_pool* __field_mgr_pool |
Definition at line 296 of file res_phoneprov.c.
| struct { ... } entry |
Referenced by add_user_extension(), and user_destructor().
| struct varshead* headp |
List of variables to substitute into templates
Definition at line 298 of file res_phoneprov.c.
Referenced by add_user_extension(), build_extension(), delete_extension(), phoneprov_callback(), and pp_each_extension_helper().
| int index |
Definition at line 297 of file res_phoneprov.c.
Referenced by add_user_extension(), and build_extension().
| const ast_string_field name |
Definition at line 296 of file res_phoneprov.c.
Referenced by ast_phoneprov_add_extension(), PathSegment::get_child(), and SwaggerType::load().
| struct extension* next |
Definition at line 299 of file res_phoneprov.c.