Thu Dec 17 13:34:09 2009

Asterisk developer's documentation


ast_bridge_config Struct Reference

#include <channel.h>


Data Fields

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
long feature_timer
ast_flags features_callee
ast_flags features_caller
int firstpass
unsigned int flags
timeval nexteventts
timeval partialfeature_timer
long play_warning
const char * start_sound
timeval start_time
long timelimit
long warning_freq
const char * warning_sound


Detailed Description

Definition at line 534 of file channel.h.


Field Documentation

void(* end_bridge_callback)(void *)

A callback that is called after a bridge attempt

void* end_bridge_callback_data

Data passed to the callback

Definition at line 550 of file channel.h.

Referenced by end_bridge_callback_data_fixup().

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

Referenced by do_atxfer().

const char* end_sound

Definition at line 545 of file channel.h.

long feature_timer

Definition at line 540 of file channel.h.

struct ast_flags features_callee

Definition at line 536 of file channel.h.

Referenced by do_atxfer().

struct ast_flags features_caller

Definition at line 535 of file channel.h.

Referenced by do_atxfer().

int firstpass

Definition at line 547 of file channel.h.

unsigned int flags

Definition at line 548 of file channel.h.

struct timeval nexteventts

Definition at line 538 of file channel.h.

struct timeval partialfeature_timer

Definition at line 539 of file channel.h.

long play_warning

Definition at line 542 of file channel.h.

const char* start_sound

Definition at line 546 of file channel.h.

struct timeval start_time

Definition at line 537 of file channel.h.

long timelimit

Definition at line 541 of file channel.h.

long warning_freq

Definition at line 543 of file channel.h.

const char* warning_sound

Definition at line 544 of file channel.h.


The documentation for this struct was generated from the following file:
Generated on Thu Dec 17 13:34:09 2009 for Asterisk - the Open Source PBX by  doxygen 1.4.7