Wed Jan 8 2020 09:50:25

Asterisk developer's documentation


sla_station Struct Reference

Public Member Functions

 AST_LIST_ENTRY (sla_station)
 

Data Fields

struct ast_dialdial
 
unsigned int hold_access:1
 
unsigned int mark:1
 
unsigned int ring_delay
 
unsigned int ring_timeout
 
 trunks
 

Detailed Description

Definition at line 815 of file app_meetme.c.

Member Function Documentation

AST_LIST_ENTRY ( sla_station  )
inline

Definition at line 816 of file app_meetme.c.

834  :1;

Field Documentation

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 834 of file app_meetme.c.

Referenced by sla_build_station(), sla_check_station_hold_access(), and sla_show_stations().

unsigned int mark

Mark used during reload processing

Definition at line 836 of file app_meetme.c.

Referenced by sla_build_station(), 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 831 of file app_meetme.c.

Referenced by sla_build_station(), 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 827 of file app_meetme.c.

Referenced by sla_build_station(), sla_calc_station_timeouts(), and sla_show_stations().


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