#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 |
struct ast_flags | features_callee |
struct ast_flags | features_caller |
int | firstpass |
unsigned int | flags |
struct timeval | nexteventts |
struct timeval | partialfeature_timer |
long | play_warning |
const char * | start_sound |
struct timeval | start_time |
long | timelimit |
long | warning_freq |
const char * | warning_sound |
Definition at line 559 of file channel.h.
void(* end_bridge_callback)(void *) |
A callback that is called after a bridge attempt
Referenced by app_exec(), and ast_bridge_call().
void* end_bridge_callback_data |
Data passed to the callback
Definition at line 575 of file channel.h.
Referenced by app_exec(), ast_bridge_call(), and 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
Referenced by app_exec(), and builtin_atxfer().
const char* end_sound |
Definition at line 570 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
long feature_timer |
Definition at line 565 of file channel.h.
Referenced by ast_bridge_call(), ast_channel_bridge(), and ast_generic_bridge().
struct ast_flags features_callee [read] |
Definition at line 561 of file channel.h.
Referenced by add_features_datastores(), app_exec(), ast_bridge_call(), ast_channel_bridge(), builtin_atxfer(), feature_interpret(), park_exec(), set_config_flags(), and try_calling().
struct ast_flags features_caller [read] |
Definition at line 560 of file channel.h.
Referenced by add_features_datastores(), app_exec(), ast_bridge_call(), ast_channel_bridge(), builtin_atxfer(), feature_interpret(), park_exec(), set_bridge_features_on_config(), set_config_flags(), and try_calling().
int firstpass |
Definition at line 572 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
unsigned int flags |
Definition at line 573 of file channel.h.
Referenced by ast_channel_bridge(), and ast_generic_bridge().
struct timeval nexteventts [read] |
Definition at line 563 of file channel.h.
Referenced by ast_channel_bridge(), and ast_generic_bridge().
struct timeval partialfeature_timer [read] |
Definition at line 564 of file channel.h.
Referenced by ast_generic_bridge().
long play_warning |
Definition at line 567 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
const char* start_sound |
Definition at line 571 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
struct timeval start_time [read] |
Definition at line 562 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
long timelimit |
Definition at line 566 of file channel.h.
Referenced by ast_channel_bridge(), and ast_generic_bridge().
long warning_freq |
Definition at line 568 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
const char* warning_sound |
Definition at line 569 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().