Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


http_route Struct Reference

structure to hold http routes (valid URIs, and the files they link to) More...

Collaboration diagram for http_route:

Data Fields

struct ast_string_field_mgr __field_mgr
struct ast_string_field_pool__field_mgr_pool
struct phoneprov_filefile
const ast_string_field uri
struct useruser

Detailed Description

structure to hold http routes (valid URIs, and the files they link to)


Field Documentation

Definition at line 183 of file res_phoneprov.c.

< The URI requested

Definition at line 183 of file res_phoneprov.c.

The file that links to the URI

Definition at line 184 of file res_phoneprov.c.

Referenced by phoneprov_callback(), build_route(), and handle_show_routes().

struct user* user

The user that has variables to substitute into the file NULL in the case of a static route

Definition at line 185 of file res_phoneprov.c.

Referenced by phoneprov_callback(), build_route(), and handle_show_routes().


The documentation for this struct was generated from the following file: