
Data Fields | |
| char | app [256] |
| struct ast_channel * | chan |
| char | data [256] |
| pthread_t | t |
Definition at line 7525 of file pbx.c.
| char app[256] |
Definition at line 7526 of file pbx.c.
Referenced by ast_pbx_outgoing_app(), and ast_pbx_run_app().
struct ast_channel* chan [read] |
Definition at line 7528 of file pbx.c.
Referenced by ast_pbx_outgoing_app(), and ast_pbx_run_app().
| char data[256] |
Definition at line 7527 of file pbx.c.
Referenced by ast_pbx_outgoing_app(), and ast_pbx_run_app().
| pthread_t t |
Definition at line 7529 of file pbx.c.
Referenced by ast_pbx_outgoing_app().
1.6.1