Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:01:59 2007

Asterisk developer's documentation :: Codename Pineapple


ast_app Struct Reference


Detailed Description

ast_app: A registered application

Definition at line 176 of file pbx.c.

Data Fields

const char * description
int(* execute )(struct ast_channel *chan, void *data)
const char * synopsis


Field Documentation

const char* description
 

Description (help text) for 'show application <name>'

Definition at line 179 of file pbx.c.

Referenced by ast_register_application(), handle_show_application(), and handle_show_applications().

int(* execute)(struct ast_channel *chan, void *data)
 

Referenced by ast_register_application().

const char* synopsis
 

Synopsis text for 'show applications'

Definition at line 178 of file pbx.c.

Referenced by ast_register_application(), and handle_show_application().


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