Data Fields | |
int | alreadymasqed |
int | cancelqueue |
ast_channel * | chan |
char | context [AST_MAX_CONTEXT] |
char | exten [AST_MAX_EXTENSION] |
int | glaredetect |
int | launchedpbx |
ast_mutex_t | lock |
local_pvt * | next |
int | nooptimization |
ast_channel * | owner |
int | reqformat |
Definition at line 102 of file chan_local.c.
int alreadymasqed |
int cancelqueue |
struct ast_channel* chan |
Definition at line 113 of file chan_local.c.
Referenced by check_bridge(), local_call(), local_fixup(), local_hangup(), local_new(), and local_queue_frame().
char context[AST_MAX_CONTEXT] |
char exten[AST_MAX_EXTENSION] |
int glaredetect |
int launchedpbx |
Definition at line 103 of file chan_local.c.
Referenced by local_answer(), local_call(), local_digit(), local_fixup(), local_hangup(), local_indicate(), local_queue_frame(), local_sendhtml(), local_write(), and locals_show().
Definition at line 114 of file chan_local.c.
Referenced by local_hangup(), locals_show(), and unload_module().
int nooptimization |
struct ast_channel* owner |
Definition at line 112 of file chan_local.c.
Referenced by check_bridge(), local_call(), local_fixup(), local_hangup(), local_new(), local_queue_frame(), locals_show(), and unload_module().
int reqformat |