Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
unsigned char | arguments |
char * | context |
struct { | |
struct gosub_stack_frame * next | |
} | entries |
char | extension [0] |
unsigned int | in_subroutine:1 |
unsigned int | is_special:1 |
int | priority |
struct varshead | varshead |
Definition at line 242 of file app_stack.c.
unsigned int in_subroutine |
Whether or not we were in a subroutine when this one was created
Definition at line 251 of file app_stack.c.
unsigned int is_special |
TRUE if the return location marks the end of a special routine.
Definition at line 249 of file app_stack.c.