#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 512 of file channel.h.
const char* end_sound |
Definition at line 521 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
long feature_timer |
Definition at line 516 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
struct ast_flags features_callee [read] |
Definition at line 514 of file channel.h.
Referenced by app_exec(), ast_bridge_call(), ast_channel_bridge(), ast_feature_interpret(), ast_retrieve_call(), autoanswer_exec(), builtin_atxfer(), park_exec(), set_config_flags(), and try_calling().
struct ast_flags features_caller [read] |
Definition at line 513 of file channel.h.
Referenced by app_exec(), ast_bridge_call(), ast_channel_bridge(), ast_feature_interpret(), ast_retrieve_call(), autoanswer_exec(), builtin_atxfer(), park_exec(), set_config_flags(), and try_calling().
int firstpass |
Definition at line 523 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
unsigned int flags |
Definition at line 524 of file channel.h.
Referenced by ast_channel_bridge(), and ast_generic_bridge().
long play_warning |
Definition at line 518 of file channel.h.
Referenced by ast_bridge_call(), ast_channel_bridge(), ast_retrieve_call(), and autoanswer_exec().
const char* start_sound |
Definition at line 522 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
struct timeval start_time [read] |
Definition at line 515 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
long timelimit |
Definition at line 517 of file channel.h.
Referenced by ast_channel_bridge(), ast_generic_bridge(), ast_retrieve_call(), and autoanswer_exec().
long warning_freq |
Definition at line 519 of file channel.h.
Referenced by ast_bridge_call(), ast_channel_bridge(), ast_retrieve_call(), and autoanswer_exec().
const char* warning_sound |
Definition at line 520 of file channel.h.
Referenced by ast_bridge_call(), ast_channel_bridge(), ast_retrieve_call(), and autoanswer_exec().