Sat Jul 12 2014 17:20:13

Asterisk developer's documentation


ast_bridge_features_hook Struct Reference

Structure that is the essence of a features hook. More...

#include <bridging_features.h>

Collaboration diagram for ast_bridge_features_hook:

Data Fields

ast_bridge_features_hook_callback callback
ast_bridge_features_hook_pvt_destructor destructor
char dtmf [MAXIMUM_DTMF_FEATURE_STRING]
struct {
   struct ast_bridge_features_hook *   next
entry
void * hook_pvt

Detailed Description

Structure that is the essence of a features hook.

Definition at line 99 of file bridging_features.h.


Field Documentation

Callback that is called when DTMF string is matched

Definition at line 103 of file bridging_features.h.

Referenced by ast_bridge_features_hook(), and bridge_channel_feature().

Callback to destroy hook_pvt data right before destruction.

Definition at line 105 of file bridging_features.h.

Referenced by ast_bridge_features_cleanup(), and ast_bridge_features_hook().

char dtmf[MAXIMUM_DTMF_FEATURE_STRING]

DTMF String that is examined during a feature hook lookup

Definition at line 101 of file bridging_features.h.

Referenced by ast_bridge_features_hook(), bridge_channel_feature(), and bridge_handle_dtmf().

void* hook_pvt

Unique data that was passed into us

Definition at line 107 of file bridging_features.h.

Referenced by ast_bridge_features_cleanup(), ast_bridge_features_hook(), and bridge_channel_feature().

Definition at line 109 of file bridging_features.h.


The documentation for this struct was generated from the following file: