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

Entry in the container of featuregroups. More...

Collaboration diagram for featuregroup_item:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
struct ast_applicationmap_itemappmap_item
 
const ast_string_field appmap_item_name
 
const ast_string_field dtmf_override
 

Detailed Description

Entry in the container of featuregroups.

Definition at line 439 of file features_config.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 445 of file features_config.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 445 of file features_config.c.

◆ appmap_item

struct ast_applicationmap_item* appmap_item

The applicationmap item that is being referred to

Definition at line 447 of file features_config.c.

Referenced by add_item(), check_featuregroup_item(), featuregroup_item_destructor(), and print_featuregroup().

◆ appmap_item_name

const ast_string_field appmap_item_name

The name of the applicationmap item that we are referring to

Definition at line 445 of file features_config.c.

Referenced by add_item(), check_featuregroup_item(), group_item_sort(), and print_featuregroup().

◆ dtmf_override

const ast_string_field dtmf_override

Custom DTMF override to use instead of the default for the applicationmap item

Definition at line 445 of file features_config.c.

Referenced by add_item(), and print_featuregroup().


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