Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Fields
sla_station Struct Reference
Collaboration diagram for sla_station:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field autocontext
 
const ast_string_field device
 
struct ast_dialdial
 
struct { 
 
   struct sla_station *   next 
 
entry 
 
unsigned int hold_access:1
 
unsigned int mark:1
 
const ast_string_field name
 
unsigned int ring_delay
 
unsigned int ring_timeout
 
struct { 
 
   struct sla_trunk_ref *   first 
 
   struct sla_trunk_ref *   last 
 
trunks 
 

Detailed Description

Definition at line 188 of file app_sla.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 194 of file app_sla.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 194 of file app_sla.c.

◆ autocontext

const ast_string_field autocontext

Definition at line 194 of file app_sla.c.

Referenced by sla_show_stations(), and sla_station_destructor().

◆ device

const ast_string_field device

Definition at line 194 of file app_sla.c.

Referenced by sla_check_device(), sla_ring_station(), and sla_show_stations().

◆ dial

struct ast_dial* dial

◆ [struct]

struct { ... } entry

◆ first

struct sla_trunk_ref* first

Definition at line 195 of file app_sla.c.

◆ hold_access

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 207 of file app_sla.c.

Referenced by sla_check_station_hold_access(), and sla_show_stations().

◆ last

struct sla_trunk_ref* last

Definition at line 195 of file app_sla.c.

◆ mark

unsigned int mark

Mark used during reload processing

Definition at line 209 of file app_sla.c.

Referenced by sla_station_is_marked(), and sla_station_mark().

◆ name

const ast_string_field name

◆ next

struct sla_station* next

Definition at line 189 of file app_sla.c.

◆ ring_delay

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 204 of file app_sla.c.

Referenced by sla_check_station_delay(), and sla_show_stations().

◆ ring_timeout

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 200 of file app_sla.c.

Referenced by sla_calc_station_timeouts(), and sla_show_stations().

◆ [struct]

struct { ... } trunks

The documentation for this struct was generated from the following file: