
Data Fields | |
| char | app [AST_MAX_EXTENSION] |
| char | appdata [1024] |
| struct ast_channel * | chan |
| char | context [AST_MAX_CONTEXT] |
| int | early_media |
| char | exten [AST_MAX_EXTENSION] |
| pthread_t | p |
| int | priority |
| int | timeout |
| char app[AST_MAX_EXTENSION] |
Definition at line 10254 of file pbx.c.
Referenced by ast_pbx_outgoing_app(), and async_wait().
| char appdata[1024] |
Definition at line 10255 of file pbx.c.
Referenced by ast_pbx_outgoing_app(), and async_wait().
| struct ast_channel* chan |
Definition at line 10249 of file pbx.c.
Referenced by ast_pbx_outgoing_app(), ast_pbx_outgoing_exten(), and async_wait().
| char context[AST_MAX_CONTEXT] |
Definition at line 10250 of file pbx.c.
Referenced by ast_pbx_outgoing_exten(), and async_wait().
| int early_media |
Definition at line 10256 of file pbx.c.
Referenced by async_wait().
| char exten[AST_MAX_EXTENSION] |
Definition at line 10251 of file pbx.c.
Referenced by async_wait().
| pthread_t p |
Definition at line 10248 of file pbx.c.
Referenced by ast_pbx_outgoing_app(), and ast_pbx_outgoing_exten().
| int priority |
Definition at line 10252 of file pbx.c.
Referenced by async_wait().
| int timeout |
Definition at line 10253 of file pbx.c.
Referenced by ast_pbx_outgoing_app(), ast_pbx_outgoing_exten(), and async_wait().