
Data Fields | |
| struct dahdi_pvt * | crvend |
| struct dahdi_pvt * | crvs |
| int | dchanavail [NUM_DCHANS] |
| int | dchannels [NUM_DCHANS] |
| struct pri * | dchans [NUM_DCHANS] |
| int | debug |
| TRUE if to dump PRI event info (Tested but never set). | |
| int | dialplan |
| int | discardremoteholdretrieval |
| int | facilityenable |
| int | fds [NUM_DCHANS] |
| char | idlecontext [AST_MAX_CONTEXT] |
| char | idledial [AST_MAX_EXTENSION] |
| char | idleext [AST_MAX_EXTENSION] |
| unsigned int | inbanddisconnect:1 |
| char | internationalprefix [10] |
| time_t | lastreset |
| int | localdialplan |
| char | localprefix [20] |
| ast_mutex_t | lock |
| pthread_t | master |
| int | mastertrunkgroup |
| int | minidle |
| int | minunused |
| char | nationalprefix [10] |
| int | nodetype |
| int | nsf |
| int | numchans |
| int | offset |
| Value set but not used. | |
| int | overlapdial |
| struct pri * | pri |
| int | prilogicalspan |
| char | privateprefix [20] |
| struct dahdi_pvt * | pvts [MAX_CHANNELS] |
| int | qsigchannelmapping |
| long | resetinterval |
| int | resetpos |
| Current position during a reset (-1 if not started). | |
| int | resetting |
| TRUE if span is being reset/restarted. | |
| int | sig |
| ISDN signalling type (SIG_PRI, SIG_BRI, SIG_BRI_PTMP, etc...). | |
| int | span |
| Span number put into user output messages. | |
| int | switchtype |
| int | trunkgroup |
| char | unknownprefix [20] |
Definition at line 507 of file chan_dahdi.c.
Pointer to end of CRV structs
Definition at line 557 of file chan_dahdi.c.
Referenced by dahdi_request(), and mkintf().
Member CRV structs
Definition at line 556 of file chan_dahdi.c.
Referenced by dahdi_request(), dahdi_show_channel(), dahdi_show_channels(), mkintf(), pri_find_crv(), and pri_fixup_principle().
| int dchanavail[NUM_DCHANS] |
Whether each channel is available
Definition at line 535 of file chan_dahdi.c.
Referenced by pri_create_trunkgroup(), pri_dchannel(), pri_find_dchan(), pri_is_up(), pri_resolve_span(), and start_pri().
| int dchannels[NUM_DCHANS] |
What channel are the dchannels on
Definition at line 525 of file chan_dahdi.c.
Referenced by pri_create_trunkgroup(), pri_dchannel(), pri_find_dchan(), pri_resolve_span(), and start_pri().
Actual d-channels
Definition at line 534 of file chan_dahdi.c.
Referenced by pri_active_dchan_fd(), pri_dchannel(), pri_find_dchan(), and start_pri().
| int debug |
TRUE if to dump PRI event info (Tested but never set).
Definition at line 538 of file chan_dahdi.c.
Referenced by pri_dchannel().
| int dialplan |
Dialing plan
Definition at line 518 of file chan_dahdi.c.
Referenced by apply_plan_to_number(), dahdi_call(), mkintf(), and process_dahdi().
shall remote hold or remote retrieval notifications be discarded?
Definition at line 532 of file chan_dahdi.c.
Referenced by mkintf(), pri_dchannel(), and process_dahdi().
| int facilityenable |
Enable facility IEs
Definition at line 533 of file chan_dahdi.c.
Referenced by dahdi_call(), mkintf(), and process_dahdi().
| int fds[NUM_DCHANS] |
FD's for d-channels
Definition at line 539 of file chan_dahdi.c.
Referenced by dahdi_close_pri_fd(), pri_active_dchan_fd(), pri_dchannel(), and start_pri().
| char idlecontext[AST_MAX_CONTEXT] |
What context to use for idle
Definition at line 511 of file chan_dahdi.c.
Referenced by do_idle_thread(), and pri_dchannel().
| char idledial[AST_MAX_EXTENSION] |
What to dial before dumping
Definition at line 512 of file chan_dahdi.c.
Referenced by do_idle_thread(), mkintf(), pri_dchannel(), and process_dahdi().
| char idleext[AST_MAX_EXTENSION] |
Where to idle extra calls
Definition at line 510 of file chan_dahdi.c.
Referenced by do_idle_thread(), mkintf(), pri_dchannel(), and process_dahdi().
| unsigned int inbanddisconnect |
Should we support inband audio after receiving DISCONNECT?
Definition at line 549 of file chan_dahdi.c.
Referenced by mkintf(), process_dahdi(), and start_pri().
| char internationalprefix[10] |
country access code ('00' for european dialplans)
Definition at line 520 of file chan_dahdi.c.
Referenced by apply_plan_to_number(), dahdi_call(), mkintf(), and process_dahdi().
| time_t lastreset |
time when unused channels were last reset
Definition at line 551 of file chan_dahdi.c.
Referenced by pri_check_restart(), and pri_dchannel().
| int localdialplan |
Local dialing plan
Definition at line 519 of file chan_dahdi.c.
Referenced by dahdi_call(), mkintf(), and process_dahdi().
| char localprefix[20] |
area access code + area code ('0'+area code for european dialplans)
Definition at line 522 of file chan_dahdi.c.
Referenced by apply_plan_to_number(), mkintf(), and process_dahdi().
Mutex
Definition at line 509 of file chan_dahdi.c.
Referenced by dahdi_bridge(), dahdi_queue_frame(), dahdi_request(), dahdi_show_channel(), dahdi_show_channels(), pri_dchannel(), pri_grab(), pri_hangup_all(), pri_rel(), and wakeup_sub().
| pthread_t master |
Thread of master
Definition at line 508 of file chan_dahdi.c.
Referenced by dahdi_restart(), load_module(), pri_grab(), and start_pri().
| int mastertrunkgroup |
What trunk group is our master
Definition at line 527 of file chan_dahdi.c.
Referenced by pri_create_spanmap(), and pri_resolve_span().
| int minidle |
Min # of "idling" calls to keep active
Definition at line 514 of file chan_dahdi.c.
Referenced by mkintf(), pri_dchannel(), and process_dahdi().
| int minunused |
Min # of channels to keep empty
Definition at line 513 of file chan_dahdi.c.
Referenced by mkintf(), pri_dchannel(), and process_dahdi().
| char nationalprefix[10] |
area access code ('0' for european dialplans)
Definition at line 521 of file chan_dahdi.c.
Referenced by apply_plan_to_number(), dahdi_call(), mkintf(), and process_dahdi().
| int nodetype |
Node type
Definition at line 515 of file chan_dahdi.c.
Referenced by dahdi_call(), mkintf(), process_dahdi(), and start_pri().
| int nsf |
Network-Specific Facilities
Definition at line 517 of file chan_dahdi.c.
Referenced by dahdi_chan_conf_default(), mkintf(), process_dahdi(), and start_pri().
| int numchans |
Num of channels we represent
Definition at line 529 of file chan_dahdi.c.
Referenced by mkintf(), pri_check_restart(), pri_dchannel(), pri_find_empty_chan(), pri_find_principle(), and pri_fixup_principle().
| int offset |
Value set but not used.
Definition at line 541 of file chan_dahdi.c.
Referenced by dahdi_restart(), load_module(), pri_create_trunkgroup(), and pri_resolve_span().
| int overlapdial |
In overlap dialing mode
Definition at line 530 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), dahdi_read(), handle_pri_show_span(), mkintf(), pri_dchannel(), process_dahdi(), ss_thread(), and start_pri().
Currently active D-channel
Definition at line 536 of file chan_dahdi.c.
Referenced by build_channels(), dahdi_answer(), dahdi_call(), dahdi_digit_begin(), dahdi_handle_event(), dahdi_hangup(), dahdi_indicate(), dahdi_queue_frame(), dahdi_request(), dahdi_send_keypad_facility_exec(), dahdi_show_channel(), dahdi_show_channels(), dahdi_write(), pri_active_dchan_fd(), pri_check_restart(), pri_dchannel(), pri_find_dchan(), ss_thread(), and start_pri().
| int prilogicalspan |
Logical span number within trunk group
Definition at line 528 of file chan_dahdi.c.
Referenced by mkintf(), pri_create_spanmap(), and pri_find_principle().
| char privateprefix[20] |
for private dialplans
Definition at line 523 of file chan_dahdi.c.
Referenced by apply_plan_to_number(), mkintf(), and process_dahdi().
Member channel pvt structs
Definition at line 555 of file chan_dahdi.c.
Referenced by dahdi_request(), mkintf(), pri_check_restart(), pri_dchannel(), pri_find_empty_chan(), pri_find_principle(), and pri_fixup_principle().
QSIG channel mapping type
Definition at line 531 of file chan_dahdi.c.
Referenced by mkintf(), process_dahdi(), and start_pri().
| long resetinterval |
Interval (in seconds) for resetting unused channels
Definition at line 552 of file chan_dahdi.c.
Referenced by mkintf(), pri_dchannel(), and process_dahdi().
| int resetpos |
Current position during a reset (-1 if not started).
Definition at line 547 of file chan_dahdi.c.
Referenced by pri_check_restart(), pri_dchannel(), and start_pri().
| int resetting |
TRUE if span is being reset/restarted.
Definition at line 545 of file chan_dahdi.c.
Referenced by pri_check_restart(), and pri_dchannel().
| int sig |
ISDN signalling type (SIG_PRI, SIG_BRI, SIG_BRI_PTMP, etc...).
Definition at line 554 of file chan_dahdi.c.
Referenced by mkintf(), pri_dchannel(), pri_find_dchan(), and start_pri().
| int span |
Span number put into user output messages.
Definition at line 543 of file chan_dahdi.c.
Referenced by dahdi_request(), pri_create_trunkgroup(), pri_dchannel(), and pri_resolve_span().
| int switchtype |
Type of switch to emulate
Definition at line 516 of file chan_dahdi.c.
Referenced by mkintf(), pri_dchannel(), process_dahdi(), and start_pri().
| int trunkgroup |
What our trunkgroup is
Definition at line 526 of file chan_dahdi.c.
Referenced by build_channels(), dahdi_new(), pri_create_trunkgroup(), pri_dchannel(), and pri_fixup_principle().
| char unknownprefix[20] |
for unknown dialplans
Definition at line 524 of file chan_dahdi.c.
Referenced by apply_plan_to_number(), mkintf(), and process_dahdi().
1.7.1