Thu Apr 28 2011 16:57:21

Asterisk developer's documentation


dahdi_subchannel Struct Reference

Collaboration diagram for dahdi_subchannel:

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 626 of file chan_dahdi.c.


Field Documentation

short buffer[AST_FRIENDLY_OFFSET/2+READ_SIZE]

Definition at line 630 of file chan_dahdi.c.

Referenced by dahdi_read().

int chan

Definition at line 629 of file chan_dahdi.c.

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

struct dahdi_confinfo curconf
struct ast_frame f

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

Definition at line 631 of file chan_dahdi.c.

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

unsigned int needanswer

Definition at line 636 of file chan_dahdi.c.

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

unsigned int needbusy

Definition at line 633 of file chan_dahdi.c.

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

unsigned int needcallerid

Definition at line 635 of file chan_dahdi.c.

Referenced by dahdi_hangup(), and dahdi_read().

unsigned int needcongestion

Definition at line 634 of file chan_dahdi.c.

Referenced by dahdi_hangup(), and dahdi_read().

unsigned int needflash

Definition at line 637 of file chan_dahdi.c.

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

unsigned int needhold

Definition at line 638 of file chan_dahdi.c.

Referenced by dahdi_handle_event(), and dahdi_read().

unsigned int needringing

Definition at line 632 of file chan_dahdi.c.

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

unsigned int needunhold

Definition at line 639 of file chan_dahdi.c.

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


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