#include <ael_structs.h>
Data Fields | |
int | checked_switch |
char * | cidmatch |
ast_context * | context |
int | has_switch |
char * | hints |
int | is_switch |
ael_priority * | loop_break |
ael_priority * | loop_continue |
char * | name |
ael_extension * | next_exten |
ael_priority * | plist |
ael_priority * | plist_last |
int | regexten |
int | return_needed |
ael_priority * | return_target |
Definition at line 173 of file ael_structs.h.
int checked_switch |
char* cidmatch |
Definition at line 176 of file ael_structs.h.
struct ast_context* context |
int has_switch |
char* hints |
int is_switch |
struct ael_priority* loop_break |
struct ael_priority* loop_continue |
char* name |
Definition at line 175 of file ael_structs.h.
Referenced by add_extensions(), destroy_extensions(), and gen_prios().
struct ael_extension* next_exten |
Definition at line 187 of file ael_structs.h.
Referenced by attach_exten(), destroy_extensions(), fix_gotos_in_extensions(), and linkexten().
struct ael_priority* plist |
Definition at line 185 of file ael_structs.h.
Referenced by destroy_extensions(), and fix_gotos_in_extensions().
struct ael_priority* plist_last |
int regexten |
Definition at line 178 of file ael_structs.h.
int return_needed |
struct ael_priority* return_target |
Definition at line 191 of file ael_structs.h.