#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 534 of file channel.h.
const char* end_sound |
Definition at line 543 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
long feature_timer |
Definition at line 538 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
struct ast_flags features_callee [read] |
Definition at line 536 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 535 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 545 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
unsigned int flags |
Definition at line 546 of file channel.h.
Referenced by ast_channel_bridge(), and ast_generic_bridge().
long play_warning |
Definition at line 540 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 544 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
struct timeval start_time [read] |
Definition at line 537 of file channel.h.
Referenced by ast_bridge_call(), and ast_channel_bridge().
long timelimit |
Definition at line 539 of file channel.h.
Referenced by ast_channel_bridge(), ast_generic_bridge(), ast_retrieve_call(), and autoanswer_exec().
long warning_freq |
Definition at line 541 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 542 of file channel.h.
Referenced by ast_bridge_call(), ast_channel_bridge(), ast_retrieve_call(), and autoanswer_exec().