Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
sla_trunk_ref Struct Reference

A station's reference to a trunk. More...

Collaboration diagram for sla_trunk_ref:
Collaboration graph
[legend]

Data Fields

struct ast_channelchan
 
struct {
   struct sla_trunk_ref *   next
 
entry
 
unsigned int mark:1
 
unsigned int ring_delay
 
unsigned int ring_timeout
 
enum sla_trunk_state state
 
struct sla_trunktrunk
 

Detailed Description

A station's reference to a trunk.

An sla_station keeps a list of trunk_refs. This holds metadata about the stations usage of the trunk.

Definition at line 255 of file app_sla.c.

Field Documentation

◆ chan

struct ast_channel* chan

◆ 

struct { ... } entry

◆ mark

unsigned int mark

Mark used during reload processing

Definition at line 269 of file app_sla.c.

Referenced by sla_add_trunk_to_station(), sla_station_is_marked(), and sla_station_mark().

◆ next

struct sla_trunk_ref* next

Definition at line 256 of file app_sla.c.

◆ ring_delay

unsigned int ring_delay

Ring delay to use when this trunk is ringing on this specific station. This takes higher priority than a ring delay set at the station level.

Definition at line 267 of file app_sla.c.

Referenced by sla_add_trunk_to_station(), and sla_show_stations().

◆ ring_timeout

unsigned int ring_timeout

Ring timeout to use when this trunk is ringing on this specific station. This takes higher priority than a ring timeout set at the station level.

Definition at line 263 of file app_sla.c.

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

◆ state

◆ trunk

struct sla_trunk* trunk

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