Fri Apr 27 14:27:32 2012

Asterisk developer's documentation


ast_context Struct Reference

ast_context: An extension context More...

Data Fields

struct ast_ignorepatignorepats
struct ast_includeincludes
ast_mutex_t lock
struct ast_contextnext
const char * registrar
struct ast_extenroot

Detailed Description

ast_context: An extension context

Definition at line 162 of file pbx.c.


Field Documentation

struct ast_ignorepat* ignorepats [read]

Patterns for which to continue playing dialtone

Definition at line 167 of file pbx.c.

Referenced by ast_context_add_ignorepat2(), ast_context_remove_ignorepat2(), ast_ignore_pattern(), and ast_walk_context_ignorepats().

struct ast_include* includes [read]

Include other contexts

Definition at line 166 of file pbx.c.

Referenced by ast_context_add_include2(), ast_context_remove_include2(), ast_walk_context_includes(), and pbx_find_extension().

struct ast_context* next [read]

Link them together

Definition at line 165 of file pbx.c.

Referenced by __ast_context_create(), __ast_context_destroy(), ast_merge_contexts_and_delete(), and ast_walk_contexts().

const char* registrar

Registrar

Definition at line 168 of file pbx.c.

Referenced by __ast_context_create(), ast_get_context_registrar(), and ast_merge_contexts_and_delete().

struct ast_exten* root [read]

The root of the list of extensions

Definition at line 164 of file pbx.c.

Referenced by add_pri(), ast_add_extension2(), ast_context_remove_extension_callerid2(), and ast_walk_context_extensions().


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

Generated on 27 Apr 2012 for Asterisk - the Open Source PBX by  doxygen 1.6.1