Mon Sep 18 09:15:52 2006

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...


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

char* label

Definition at line 115 of file pbx.c.

Referenced by handle_save_dialplan().

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(), and pbx_find_extension().

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(), ast_context_remove_extension2(), and pbx_find_extension().

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 Mon Sep 18 09:15:52 2006 for Asterisk - the Open Source PBX by  doxygen 1.4.7