Main dialing structure. Contains global options, channels being dialed, and more! More...
Data Fields | |
int | num |
void * | options [AST_DIAL_OPTION_MAX] |
enum ast_dial_result | state |
ast_dial_state_callback | state_callback |
Main dialing structure. Contains global options, channels being dialed, and more!
Definition at line 48 of file dial.c.
int num |
Definition at line 49 of file dial.c.
Referenced by ast_dial_append().
void* options[AST_DIAL_OPTION_MAX] |
Status of dial
Definition at line 51 of file dial.c.
Referenced by ast_dial_destroy(), ast_dial_option_global_disable(), ast_dial_option_global_enable(), and monitor_dial().
enum ast_dial_result state |
Current number to give to next dialed channel
Definition at line 50 of file dial.c.
Referenced by ast_dial_answered(), ast_dial_join(), ast_dial_run(), ast_dial_state(), monitor_dial(), and set_state().
Global options
Definition at line 52 of file dial.c.
Referenced by ast_dial_set_state_callback(), and set_state().