Data Fields | |
ast_channel * | chan |
char | context [AST_MAX_CONTEXT] |
char | exten [AST_MAX_EXTENSION] |
unsigned int | flags |
struct { | |
local_pvt * next | |
} | list |
ast_channel * | owner |
int | reqformat |
ast_module_user * | u_chan |
ast_module_user * | u_owner |
Definition at line 115 of file chan_local.c.
struct ast_channel* chan |
Definition at line 121 of file chan_local.c.
Referenced by check_bridge(), local_call(), local_fixup(), local_hangup(), local_new(), local_queue_frame(), local_request(), and local_setoption().
char context[AST_MAX_CONTEXT] |
char exten[AST_MAX_EXTENSION] |
unsigned int flags |
Definition at line 116 of file chan_local.c.
struct { ... } list |
reference to keep the module loaded while in use
Definition at line 124 of file chan_local.c.
struct ast_channel* owner |
Definition at line 120 of file chan_local.c.
Referenced by check_bridge(), local_call(), local_fixup(), local_hangup(), local_new(), local_queue_frame(), local_setoption(), and unload_module().
int reqformat |
struct ast_module_user* u_chan |
reference to keep the module loaded while in use
Definition at line 123 of file chan_local.c.
Referenced by local_hangup(), and local_new().
struct ast_module_user* u_owner |