Asterisk - The Open Source Telephony Project
21.4.1
|
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_channel * | chan |
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 |
unsigned int active_stations |
unsigned int barge_disabled |
If set to 1, no station will be able to join an active call with this trunk.
Definition at line 238 of file app_sla.c.
Referenced by sla_find_trunk_ref_byname().
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 241 of file app_sla.c.
Referenced by sla_find_trunk_ref_byname().
unsigned int hold_stations |
Number of stations that have this trunk on hold.
Definition at line 233 of file app_sla.c.
Referenced by sla_find_trunk_ref_byname().
unsigned int num_stations |
unsigned int on_hold |