| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
structure to hold phone profiles read from phoneprov.conf More...

| Data Fields | ||
| struct ast_string_field_mgr | __field_mgr | |
| struct ast_string_field_pool * | __field_mgr_pool | |
| const ast_string_field | default_mime_type | |
| struct { | ||
| struct phoneprov_file * first | ||
| struct phoneprov_file * last | ||
| } | dynamic_files | |
| struct varshead * | headp | |
| const ast_string_field | name | |
| struct { | ||
| struct phoneprov_file * first | ||
| struct phoneprov_file * last | ||
| } | static_files | |
| const ast_string_field | staticdir | |
structure to hold phone profiles read from phoneprov.conf
Definition at line 303 of file res_phoneprov.c.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 308 of file res_phoneprov.c.
| struct ast_string_field_pool* __field_mgr_pool | 
< Name of phone profile
< Default mime type if it isn't provided
< Subdirectory that static files are stored in
Definition at line 308 of file res_phoneprov.c.
| const ast_string_field default_mime_type | 
Definition at line 308 of file res_phoneprov.c.
Referenced by build_profile().
| struct { ... } dynamic_files | 
List of dynamic files
Referenced by build_profile(), build_user_routes(), and profile_destructor().
| struct phoneprov_file* first | 
Definition at line 310 of file res_phoneprov.c.
| struct varshead* headp | 
List of variables set with 'setvar' in phoneprov.conf
Definition at line 309 of file res_phoneprov.c.
Referenced by add_user_extension(), build_profile(), and profile_destructor().
| struct phoneprov_file* last | 
Definition at line 310 of file res_phoneprov.c.
| const ast_string_field name | 
Definition at line 308 of file res_phoneprov.c.
Referenced by PathSegment::get_child(), SwaggerType::load(), and route_list_cb().
| struct { ... } static_files | 
List of static files
Referenced by build_profile(), and profile_destructor().
| const ast_string_field staticdir | 
Definition at line 308 of file res_phoneprov.c.
Referenced by build_profile().