24#ifndef _AST_FEATURES_H
25#define _AST_FEATURES_H
static const char config[]
int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, struct ast_bridge_config *config)
Bridge a call, optionally allowing redirection.
@ AST_FEATURE_FLAG_ONPEER
@ AST_FEATURE_FLAG_ONSELF
@ AST_FEATURE_FLAG_BYBOTH
@ AST_FEATURE_FLAG_BYCALLER
@ AST_FEATURE_FLAG_NEEDSDTMF
@ AST_FEATURE_FLAG_BYCALLEE
int ast_bridge_call_with_flags(struct ast_channel *chan, struct ast_channel *peer, struct ast_bridge_config *config, unsigned int flags)
Bridge a call, and add additional flags to the bridge.
int ast_bridge_timelimit(struct ast_channel *chan, struct ast_bridge_config *config, char *parse, struct timeval *calldurationlimit)
parse L option and read associated channel variables to set warning, warning frequency,...
int ast_bridge_add_channel(struct ast_bridge *bridge, struct ast_channel *chan, struct ast_bridge_features *features, int play_tone, const char *xfersound)
Add an arbitrary channel to a bridge.
A set of macros to manage forward-linked lists.
Core PBX routines and definitions.
Structure that contains features information.
Structure that contains information about a bridge.
Main Channel structure associated with a channel.