Mon Sep 20 2010 00:34:47

Asterisk developer's documentation


Data Fields

dahdi_subchannel Struct Reference

Collaboration diagram for dahdi_subchannel:
Collaboration graph
[legend]

Data Fields

short buffer [AST_FRIENDLY_OFFSET/2+READ_SIZE]
int chan
struct dahdi_confinfo curconf
int dfd
struct ast_frame f
unsigned int inthreeway:1
unsigned int linear:1
unsigned int needanswer:1
unsigned int needbusy:1
unsigned int needcallerid:1
unsigned int needcongestion:1
unsigned int needflash:1
unsigned int needhold:1
unsigned int needringing:1
unsigned int needunhold:1
struct ast_channelowner

Detailed Description

Definition at line 606 of file chan_dahdi.c.


Field Documentation

short buffer[AST_FRIENDLY_OFFSET/2+READ_SIZE]

Definition at line 610 of file chan_dahdi.c.

Referenced by dahdi_read().

int chan

Definition at line 609 of file chan_dahdi.c.

Referenced by alloc_sub(), swap_subs(), and unalloc_sub().

struct dahdi_confinfo curconf
int dfd
struct ast_frame f

One frame for each channel. How did this ever work before?

Definition at line 611 of file chan_dahdi.c.

Referenced by __dahdi_exception(), dahdi_handle_dtmfup(), dahdi_handle_event(), and dahdi_read().

unsigned int inthreeway
unsigned int linear
unsigned int needanswer
unsigned int needbusy

Definition at line 613 of file chan_dahdi.c.

Referenced by dahdi_call(), dahdi_hangup(), dahdi_read(), and pri_dchannel().

unsigned int needcallerid

Definition at line 615 of file chan_dahdi.c.

Referenced by dahdi_hangup(), dahdi_read(), and pri_dchannel().

unsigned int needcongestion

Definition at line 614 of file chan_dahdi.c.

Referenced by dahdi_hangup(), dahdi_read(), and pri_dchannel().

unsigned int needflash

Definition at line 617 of file chan_dahdi.c.

Referenced by dahdi_handle_event(), dahdi_hangup(), and dahdi_read().

unsigned int needhold

Definition at line 618 of file chan_dahdi.c.

Referenced by dahdi_handle_event(), and dahdi_read().

unsigned int needringing
unsigned int needunhold

Definition at line 619 of file chan_dahdi.c.

Referenced by __dahdi_exception(), dahdi_handle_event(), and dahdi_read().

struct ast_channel* owner

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