Asterisk - The Open Source Telephony Project
21.4.1
|
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_applicationmap_item* appmap_item |
The applicationmap item that is being referred to
Definition at line 441 of file features_config.c.
const ast_string_field appmap_item_name |
The name of the applicationmap item that we are referring to
Definition at line 439 of file features_config.c.
const ast_string_field dtmf_override |
Custom DTMF override to use instead of the default for the applicationmap item
Definition at line 439 of file features_config.c.