|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Structure which contains information about an outgoing dial. More...

Data Fields | |
| char | app [AST_MAX_APP] |
| Application to execute. | |
| char * | appdata |
| Application data to pass to application. | |
| ast_cond_t | cond |
| Condition for synchronous dialing. | |
| char | context [AST_MAX_CONTEXT] |
| Dialplan context. | |
| struct ast_dial * | dial |
| Dialing structure being used. | |
| int | dial_res |
| Result of the dial operation when dialed is set. | |
| unsigned int | dialed:1 |
| Set when dialing is completed. | |
| char | exten [AST_MAX_EXTENSION] |
| Dialplan extension. | |
| unsigned int | in_separate_thread:1 |
| Set if we've spawned a thread to do our work. | |
| int | priority |
| Dialplan priority. | |
| char app[AST_MAX_APP] |
| ast_cond_t cond |
| char context[AST_MAX_CONTEXT] |
| int dial_res |
| char exten[AST_MAX_EXTENSION] |
| unsigned int in_separate_thread |