Asterisk - The Open Source Telephony Project
21.4.1
|
Public Member Functions | |
AST_LIST_ENTRY (sla_station) | |
Data Fields | |
struct ast_dial * | dial |
unsigned int | hold_access:1 |
unsigned int | mark:1 |
unsigned int | ring_delay |
unsigned int | ring_timeout |
trunks | |
unsigned int hold_access |
unsigned int ring_delay |
Ring delay for this station, for any trunk. If a ring delay is set for a specific trunk on this station, that will take priority over this value.
Definition at line 198 of file app_sla.c.
Referenced by sla_check_station_delay().
unsigned int ring_timeout |
Ring timeout for this station, for any trunk. If a ring timeout is set for a specific trunk on this station, that will take priority over this value.
Definition at line 194 of file app_sla.c.
Referenced by sla_calc_station_timeouts().