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

| Data Fields | ||
| struct ast_string_field_mgr | __field_mgr | |
| struct ast_string_field_pool * | __field_mgr_pool | |
| struct { | ||
| struct phoneprov_file * next | ||
| } | entry | |
| const ast_string_field | format | |
| const ast_string_field | mime_type | |
| const ast_string_field | template | |
structure to hold file data
Definition at line 283 of file res_phoneprov.c.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 288 of file res_phoneprov.c.
| struct ast_string_field_pool* __field_mgr_pool | 
< After variable substitution, becomes route->uri
< Template/physical file location
< Mime-type of the file
Definition at line 288 of file res_phoneprov.c.
| struct { ... } entry | 
Referenced by build_profile().
| const ast_string_field format | 
Definition at line 288 of file res_phoneprov.c.
Referenced by build_profile(), build_route(), and build_user_routes().
| const ast_string_field mime_type | 
Definition at line 288 of file res_phoneprov.c.
Referenced by build_profile(), and phoneprov_callback().
| struct phoneprov_file* next | 
Definition at line 289 of file res_phoneprov.c.
| const ast_string_field template | 
Definition at line 288 of file res_phoneprov.c.
Referenced by phoneprov_callback(), Transform::render(), and route_list_cb().