Asterisk - The Open Source Telephony Project  18.5.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
extension Struct Reference

structure to hold extensions More...

Collaboration diagram for extension:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
struct {
   struct extension *   next
 
entry
 
struct varsheadheadp
 
int index
 
const ast_string_field name
 

Detailed Description

structure to hold extensions

Definition at line 287 of file res_phoneprov.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 290 of file res_phoneprov.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 290 of file res_phoneprov.c.

◆ entry

struct { ... } entry

◆ headp

struct varshead* headp

List of variables to substitute into templates

Definition at line 292 of file res_phoneprov.c.

Referenced by pp_each_extension_helper().

◆ index

int index

Definition at line 291 of file res_phoneprov.c.

◆ name

const ast_string_field name

◆ next

struct extension* next

Definition at line 293 of file res_phoneprov.c.


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