Mon Apr 28 2014 10:07: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

Detailed Description

Definition at line 9204 of file pbx.c.


Field Documentation

Definition at line 9211 of file pbx.c.

Referenced by ast_pbx_outgoing_app(), and async_wait().

char appdata[1024]

Definition at line 9212 of file pbx.c.

Referenced by ast_pbx_outgoing_app(), and async_wait().

struct ast_channel* chan

Definition at line 9206 of file pbx.c.

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

Definition at line 9207 of file pbx.c.

Referenced by ast_pbx_outgoing_exten(), and async_wait().

Definition at line 9208 of file pbx.c.

Referenced by async_wait().

pthread_t p

Definition at line 9205 of file pbx.c.

Referenced by ast_pbx_outgoing_app(), and ast_pbx_outgoing_exten().

int priority

Definition at line 9209 of file pbx.c.

Referenced by async_wait().

int timeout

Definition at line 9210 of file pbx.c.

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


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