|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
structure to hold http routes (valid URIs, and the files they link to) More...

Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| struct phoneprov_file * | file |
| struct phone_profile * | profile |
| const ast_string_field | uri |
| struct user * | user |
structure to hold http routes (valid URIs, and the files they link to)
Definition at line 331 of file res_phoneprov.c.
| struct ast_string_field_mgr __field_mgr |
Definition at line 334 of file res_phoneprov.c.
| struct ast_string_field_pool* __field_mgr_pool |
< The URI requested
Definition at line 334 of file res_phoneprov.c.
| struct phoneprov_file* file |
The file that links to the URI
Definition at line 335 of file res_phoneprov.c.
Referenced by build_route(), phoneprov_callback(), and route_list_cb().
| struct phone_profile* profile |
Definition at line 338 of file res_phoneprov.c.
Referenced by build_route(), and route_list_cb().
| const ast_string_field uri |
Definition at line 334 of file res_phoneprov.c.
Referenced by build_route(), and route_list_cb().
The user that has variables to substitute into the file NULL in the case of a static route
Definition at line 336 of file res_phoneprov.c.
Referenced by build_route(), phoneprov_callback(), route_list_cb(), and routes_delete_cb().