Data Fields | |
short | buffer [AST_FRIENDLY_OFFSET/2+READ_SIZE] |
int | chan |
dahdi_confinfo | curconf |
int | dfd |
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 |
ast_channel * | owner |
Definition at line 490 of file chan_dahdi.c.
short buffer[AST_FRIENDLY_OFFSET/2+READ_SIZE] |
int chan |
Definition at line 493 of file chan_dahdi.c.
Referenced by alloc_sub(), swap_subs(), and unalloc_sub().
struct dahdi_confinfo curconf |
Definition at line 506 of file chan_dahdi.c.
Referenced by conf_add(), conf_del(), isourconf(), and unalloc_sub().
int dfd |
Definition at line 491 of file chan_dahdi.c.
Referenced by alloc_sub(), attempt_transfer(), conf_add(), conf_del(), dahdi_answer(), dahdi_bridge(), dahdi_call(), dahdi_close_sub(), dahdi_handle_event(), dahdi_hangup(), dahdi_indicate(), dahdi_new(), dahdi_read(), dahdi_restart(), dahdi_sendtext(), dahdi_setoption(), dahdi_show_channel(), dahdi_wink(), dahdi_write(), isslavenative(), mkintf(), my_dahdi_write(), pri_assign_bearer(), reset_conf(), ss_thread(), swap_subs(), and update_conf().
One frame for each channel. How did this ever work before?
Definition at line 495 of file chan_dahdi.c.
Referenced by __dahdi_exception(), dahdi_handle_dtmf(), dahdi_handle_event(), and dahdi_read().
unsigned int inthreeway |
Definition at line 505 of file chan_dahdi.c.
Referenced by dahdi_bridge(), dahdi_handle_event(), dahdi_hangup(), dahdi_show_channel(), isslavenative(), swap_subs(), unalloc_sub(), and update_conf().
unsigned int linear |
Definition at line 504 of file chan_dahdi.c.
Referenced by dahdi_hangup(), dahdi_new(), dahdi_read(), dahdi_show_channel(), dahdi_write(), send_callerid(), ss_thread(), and unalloc_sub().
unsigned int needanswer |
Definition at line 500 of file chan_dahdi.c.
Referenced by dahdi_hangup(), dahdi_r2_on_call_answered(), and dahdi_read().
unsigned int needbusy |
Definition at line 497 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_hangup(), dahdi_r2_on_call_disconnect(), and dahdi_read().
unsigned int needcallerid |
unsigned int needcongestion |
Definition at line 498 of file chan_dahdi.c.
Referenced by dahdi_hangup(), dahdi_r2_on_call_disconnect(), and dahdi_read().
unsigned int needflash |
Definition at line 501 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), dahdi_hangup(), and dahdi_read().
unsigned int needhold |
unsigned int needringing |
Definition at line 496 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_handle_event(), dahdi_hangup(), dahdi_r2_on_call_accepted(), and dahdi_read().
unsigned int needunhold |
Definition at line 503 of file chan_dahdi.c.
Referenced by __dahdi_exception(), dahdi_handle_event(), and dahdi_read().
struct ast_channel* owner |
Definition at line 492 of file chan_dahdi.c.
Referenced by __dahdi_exception(), attempt_transfer(), dahdi_answer(), dahdi_bridge(), dahdi_fixup(), dahdi_handle_event(), dahdi_hangup(), dahdi_lock_sub_owner(), dahdi_new(), dahdi_show_channel(), destroy_channel(), pri_assign_bearer(), pri_hangup_all(), ss_thread(), swap_subs(), unalloc_sub(), and wakeup_sub().