Fri Jul 15 2011 12:03:28

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


Field Documentation

short buffer[AST_FRIENDLY_OFFSET/2+READ_SIZE]

Definition at line 648 of file chan_dahdi.c.

Referenced by dahdi_read().

int chan

Definition at line 647 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 649 of file chan_dahdi.c.

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

unsigned int needbusy
unsigned int needcallerid

Definition at line 653 of file chan_dahdi.c.

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

unsigned int needcongestion

Definition at line 652 of file chan_dahdi.c.

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

unsigned int needflash

Definition at line 655 of file chan_dahdi.c.

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

unsigned int needhold

Definition at line 656 of file chan_dahdi.c.

Referenced by dahdi_handle_event(), and dahdi_read().

unsigned int needunhold

Definition at line 657 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: