Sun Oct 16 2011 08:43:12

Asterisk developer's documentation


app_tmp Struct Reference
Collaboration diagram for app_tmp:

Data Fields

char app [256]
struct ast_channelchan
char data [256]
pthread_t t

Field Documentation

char app[256]

Definition at line 8731 of file pbx.c.

Referenced by ast_pbx_run_app(), and ast_pbx_outgoing_app().

struct ast_channel* chan

Definition at line 8733 of file pbx.c.

Referenced by ast_pbx_run_app(), and ast_pbx_outgoing_app().

char data[256]

Definition at line 8732 of file pbx.c.

Referenced by ast_pbx_run_app(), and ast_pbx_outgoing_app().

pthread_t t

Definition at line 8734 of file pbx.c.

Referenced by ast_pbx_outgoing_app().


The documentation for this struct was generated from the following file: