Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
struct { | |
struct feature_group_exten * next | |
} | entry |
const ast_string_field | exten |
struct ast_call_feature * | feature |
Definition at line 395 of file features.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 399 of file features.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 399 of file features.c.
struct { ... } entry |
const ast_string_field exten |
Definition at line 399 of file features.c.
Referenced by ast_masq_park_call_exten(), ast_park_call_exten(), do_bridge_masquerade(), feature_interpret_helper(), get_parking_exten(), handle_feature_show(), metermaidstate(), and register_group_feature().
struct ast_call_feature* feature |
Definition at line 400 of file features.c.
Referenced by ast_unregister_features(), feature_interpret_helper(), handle_feature_show(), process_applicationmap_line(), process_config(), register_group_feature(), set_bridge_features_on_config(), and set_config_flags().
struct feature_group_exten* next |
Definition at line 396 of file features.c.