
Public Types | |
| enum | { LINKSET_STATE_DOWN = 0, LINKSET_STATE_UP } |
Data Fields | |
| char | called_nai |
| char | calling_nai |
| int | fds [NUM_DCHANS] |
| int | flags |
| char | internationalprefix [10] |
| int | linkstate [NUM_DCHANS] |
| ast_mutex_t | lock |
| pthread_t | master |
| char | nationalprefix [10] |
| int | numchans |
| int | numsigchans |
| struct dahdi_pvt * | pvts [MAX_CHANNELS] |
| struct ss7 * | ss7 |
| enum dahdi_ss7:: { ... } | state |
| char | subscriberprefix [20] |
| int | type |
| char | unknownprefix [20] |
Definition at line 447 of file chan_dahdi.c.
| anonymous enum |
Definition at line 455 of file chan_dahdi.c.
{
LINKSET_STATE_DOWN = 0,
LINKSET_STATE_UP
} state;
| char called_nai |
Called Nature of Address Indicator
Definition at line 459 of file chan_dahdi.c.
Referenced by dahdi_call(), mkintf(), process_dahdi(), and ss7_linkset().
| char calling_nai |
Calling Nature of Address Indicator
Definition at line 460 of file chan_dahdi.c.
Referenced by dahdi_call(), mkintf(), process_dahdi(), and ss7_linkset().
| int fds[NUM_DCHANS] |
Definition at line 450 of file chan_dahdi.c.
Referenced by dahdi_close_ss7_fd(), and ss7_linkset().
| int flags |
Linkset flags
Definition at line 467 of file chan_dahdi.c.
Referenced by process_dahdi(), and ss7_start_call().
| char internationalprefix[10] |
country access code ('00' for european dialplans)
Definition at line 461 of file chan_dahdi.c.
Referenced by dahdi_call(), mkintf(), process_dahdi(), and ss7_apply_plan_to_number().
| int linkstate[NUM_DCHANS] |
Definition at line 452 of file chan_dahdi.c.
Referenced by ss7_linkset().
Definition at line 449 of file chan_dahdi.c.
Referenced by dahdi_queue_frame(), ss7_grab(), ss7_linkset(), ss7_rel(), and ss7_start_call().
| pthread_t master |
Thread of master
Definition at line 448 of file chan_dahdi.c.
Referenced by dahdi_restart(), load_module(), and ss7_grab().
| char nationalprefix[10] |
area access code ('0' for european dialplans)
Definition at line 462 of file chan_dahdi.c.
Referenced by dahdi_call(), mkintf(), process_dahdi(), and ss7_apply_plan_to_number().
| int numchans |
Definition at line 453 of file chan_dahdi.c.
Referenced by handle_ss7_block_cic(), handle_ss7_block_linkset(), handle_ss7_unblock_cic(), handle_ss7_unblock_linkset(), mkintf(), ss7_block_cics(), ss7_find_cic(), ss7_handle_cqm(), ss7_hangup_cics(), ss7_inservice(), ss7_linkset(), and ss7_reset_linkset().
| int numsigchans |
Definition at line 451 of file chan_dahdi.c.
Referenced by ss7_linkset().
Member channel pvt structs
Definition at line 466 of file chan_dahdi.c.
Referenced by handle_ss7_block_cic(), handle_ss7_block_linkset(), handle_ss7_unblock_cic(), handle_ss7_unblock_linkset(), mkintf(), ss7_block_cics(), ss7_find_cic(), ss7_handle_cqm(), ss7_hangup_cics(), ss7_inservice(), ss7_linkset(), and ss7_reset_linkset().
Definition at line 465 of file chan_dahdi.c.
Referenced by dahdi_answer(), dahdi_call(), dahdi_hangup(), dahdi_indicate(), dahdi_queue_frame(), handle_ss7_show_linkset(), mkintf(), ss7_handle_cqm(), ss7_linkset(), ss7_reset_linkset(), and ss7_start_call().
| enum { ... } state |
Referenced by handle_ss7_show_linkset(), and ss7_linkset().
| char subscriberprefix[20] |
area access code + area code ('0'+area code for european dialplans)
Definition at line 463 of file chan_dahdi.c.
Referenced by mkintf(), process_dahdi(), and ss7_apply_plan_to_number().
| int type |
Definition at line 454 of file chan_dahdi.c.
Referenced by ss7_start_call().
| char unknownprefix[20] |
for unknown dialplans
Definition at line 464 of file chan_dahdi.c.
Referenced by mkintf(), process_dahdi(), and ss7_apply_plan_to_number().