#include <features.h>
Data Fields | |
char | app [FEATURE_APP_LEN] |
char | app_args [FEATURE_APP_ARGS_LEN] |
char | default_exten [FEATURE_MAX_LEN] |
char | exten [FEATURE_MAX_LEN] |
struct { | |
ast_call_feature * next | |
} | feature_entry |
int | feature_mask |
unsigned int | flags |
char * | fname |
char | moh_class [FEATURE_MOH_LEN] |
ast_feature_operation | operation |
char | sname [FEATURE_SNAME_LEN] |
Definition at line 66 of file features.h.
char app[FEATURE_APP_LEN] |
char app_args[FEATURE_APP_ARGS_LEN] |
char default_exten[FEATURE_MAX_LEN] |
char exten[FEATURE_MAX_LEN] |
Definition at line 70 of file features.h.
Referenced by action_atxfer(), feature_interpret_helper(), feature_request_and_dial(), handle_feature_show(), handle_request_info(), and register_group_feature().
struct { ... } feature_entry |
Referenced by ast_register_feature(), ast_unregister_features(), and find_dynamic_feature().
int feature_mask |
Definition at line 67 of file features.h.
Referenced by detect_disconnect(), feature_interpret_helper(), and set_config_flags().
unsigned int flags |
Definition at line 73 of file features.h.
char* fname |
Definition at line 68 of file features.h.
Referenced by feature_interpret_helper(), and handle_feature_show().
char moh_class[FEATURE_MOH_LEN] |
struct ast_call_feature* next |
Definition at line 77 of file features.h.
char sname[FEATURE_SNAME_LEN] |
Definition at line 69 of file features.h.
Referenced by ast_find_call_feature(), ast_register_feature(), feature_exec_app(), feature_interpret_helper(), find_dynamic_feature(), handle_feature_show(), and register_group_feature().