Data Fields | |
char | backwards |
int | cadance |
int | channelmatch |
ast_group_t | groupmatch |
char | opt |
char | roundrobin |
int | rr_starting_point |
int | span |
Definition at line 13468 of file chan_dahdi.c.
char backwards |
TRUE if to search the channel list backwards.
Definition at line 13482 of file chan_dahdi.c.
Referenced by dahdi_request().
int cadance |
Analog channel distinctive ring cadance index.
Definition at line 13478 of file chan_dahdi.c.
Referenced by dahdi_request().
int channelmatch |
DAHDI channel to match with. -1 if not specified.
Definition at line 13472 of file chan_dahdi.c.
Referenced by dahdi_cc_callback(), and dahdi_request().
Group matching mask. Zero if not specified.
Definition at line 13470 of file chan_dahdi.c.
Referenced by dahdi_cc_callback(), and dahdi_request().
char opt |
Dialing option. c/r/d if present and valid.
Definition at line 13480 of file chan_dahdi.c.
Referenced by dahdi_request().
char roundrobin |
TRUE if search is done with round robin sequence.
Definition at line 13484 of file chan_dahdi.c.
Referenced by dahdi_request().
Round robin saved search location index. (Valid if roundrobin TRUE)
Definition at line 13474 of file chan_dahdi.c.
Referenced by dahdi_request().
int span |
ISDN span where channels can be picked (Zero if not specified)
Definition at line 13476 of file chan_dahdi.c.
Referenced by dahdi_cc_callback(), and dahdi_request().