Asterisk - The Open Source Telephony Project
18.5.0
|
Structure which contains information about an outgoing dial. More...
Data Fields | |
char | app [AST_MAX_APP] |
Application to execute. More... | |
char * | appdata |
Application data to pass to application. More... | |
ast_cond_t | cond |
Condition for synchronous dialing. More... | |
char | context [AST_MAX_CONTEXT] |
Dialplan context. More... | |
struct ast_dial * | dial |
Dialing structure being used. More... | |
int | dial_res |
Result of the dial operation when dialed is set. More... | |
unsigned int | dialed:1 |
Set when dialing is completed. More... | |
char | exten [AST_MAX_EXTENSION] |
Dialplan extension. More... | |
unsigned int | in_separate_thread:1 |
Set if we've spawned a thread to do our work. More... | |
int | priority |
Dialplan priority. More... | |
char app[AST_MAX_APP] |
char* appdata |
Application data to pass to application.
Definition at line 7597 of file pbx.c.
Referenced by pbx_outgoing_destroy().
ast_cond_t cond |
Condition for synchronous dialing.
Definition at line 7593 of file pbx.c.
Referenced by pbx_outgoing_destroy().
char context[AST_MAX_CONTEXT] |
struct ast_dial* dial |
Dialing structure being used.
Definition at line 7591 of file pbx.c.
Referenced by pbx_outgoing_destroy().
int dial_res |
char exten[AST_MAX_EXTENSION] |
unsigned int in_separate_thread |