Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


async_stat Struct Reference
Collaboration diagram for async_stat:

Data Fields

char app [AST_MAX_EXTENSION]
char appdata [1024]
struct ast_channelchan
char context [AST_MAX_CONTEXT]
char exten [AST_MAX_EXTENSION]
pthread_t p
int priority
int timeout

Field Documentation

char app[AST_MAX_EXTENSION]

Definition at line 8495 of file pbx.c.

Referenced by async_wait(), and ast_pbx_outgoing_app().

char appdata[1024]

Definition at line 8496 of file pbx.c.

Referenced by async_wait(), and ast_pbx_outgoing_app().

struct ast_channel* chan

Definition at line 8490 of file pbx.c.

Referenced by async_wait(), ast_pbx_outgoing_exten(), and ast_pbx_outgoing_app().

char context[AST_MAX_CONTEXT]

Definition at line 8491 of file pbx.c.

Referenced by async_wait(), and ast_pbx_outgoing_exten().

char exten[AST_MAX_EXTENSION]

Definition at line 8492 of file pbx.c.

Referenced by async_wait().

pthread_t p

Definition at line 8489 of file pbx.c.

Referenced by ast_pbx_outgoing_exten(), and ast_pbx_outgoing_app().

int priority

Definition at line 8493 of file pbx.c.

Referenced by async_wait().

int timeout

Definition at line 8494 of file pbx.c.

Referenced by async_wait(), ast_pbx_outgoing_exten(), and ast_pbx_outgoing_app().


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