34 #ifndef _ASTERISK_PRIVATE_BRIDGING_H
35 #define _ASTERISK_PRIVATE_BRIDGING_H
129 int attempt_recovery,
unsigned int optimized);
192 void bridge_reconfigured(
struct ast_bridge *
bridge,
unsigned int colp_update);
Main Channel structure associated with a channel.
struct ast_bridge * bridge_register(struct ast_bridge *bridge)
Register the new bridge with the system.
const ast_string_field name
struct ast_bridge * bridge
Bridge this channel is participating in.
struct ast_bridge * bridge_base_init(struct ast_bridge *self, uint32_t capabilities, unsigned int flags, const char *creator, const char *name, const char *id)
Initialize the base class of the bridge.
const struct ast_bridge_methods * v_table
Structure that contains information about a bridge.
Bridge virtual methods table definition.
struct ast_channel * chan
Structure that contains information regarding a channel in a bridge.
const ast_string_field creator