Wed Mar 3 23:16:30 2010

Asterisk developer's documentation


local_pvt Struct Reference

Collaboration diagram for local_pvt:
Collaboration graph
[legend]

Data Fields

struct ast_channelchan
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
ast_mutex_t lock
struct ast_channelowner
int reqformat
struct ast_module_useru_chan
struct ast_module_useru_owner

Detailed Description

Definition at line 102 of file chan_local.c.


Field Documentation

struct ast_channel* chan [read]
char context[AST_MAX_CONTEXT]

Definition at line 105 of file chan_local.c.

Referenced by local_alloc(), local_devicestate(), local_new(), and locals_show().

char exten[AST_MAX_EXTENSION]

Definition at line 106 of file chan_local.c.

Referenced by local_alloc(), local_devicestate(), local_new(), and locals_show().

unsigned int flags

Definition at line 104 of file chan_local.c.

struct ast_jb_conf jb_conf [read]

jitterbuffer configuration for this local channel

Definition at line 108 of file chan_local.c.

Referenced by local_alloc(), and local_new().

struct { ... } list

reference to keep the module loaded while in use

struct local_pvt* next [read]

Definition at line 113 of file chan_local.c.

struct ast_channel* owner [read]
int reqformat

Definition at line 107 of file chan_local.c.

Referenced by local_alloc(), and local_new().

struct ast_module_user* u_chan [read]

reference to keep the module loaded while in use

Definition at line 112 of file chan_local.c.

Referenced by local_hangup(), and local_new().

struct ast_module_user* u_owner [read]

Definition at line 111 of file chan_local.c.

Referenced by local_hangup(), and local_new().


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

Generated on 3 Mar 2010 for Asterisk - the Open Source PBX by  doxygen 1.6.1