#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] |
int(* | operation )(struct ast_channel *chan, struct ast_channel *peer, struct ast_bridge_config *config, char *code, int sense, void *data) |
char | sname [FEATURE_SNAME_LEN] |
Definition at line 54 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 58 of file features.h.
Referenced by feature_interpret_helper(), feature_request_and_dial(), and handle_showfeatures().
struct { ... } feature_entry |
int feature_mask |
Definition at line 55 of file features.h.
Referenced by detect_disconnect(), feature_interpret_helper(), and set_config_flags().
unsigned int flags |
Definition at line 61 of file features.h.
char* fname |
Definition at line 56 of file features.h.
Referenced by feature_interpret_helper(), and handle_showfeatures().
char moh_class[FEATURE_MOH_LEN] |
struct ast_call_feature* next |
Definition at line 65 of file features.h.
int(* operation)(struct ast_channel *chan, struct ast_channel *peer, struct ast_bridge_config *config, char *code, int sense, void *data) |
Referenced by feature_interpret_helper().
char sname[FEATURE_SNAME_LEN] |
Definition at line 57 of file features.h.
Referenced by ast_register_feature(), feature_interpret_helper(), find_dynamic_feature(), and handle_showfeatures().