Asterisk - The Open Source Telephony Project
18.5.0
|
Entry in the container of featuregroups. More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
struct ast_applicationmap_item * | appmap_item |
const ast_string_field | appmap_item_name |
const ast_string_field | dtmf_override |
Entry in the container of featuregroups.
Definition at line 439 of file features_config.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 445 of file features_config.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 445 of file features_config.c.
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().
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().
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().