#include <channel.h>
Data Fields | |
const char * | end_sound |
long | feature_timer |
struct ast_flags | features_callee |
struct ast_flags | features_caller |
int | firstpass |
unsigned int | flags |
long | play_warning |
const char * | start_sound |
struct timeval | start_time |
long | timelimit |
long | warning_freq |
const char * | warning_sound |
Definition at line 493 of file channel.h.
const char* end_sound |
Definition at line 502 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
long feature_timer |
Definition at line 497 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
struct ast_flags features_callee [read] |
Definition at line 495 of file channel.h.
Referenced by app_exec(), ast_bridge_call(), ast_channel_bridge(), ast_feature_interpret(), builtin_atxfer(), park_exec(), set_config_flags(), and try_calling().
struct ast_flags features_caller [read] |
Definition at line 494 of file channel.h.
Referenced by app_exec(), ast_bridge_call(), ast_channel_bridge(), ast_feature_interpret(), builtin_atxfer(), park_exec(), set_config_flags(), and try_calling().
int firstpass |
Definition at line 504 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
unsigned int flags |
Definition at line 505 of file channel.h.
Referenced by ast_channel_bridge(), and ast_generic_bridge().
long play_warning |
Definition at line 499 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
const char* start_sound |
Definition at line 503 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
struct timeval start_time [read] |
Definition at line 496 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
long timelimit |
Definition at line 498 of file channel.h.
Referenced by ast_channel_bridge(), and ast_generic_bridge().
long warning_freq |
Definition at line 500 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
const char* warning_sound |
Definition at line 501 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().