Wed Jan 8 2020 09:50:25

Asterisk developer's documentation


sla_trunk Struct Reference

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
unsigned int active_stations
 
const ast_string_field autocontext
 
unsigned int barge_disabled:1
 
struct ast_channelchan
 
const ast_string_field device
 
unsigned int hold_access:1
 
unsigned int hold_stations
 
unsigned int mark:1
 
const ast_string_field name
 
unsigned int num_stations
 
unsigned int on_hold:1
 
unsigned int ring_timeout
 
struct {
   struct sla_station_ref *   first
 
   struct sla_station_ref *   last
 
stations
 

Detailed Description

Definition at line 854 of file app_meetme.c.

Field Documentation

struct ast_string_field_mgr __field_mgr

Definition at line 859 of file app_meetme.c.

struct ast_string_field_pool* __field_mgr_pool

Definition at line 859 of file app_meetme.c.

unsigned int active_stations

Number of stations currently on a call with this trunk

Definition at line 864 of file app_meetme.c.

Referenced by run_station(), sla_handle_hold_event(), and sla_station_exec().

const ast_string_field autocontext

Definition at line 859 of file app_meetme.c.

Referenced by sla_build_trunk(), sla_show_trunks(), and sla_trunk_destructor().

unsigned int barge_disabled

If set to 1, no station will be able to join an active call with this trunk.

Definition at line 871 of file app_meetme.c.

Referenced by sla_build_trunk(), sla_find_trunk_ref_byname(), and sla_show_trunks().

const ast_string_field device

Definition at line 859 of file app_meetme.c.

Referenced by sla_show_trunks().

struct sla_station_ref* first

Definition at line 860 of file app_meetme.c.

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 trunk.

Definition at line 874 of file app_meetme.c.

Referenced by sla_build_trunk(), sla_find_trunk_ref_byname(), and sla_show_trunks().

unsigned int hold_stations

Number of stations that have this trunk on hold.

Definition at line 866 of file app_meetme.c.

Referenced by run_station(), sla_find_trunk_ref_byname(), sla_handle_hold_event(), and sla_station_exec().

struct sla_station_ref* last

Definition at line 860 of file app_meetme.c.

unsigned int mark

Mark used during reload processing

Definition at line 879 of file app_meetme.c.

Referenced by sla_build_trunk(), sla_trunk_is_marked(), and sla_trunk_mark().

unsigned int num_stations

Number of stations that use this trunk

Definition at line 862 of file app_meetme.c.

Referenced by sla_add_trunk_to_station().

unsigned int on_hold

Whether this trunk is currently on hold, meaning that once a station connects to it, the trunk channel needs to have UNHOLD indicated to it.

Definition at line 877 of file app_meetme.c.

Referenced by sla_station_exec(), and sla_trunk_exec().

unsigned int ring_timeout

Definition at line 868 of file app_meetme.c.

Referenced by sla_build_trunk(), sla_calc_trunk_timeouts(), and sla_show_trunks().


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