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_channel * | owner |
Definition at line 490 of file chan_dahdi.c.
short buffer[AST_FRIENDLY_OFFSET/2+READ_SIZE] |
Definition at line 494 of file chan_dahdi.c.
Referenced by dahdi_read().
int chan |
Definition at line 493 of file chan_dahdi.c.
Referenced by alloc_sub(), swap_subs(), and unalloc_sub().
struct dahdi_confinfo curconf [read] |
Definition at line 506 of file chan_dahdi.c.
Referenced by check_for_conference(), conf_add(), conf_del(), isourconf(), reset_conf(), and unalloc_sub().
int dfd |
Definition at line 491 of file chan_dahdi.c.
Referenced by __dahdi_exception(), alloc_sub(), attempt_transfer(), available(), bump_gains(), chandup(), check_for_conference(), conf_add(), conf_del(), dahdi_answer(), dahdi_bridge(), dahdi_call(), dahdi_close_sub(), dahdi_confmute(), dahdi_destroy_channel_bynum(), dahdi_digit_begin(), dahdi_digit_end(), dahdi_disable_ec(), dahdi_enable_ec(), dahdi_func_write(), dahdi_handle_event(), dahdi_hangup(), dahdi_indicate(), dahdi_new(), dahdi_read(), dahdi_request(), dahdi_restart(), dahdi_ring_phone(), dahdi_sendtext(), dahdi_setoption(), dahdi_show_channel(), dahdi_train_ec(), dahdi_wink(), dahdi_write(), disable_dtmf_detect(), do_monitor(), enable_dtmf_detect(), get_alarms(), handle_init_event(), isslavenative(), mfcr2_monitor(), mkintf(), my_dahdi_write(), pri_assign_bearer(), pri_dchannel(), reset_conf(), restore_conference(), restore_gains(), save_conference(), send_callerid(), 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 available(), dahdi_answer(), dahdi_bridge(), dahdi_handle_event(), dahdi_hangup(), dahdi_read(), 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_exception(), dahdi_handle_event(), dahdi_hangup(), dahdi_r2_on_call_answered(), dahdi_read(), and pri_dchannel().
unsigned int needbusy |
Definition at line 497 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_hangup(), dahdi_r2_on_call_disconnect(), dahdi_read(), and pri_dchannel().
unsigned int needcallerid |
Definition at line 499 of file chan_dahdi.c.
Referenced by dahdi_hangup(), dahdi_read(), and pri_dchannel().
unsigned int needcongestion |
Definition at line 498 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 501 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), dahdi_hangup(), and dahdi_read().
unsigned int needhold |
Definition at line 502 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), and dahdi_read().
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(), dahdi_read(), and pri_dchannel().
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 [read] |
Definition at line 492 of file chan_dahdi.c.
Referenced by __dahdi_exception(), _dahdi_get_index(), attempt_transfer(), available(), dahdi_answer(), dahdi_bridge(), dahdi_fixup(), dahdi_handle_event(), dahdi_hangup(), dahdi_lock_sub_owner(), dahdi_new(), dahdi_show_channel(), destroy_channel(), do_monitor(), pri_assign_bearer(), pri_hangup_all(), ss_thread(), swap_subs(), unalloc_sub(), and wakeup_sub().