Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
http_route Struct Reference

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

Collaboration diagram for http_route:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
struct phoneprov_filefile
 
struct phone_profileprofile
 
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 323 of file res_phoneprov.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 324 of file res_phoneprov.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 324 of file res_phoneprov.c.

◆ file

struct phoneprov_file* file

The file that links to the URI

Definition at line 325 of file res_phoneprov.c.

Referenced by build_route(), and route_list_cb().

◆ profile

struct phone_profile* profile

Definition at line 328 of file res_phoneprov.c.

Referenced by build_route(), and route_list_cb().

◆ uri

const ast_string_field uri

The URI requested

Definition at line 324 of file res_phoneprov.c.

Referenced by route_list_cb().

◆ user

struct user* user

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

Definition at line 326 of file res_phoneprov.c.

Referenced by build_route(), route_list_cb(), routes_delete_cb(), and Registration::write().


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