Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
bridge configuration More...
#include <channel.h>
Data Fields | |
struct ast_stream_topology * | answer_topology |
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 |
struct timeval | feature_start_time |
long | feature_timer |
struct ast_flags | features_callee |
struct ast_flags | features_caller |
unsigned int | flags |
struct timeval | nexteventts |
long | play_warning |
const char * | start_sound |
struct timeval | start_time |
long | timelimit |
long | warning_freq |
const char * | warning_sound |
struct ast_stream_topology* answer_topology |
void(* end_bridge_callback) (void *) |
A callback that is called after a bridge attempt
Definition at line 1110 of file channel.h.
Referenced by try_calling().
void* end_bridge_callback_data |
Data passed to the callback
Definition at line 1111 of file channel.h.
Referenced by end_bridge_callback_data_fixup(), and try_calling().
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
Definition at line 1115 of file channel.h.
Referenced by try_calling().
const char* end_sound |
Definition at line 1107 of file channel.h.
Referenced by bridge_exec().
struct ast_flags features_callee |
Definition at line 1098 of file channel.h.
Referenced by bridge_exec(), and try_calling().
struct ast_flags features_caller |
Definition at line 1097 of file channel.h.
Referenced by bridge_exec(), and try_calling().
const char* start_sound |
Definition at line 1108 of file channel.h.
Referenced by bridge_exec().
const char* warning_sound |
Definition at line 1106 of file channel.h.
Referenced by bridge_exec().