Sun Aug 6 15:17:49 2006

Asterisk developer's documentation


Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ast_exten Struct Reference

ast_exten: An extension The dialplan is saved as a linked list with each context having it's own linked list of extensions - one item per priority. More...

Collaboration diagram for ast_exten:

Collaboration graph
[legend]

Data Fields

char * app
char * cidmatch
void * data
void(* datad )(void *)
char * exten
char * label
int matchcid
ast_extennext
ast_contextparent
ast_extenpeer
int priority
const char * registrar
char stuff [0]

Detailed Description

ast_exten: An extension The dialplan is saved as a linked list with each context having it's own linked list of extensions - one item per priority.

Definition at line 110 of file pbx.c.


Field Documentation

char* app
 

Definition at line 117 of file pbx.c.

Referenced by ast_get_extension_app(), and pbx_extension_helper().

char* cidmatch
 

Definition at line 113 of file pbx.c.

Referenced by ast_add_extension2(), ast_get_extension_cidmatch(), handle_context_add_extension(), and pbx_find_extension().

void* data
 

Definition at line 118 of file pbx.c.

Referenced by ast_add_extension2(), ast_get_extension_app_data(), and pbx_substitute_variables().

void(* datad)(void *)
 

Referenced by ast_add_extension2().

char* exten
 

Definition at line 111 of file pbx.c.

Referenced by ast_add_extension2(), ast_context_remove_extension2(), ast_get_extension_name(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), ast_remove_hint(), and pbx_find_extension().

char* label
 

Definition at line 115 of file pbx.c.

Referenced by ast_get_extension_label(), and pbx_find_extension().

int matchcid
 

Definition at line 112 of file pbx.c.

Referenced by ast_add_extension2(), ast_get_extension_matchcid(), and pbx_find_extension().

struct ast_exten* next
 

Definition at line 122 of file pbx.c.

Referenced by __ast_context_destroy(), ast_add_extension2(), ast_context_remove_extension2(), ast_walk_context_extensions(), and pbx_find_extension().

struct ast_context* parent
 

Definition at line 116 of file pbx.c.

Referenced by ast_hint_state_changed(), ast_merge_contexts_and_delete(), and ast_remove_hint().

struct ast_exten* peer
 

Definition at line 120 of file pbx.c.

Referenced by __ast_context_destroy(), ast_add_extension2(), ast_context_remove_extension2(), ast_walk_extension_priorities(), and pbx_find_extension().

int priority
 

Definition at line 114 of file pbx.c.

Referenced by ast_add_extension2(), ast_context_remove_extension2(), ast_get_extension_priority(), complete_context_remove_extension(), destroy_exten(), pbx_extension_helper(), and pbx_find_extension().

const char* registrar
 

Definition at line 121 of file pbx.c.

Referenced by ast_context_remove_extension2(), and ast_get_extension_registrar().

char stuff[0]
 

Definition at line 123 of file pbx.c.


The documentation for this struct was generated from the following file:
Generated on Sun Aug 6 15:17:49 2006 for Asterisk - the Open Source PBX by  doxygen 1.4.2