Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


async_stat Struct Reference

Collaboration diagram for async_stat:

Collaboration graph
[legend]

Detailed Description

Definition at line 4776 of file pbx.c.

Data Fields

char app [AST_MAX_EXTENSION]
char appdata [1024]
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 4783 of file pbx.c.

Referenced by async_wait().

char appdata[1024]
 

Definition at line 4784 of file pbx.c.

Referenced by async_wait().

struct ast_channel* chan
 

Definition at line 4778 of file pbx.c.

Referenced by ast_pbx_outgoing_app(), and async_wait().

char context[AST_MAX_CONTEXT]
 

Definition at line 4779 of file pbx.c.

Referenced by async_wait().

char exten[AST_MAX_EXTENSION]
 

Definition at line 4780 of file pbx.c.

Referenced by async_wait().

pthread_t p
 

Definition at line 4777 of file pbx.c.

int priority
 

Definition at line 4781 of file pbx.c.

Referenced by async_wait().

int timeout
 

Definition at line 4782 of file pbx.c.

Referenced by async_wait().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen