
Data Fields | |
| char | app [AST_MAX_EXTENSION] |
| char | appdata [1024] |
| struct ast_channel * | chan |
| char | context [AST_MAX_CONTEXT] |
| char | exten [AST_MAX_EXTENSION] |
| pthread_t | p |
| int | priority |
| int | timeout |
Definition at line 4889 of file pbx.c.
| char app[AST_MAX_EXTENSION] |
| char appdata[1024] |
struct ast_channel* chan [read] |
Definition at line 4891 of file pbx.c.
Referenced by ast_pbx_outgoing_app2(), ast_pbx_outgoing_exten2(), and async_wait().
| char context[AST_MAX_CONTEXT] |
| char exten[AST_MAX_EXTENSION] |
| pthread_t p |
Definition at line 4890 of file pbx.c.
Referenced by ast_pbx_outgoing_app2(), and ast_pbx_outgoing_exten2().
| int priority |
| int timeout |
Definition at line 4895 of file pbx.c.
Referenced by ast_pbx_outgoing_app2(), ast_pbx_outgoing_exten2(), and async_wait().
1.5.5