Data Fields | |
int | cause |
const char * | device |
int | is_running_app:1 |
struct { | |
ast_dial_channel * next | |
} | list |
int | num |
void * | options [AST_DIAL_OPTION_MAX] |
ast_channel * | owner |
const char * | tech |
Definition at line 59 of file dial.c.
int cause |
const char* device |
int is_running_app |
struct { ... } list |
Asterisk channel
Referenced by ast_dial_append(), ast_dial_destroy(), ast_dial_hangup(), ast_dial_option_disable(), ast_dial_option_enable(), begin_dial(), find_relative_dial_channel(), handle_frame(), and handle_frame_ownerless().
struct ast_dial_channel* next |
int num |
Definition at line 60 of file dial.c.
Referenced by ast_dial_option_disable(), and ast_dial_option_enable().
void* options[AST_DIAL_OPTION_MAX] |
Device being dialed
Definition at line 63 of file dial.c.
Referenced by ast_dial_destroy(), ast_dial_option_disable(), and ast_dial_option_enable().
struct ast_channel* owner |
Is this running an application?
Definition at line 66 of file dial.c.
Referenced by answer_exec_run(), ast_dial_destroy(), ast_dial_hangup(), begin_dial(), find_relative_dial_channel(), handle_frame(), handle_frame_ownerless(), and monitor_dial().
const char* tech |