Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


gosub_stack_frame Struct Reference
Collaboration diagram for gosub_stack_frame:

Data Fields

unsigned char arguments
char * context
struct {
   struct gosub_stack_frame *   next
entries
char extension [0]
unsigned int is_agi:1
int priority
struct varshead varshead

Field Documentation

unsigned char arguments

Definition at line 200 of file app_stack.c.

Referenced by gosub_allocate_frame(), and gosub_exec().

char* context

Definition at line 204 of file app_stack.c.

Referenced by return_exec(), and gosub_exec().

char extension[0]

Definition at line 205 of file app_stack.c.

Referenced by return_exec(), and gosub_exec().

unsigned int is_agi

Definition at line 203 of file app_stack.c.

Referenced by return_exec(), and handle_gosub().

Definition at line 198 of file app_stack.c.

int priority

Definition at line 202 of file app_stack.c.

Referenced by gosub_allocate_frame(), return_exec(), gosub_exec(), and handle_gosub().

Definition at line 201 of file app_stack.c.

Referenced by gosub_release_frame(), and local_read().


The documentation for this struct was generated from the following file: