Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


http_route Struct Reference

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_filefile
 
const ast_string_field uri
 
struct useruser
 

Detailed Description

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

Definition at line 176 of file res_phoneprov.c.

Field Documentation

struct ast_string_field_mgr __field_mgr

Definition at line 177 of file res_phoneprov.c.

struct ast_string_field_pool* __field_mgr_pool

Definition at line 177 of file res_phoneprov.c.

struct phoneprov_file* file

The file that links to the URI

Definition at line 178 of file res_phoneprov.c.

Referenced by build_route().

const ast_string_field uri

The URI requested

Definition at line 177 of file res_phoneprov.c.

Referenced by route_destructor(), and routes_cmp_fn().

struct user* user
 The user that has variables to substitute into the file

NULL in the case of a static route

Definition at line 179 of file res_phoneprov.c.

Referenced by build_route().


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