bridge configuration More...
#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 |
| 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 |
| void(* end_bridge_callback)(void *) |
A callback that is called after a bridge attempt
Definition at line 963 of file channel.h.
Referenced by app_exec(), ast_bridge_call(), dial_exec_full(), and try_calling().
| void* end_bridge_callback_data |
Data passed to the callback
Definition at line 964 of file channel.h.
Referenced by app_exec(), ast_bridge_call(), dial_exec_full(), end_bridge_callback_data_fixup(), and try_calling().
| 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 968 of file channel.h.
Referenced by app_exec(), builtin_atxfer(), dial_exec_full(), and try_calling().
| const char* end_sound |
Definition at line 960 of file channel.h.
Referenced by ast_bridge_timelimit(), ast_channel_bridge(), bridge_exec(), and dial_exec_full().
| struct timeval feature_start_time |
Definition at line 954 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
| long feature_timer |
Definition at line 955 of file channel.h.
Referenced by ast_bridge_call(), ast_channel_bridge(), and ast_generic_bridge().
| struct ast_flags features_callee |
Definition at line 951 of file channel.h.
Referenced by add_features_datastores(), app_exec(), ast_bridge_call(), ast_bridge_timelimit(), ast_channel_bridge(), bridge_exec(), builtin_atxfer(), dial_exec_full(), feature_interpret(), parked_call_exec(), set_config_flags(), and try_calling().
| struct ast_flags features_caller |
Definition at line 950 of file channel.h.
Referenced by add_features_datastores(), app_exec(), ast_bridge_call(), ast_bridge_timelimit(), ast_channel_bridge(), bridge_exec(), builtin_atxfer(), dial_exec_full(), feature_interpret(), parked_call_exec(), set_bridge_features_on_config(), set_config_flags(), and try_calling().
| unsigned int flags |
Definition at line 962 of file channel.h.
Referenced by ast_channel_bridge(), and ast_generic_bridge().
| struct timeval nexteventts |
Definition at line 953 of file channel.h.
Referenced by ast_channel_bridge(), and ast_generic_bridge().
| long play_warning |
Definition at line 957 of file channel.h.
Referenced by ast_bridge_timelimit(), and ast_channel_bridge().
| const char* start_sound |
Definition at line 961 of file channel.h.
Referenced by ast_bridge_timelimit(), ast_channel_bridge(), bridge_exec(), and dial_exec_full().
| struct timeval start_time |
Definition at line 952 of file channel.h.
Referenced by ast_channel_bridge().
| long timelimit |
Definition at line 956 of file channel.h.
Referenced by ast_bridge_call(), ast_bridge_timelimit(), ast_channel_bridge(), and ast_generic_bridge().
| long warning_freq |
Definition at line 958 of file channel.h.
Referenced by ast_bridge_timelimit(), and ast_channel_bridge().
| const char* warning_sound |
Definition at line 959 of file channel.h.
Referenced by ast_bridge_timelimit(), ast_channel_bridge(), bridge_exec(), and dial_exec_full().