| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <ael_structs.h>

| Data Fields | |
| char * | app | 
| char * | appargs | 
| struct ael_extension * | exten | 
| struct ael_priority * | goto_false | 
| struct ael_priority * | goto_true | 
| struct ael_priority * | next | 
| struct pval * | origin | 
| int | priority_num | 
| ael_priority_type | type | 
Definition at line 87 of file ael_structs.h.
| char* app | 
Definition at line 92 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), destroy_extensions(), and gen_prios().
| char* appargs | 
Definition at line 93 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), destroy_extensions(), fix_gotos_in_extensions(), gen_prios(), and linkprio().
| struct ael_extension* exten | 
Definition at line 96 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), gen_prios(), linkexten(), linkprio(), and set_priorities().
| struct ael_priority* goto_false | 
Definition at line 99 of file ael_structs.h.
Referenced by add_extensions(), destroy_extensions(), and gen_prios().
| struct ael_priority* goto_true | 
Definition at line 98 of file ael_structs.h.
Referenced by add_extensions(), destroy_extensions(), and gen_prios().
| struct ael_priority* next | 
Definition at line 100 of file ael_structs.h.
Referenced by add_extensions(), destroy_extensions(), fix_gotos_in_extensions(), linkprio(), and set_priorities().
| struct pval* origin | 
Definition at line 95 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), destroy_extensions(), fix_gotos_in_extensions(), gen_prios(), and set_priorities().
| int priority_num | 
Definition at line 89 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), and set_priorities().
| ael_priority_type type | 
Definition at line 90 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), and gen_prios().