| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Data Fields | |
| char | backwards | 
| int | cadence | 
| int | channelmatch | 
| ast_group_t | groupmatch | 
| char | opt | 
| char | roundrobin | 
| int | rr_starting_point | 
| int | span | 
Definition at line 13817 of file chan_dahdi.c.
| char backwards | 
TRUE if to search the channel list backwards.
Definition at line 13831 of file chan_dahdi.c.
Referenced by dahdi_cc_callback(), dahdi_request(), and determine_starting_point().
| int cadence | 
Analog channel distinctive ring cadence index.
Definition at line 13827 of file chan_dahdi.c.
Referenced by dahdi_request(), and determine_starting_point().
| int channelmatch | 
DAHDI channel to match with. -1 if not specified.
Definition at line 13821 of file chan_dahdi.c.
Referenced by dahdi_cc_callback(), dahdi_request(), and determine_starting_point().
| ast_group_t groupmatch | 
Group matching mask. Zero if not specified.
Definition at line 13819 of file chan_dahdi.c.
Referenced by dahdi_cc_callback(), dahdi_request(), and determine_starting_point().
| char opt | 
Dialing option. c/r/d if present and valid.
Definition at line 13829 of file chan_dahdi.c.
Referenced by dahdi_request(), and determine_starting_point().
| char roundrobin | 
TRUE if search is done with round robin sequence.
Definition at line 13833 of file chan_dahdi.c.
Referenced by dahdi_request(), and determine_starting_point().
| int rr_starting_point | 
Round robin saved search location index. (Valid if roundrobin TRUE)
Definition at line 13823 of file chan_dahdi.c.
Referenced by dahdi_request(), and determine_starting_point().
| int span | 
ISDN span where channels can be picked (Zero if not specified)
Definition at line 13825 of file chan_dahdi.c.
Referenced by dahdi_cc_callback(), dahdi_request(), and determine_starting_point().