Sat Mar 24 23:30:50 2007

Asterisk developer's documentation


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(), and handle_context_add_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_hint_state_changed(), and ast_merge_contexts_and_delete().

char* label
 

Definition at line 115 of file pbx.c.

int matchcid
 

Definition at line 112 of file pbx.c.

Referenced by ast_add_extension2(), and ast_get_extension_matchcid().

struct ast_exten* next
 

Definition at line 122 of file pbx.c.

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

struct ast_context* parent
 

Definition at line 116 of file pbx.c.

Referenced by ast_hint_state_changed(), and ast_merge_contexts_and_delete().

struct ast_exten* peer
 

Definition at line 120 of file pbx.c.

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

int priority
 

Definition at line 114 of file pbx.c.

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

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 Sat Mar 24 23:30:51 2007 for Asterisk - the Open Source PBX by  doxygen 1.4.6