Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_bridge_config Struct Reference

bridge configuration More...

#include <channel.h>

Data Fields

struct ast_stream_topologyanswer_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
 

Detailed Description

bridge configuration

Definition at line 1076 of file channel.h.

Field Documentation

struct ast_stream_topology* answer_topology

If the bridge answers the channel this topology should be passed to the channel and used if the channel supports the answer_with_stream_topology callback.

Definition at line 1099 of file channel.h.

Referenced by dial_exec_full().

void(* end_bridge_callback) (void *)

A callback that is called after a bridge attempt

Definition at line 1090 of file channel.h.

Referenced by ast_bridge_call_with_flags(), and dial_exec_full().

void* end_bridge_callback_data

Data passed to the callback

Definition at line 1091 of file channel.h.

Referenced by ast_bridge_call_with_flags(), and dial_exec_full().

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 1095 of file channel.h.

Referenced by dial_exec_full().


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