#include <channel.h>
Data Fields | |
void(* | end_bridge_callback )(void *) |
void * | end_bridge_callback_data |
void(* | end_bridge_callback_data_fixup )(struct ast_bridge_config *bconfig, struct ast_channel *originator, struct ast_channel *terminator) |
const char * | end_sound |
long | feature_timer |
ast_flags | features_callee |
ast_flags | features_caller |
int | firstpass |
unsigned int | flags |
timeval | nexteventts |
timeval | partialfeature_timer |
long | play_warning |
const char * | start_sound |
timeval | start_time |
long | timelimit |
long | warning_freq |
const char * | warning_sound |
Definition at line 556 of file channel.h.
void(* end_bridge_callback)(void *) |
A callback that is called after a bridge attempt
void* end_bridge_callback_data |
Data passed to the callback
Definition at line 572 of file channel.h.
Referenced by end_bridge_callback_data_fixup().
void(* end_bridge_callback_data_fixup)(struct ast_bridge_config *bconfig, struct ast_channel *originator, struct ast_channel *terminator) |
If the end_bridge_callback_data refers to a channel which no longer is going to exist when the end_bridge_callback is called, then it needs to be fixed up properly
long feature_timer |
struct ast_flags features_callee |
struct ast_flags features_caller |
struct timeval nexteventts |
struct timeval partialfeature_timer |
long play_warning |
const char* start_sound |
struct timeval start_time |
long warning_freq |
const char* warning_sound |