Asterisk - The Open Source Telephony Project
18.5.0
|
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 | |
Definition at line 942 of file app_meetme.c.
|
inline |
Definition at line 943 of file app_meetme.c.
struct ast_dial* dial |
Definition at line 950 of file app_meetme.c.
Referenced by run_station(), sla_handle_dial_state_event(), sla_hangup_stations(), sla_ring_station(), and sla_stop_ringing_station().
unsigned int hold_access |
This option uses the values in the sla_hold_access enum and sets the access control type for hold on this station.
Definition at line 961 of file app_meetme.c.
Referenced by sla_check_station_hold_access(), and sla_show_stations().
unsigned int mark |
Mark used during reload processing
Definition at line 963 of file app_meetme.c.
Referenced by sla_station_is_marked(), and sla_station_mark().
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 958 of file app_meetme.c.
Referenced by sla_check_station_delay(), and sla_show_stations().
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 954 of file app_meetme.c.
Referenced by sla_calc_station_timeouts(), and sla_show_stations().
trunks |
Definition at line 949 of file app_meetme.c.
Referenced by sla_add_trunk_to_station(), sla_calc_station_timeouts(), sla_change_trunk_state(), sla_check_inuse_station(), sla_check_station_hold_access(), sla_choose_idle_trunk(), sla_choose_ringing_trunk(), sla_find_trunk_ref(), sla_find_trunk_ref_byname(), sla_hangup_stations(), sla_queue_event_conf(), sla_show_stations(), sla_station_destructor(), sla_station_is_marked(), sla_station_mark(), sla_station_release_refs(), and sla_stop_ringing_station().