Structure that is the essence of a features hook. More...
#include <bridging_features.h>
Data Fields | |
ast_bridge_features_hook_callback | callback |
char | dtmf [MAXIMUM_DTMF_FEATURE_STRING] |
struct { | |
struct ast_bridge_features_hook * next | |
} | entry |
void * | hook_pvt |
Structure that is the essence of a features hook.
Definition at line 74 of file bridging_features.h.
Callback that is called when DTMF string is matched
Definition at line 78 of file bridging_features.h.
Referenced by ast_bridge_features_hook(), and bridge_channel_feature().
char dtmf[MAXIMUM_DTMF_FEATURE_STRING] |
DTMF String that is examined during a feature hook lookup
Definition at line 76 of file bridging_features.h.
Referenced by ast_bridge_features_hook(), bridge_channel_feature(), and bridge_handle_dtmf().
struct { ... } entry |
void* hook_pvt |
Unique data that was passed into us
Definition at line 80 of file bridging_features.h.
Referenced by ast_bridge_features_hook(), and bridge_channel_feature().
struct ast_bridge_features_hook* next |
Definition at line 82 of file bridging_features.h.