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

structure to hold phone profiles read from phoneprov.conf More...

Collaboration diagram for phone_profile:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field default_mime_type
 
struct {
   struct phoneprov_file *   first
 
   struct phoneprov_file *   last
 
dynamic_files
 
struct varsheadheadp
 
const ast_string_field name
 
struct {
   struct phoneprov_file *   first
 
   struct phoneprov_file *   last
 
static_files
 
const ast_string_field staticdir
 

Detailed Description

structure to hold phone profiles read from phoneprov.conf

Definition at line 297 of file res_phoneprov.c.

Field Documentation

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 302 of file res_phoneprov.c.

◆ default_mime_type

const ast_string_field default_mime_type

Default mime type if it isn't provided

Definition at line 302 of file res_phoneprov.c.

Referenced by build_profile().

◆ dynamic_files

struct { ... } dynamic_files

List of dynamic files

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

◆ first

struct phoneprov_file* first

Definition at line 304 of file res_phoneprov.c.

◆ headp

struct varshead* headp

List of variables set with 'setvar' in phoneprov.conf

Definition at line 303 of file res_phoneprov.c.

Referenced by build_profile(), and profile_destructor().

◆ last

struct phoneprov_file* last

Definition at line 304 of file res_phoneprov.c.

◆ name

const ast_string_field name

Name of phone profile

Definition at line 302 of file res_phoneprov.c.

Referenced by PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), and route_list_cb().

◆ static_files

struct { ... } static_files

List of static files

Referenced by build_profile(), and profile_destructor().

◆ staticdir

const ast_string_field staticdir

Subdirectory that static files are stored in

Definition at line 302 of file res_phoneprov.c.

Referenced by build_profile().


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