Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 433 of file features_config.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 439 of file features_config.c.
struct ast_string_field_pool* __field_mgr_pool |
The name of the applicationmap item that we are referring to
Custom DTMF override to use instead of the default for the applicationmap item
Definition at line 439 of file features_config.c.
struct ast_applicationmap_item* appmap_item |
The applicationmap item that is being referred to
Definition at line 441 of file features_config.c.
Referenced by add_item(), and check_featuregroup_item().
const ast_string_field appmap_item_name |
Definition at line 439 of file features_config.c.
Referenced by add_item(), check_featuregroup_item(), and group_item_sort().
const ast_string_field dtmf_override |
Definition at line 439 of file features_config.c.
Referenced by add_item().