Asterisk - The Open Source Telephony Project
21.4.1
|
Native DAHDI bridging support. More...
#include "asterisk.h"
#include "../sig_analog.h"
#include "../sig_pri.h"
#include "../chan_dahdi.h"
#include "bridge_native_dahdi.h"
#include "asterisk/bridge.h"
#include "asterisk/bridge_technology.h"
#include "asterisk/frame.h"
#include "asterisk/format_cache.h"
Go to the source code of this file.
Data Structures | |
struct | native_pvt_bridge |
struct | native_pvt_chan |
Functions | |
int | dahdi_native_load (const struct ast_channel_tech *tech) |
void | dahdi_native_unload (void) |
static int | native_bridge_changed (struct ast_bridge *bridge) |
static int | native_bridge_compatible (struct ast_bridge *bridge) |
static int | native_bridge_create (struct ast_bridge *bridge) |
static void | native_bridge_destroy (struct ast_bridge *bridge) |
static int | native_bridge_is_capable (struct ast_bridge_channel *bridge_channel) |
static int | native_bridge_join (struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) |
static void | native_bridge_leave (struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) |
static int | native_bridge_start (struct ast_bridge *bridge) |
static void | native_bridge_stop (struct ast_bridge *bridge) |
static void | native_bridge_suspend (struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) |
static void | native_bridge_unsuspend (struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel) |
static int | native_bridge_write (struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel, struct ast_frame *frame) |
static int | native_chan_changed (struct ast_bridge_channel *bridge_channel) |
static void | native_request_start (struct ast_bridge *bridge) |
static void | native_request_stop (struct ast_bridge *bridge) |
static int | native_start (struct ast_bridge *bridge) |
static void | native_stop (struct ast_bridge *bridge) |
Variables | |
static const struct ast_channel_tech * | dahdi_tech |
static struct ast_bridge_technology | native_bridge |