#include <ael_structs.h>
Data Fields | |
char * | cidmatch |
struct ast_context * | context |
char * | hints |
int | is_switch |
struct ael_priority * | loop_break |
struct ael_priority * | loop_continue |
char * | name |
struct ael_extension * | next_exten |
struct ael_priority * | plist |
struct ael_priority * | plist_last |
int | regexten |
int | return_needed |
struct ael_priority * | return_target |
Definition at line 173 of file ael_structs.h.
char* cidmatch |
Definition at line 176 of file ael_structs.h.
Referenced by add_extensions(), and ast_compile_ael2().
struct ast_context* context [read] |
Definition at line 181 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), and gen_prios().
char* hints |
Definition at line 177 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), and destroy_extensions().
int is_switch |
struct ael_priority* loop_break [read] |
struct ael_priority* loop_continue [read] |
char* name |
Definition at line 175 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), destroy_extensions(), fix_gotos_in_extensions(), and gen_prios().
struct ael_extension* next_exten [read] |
Definition at line 185 of file ael_structs.h.
Referenced by add_extensions(), attach_exten(), destroy_extensions(), fix_gotos_in_extensions(), linkexten(), and set_priorities().
struct ael_priority* plist [read] |
Definition at line 183 of file ael_structs.h.
Referenced by add_extensions(), destroy_extensions(), fix_gotos_in_extensions(), linkprio(), and set_priorities().
struct ael_priority* plist_last [read] |
Definition at line 184 of file ael_structs.h.
Referenced by ast_compile_ael2(), destroy_extensions(), and linkprio().
int regexten |
Definition at line 178 of file ael_structs.h.
Referenced by ast_compile_ael2(), and set_priorities().
int return_needed |
struct ael_priority* return_target [read] |