Data Fields | |
struct ast_channel * | chan |
char | context [AST_MAX_CONTEXT] |
char | exten [AST_MAX_EXTENSION] |
unsigned int | flags |
struct ast_jb_conf | jb_conf |
struct { | |
struct local_pvt * next | |
} | list |
struct ast_channel * | owner |
int | reqformat |
struct ast_module_user * | u_chan |
struct ast_module_user * | u_owner |
Definition at line 114 of file chan_local.c.
struct ast_channel* chan |
Definition at line 121 of file chan_local.c.
Referenced by check_bridge(), local_bridgedchannel(), local_call(), local_fixup(), local_hangup(), local_new(), local_queryoption(), local_queue_frame(), local_request(), and local_setoption().
char context[AST_MAX_CONTEXT] |
Definition at line 116 of file chan_local.c.
Referenced by local_alloc(), local_devicestate(), local_new(), and locals_show().
char exten[AST_MAX_EXTENSION] |
Definition at line 117 of file chan_local.c.
Referenced by local_alloc(), local_devicestate(), local_new(), and locals_show().
unsigned int flags |
Definition at line 115 of file chan_local.c.
struct ast_jb_conf jb_conf |
jitterbuffer configuration for this local channel
Definition at line 119 of file chan_local.c.
Referenced by local_alloc(), and local_new().
struct { ... } list |
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_bridgedchannel(), local_call(), local_devicestate(), local_fixup(), local_hangup(), local_new(), local_queryoption(), local_queue_frame(), local_setoption(), locals_show(), and unload_module().
int reqformat |
Definition at line 118 of file chan_local.c.
Referenced by local_alloc(), and local_new().
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 |
Definition at line 122 of file chan_local.c.
Referenced by local_hangup(), and local_new().