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

structure to hold file data More...

Collaboration diagram for phoneprov_file:
Collaboration graph
[legend]

Data Fields

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
 

Detailed Description

structure to hold file data

Definition at line 277 of file res_phoneprov.c.

Field Documentation

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 282 of file res_phoneprov.c.

◆ entry

struct { ... } entry

◆ format

const ast_string_field format

After variable substitution struct ast_string_field_mgr __field_mgr becomes route->uri

Definition at line 282 of file res_phoneprov.c.

Referenced by build_profile(), build_route(), and build_user_routes().

◆ mime_type

const ast_string_field mime_type

Mime-type of the file

Definition at line 282 of file res_phoneprov.c.

Referenced by build_profile().

◆ next

struct phoneprov_file* next

Definition at line 283 of file res_phoneprov.c.

◆ template

const ast_string_field template

Template/physical file location

Definition at line 282 of file res_phoneprov.c.

Referenced by Transform::render(), and route_list_cb().


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