Thu Apr 28 2011 17:16:26

Asterisk developer's documentation


sla_trunk Struct Reference

Collaboration diagram for sla_trunk:

Public Member Functions

 AST_LIST_ENTRY (sla_trunk)

Data Fields

unsigned int active_stations
unsigned int barge_disabled:1
struct ast_channelchan
unsigned int hold_access:1
unsigned int hold_stations
unsigned int num_stations
unsigned int on_hold:1
unsigned int ref_count
unsigned int ring_timeout
 stations

Detailed Description

Definition at line 735 of file app_meetme.c.


Member Function Documentation

AST_LIST_ENTRY ( sla_trunk  ) [inline]

Definition at line 736 of file app_meetme.c.

                              :1;

Field Documentation

unsigned int active_stations

Number of stations currently on a call with this trunk

Definition at line 746 of file app_meetme.c.

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

unsigned int barge_disabled

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

Definition at line 753 of file app_meetme.c.

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

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

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

unsigned int num_stations

Number of stations that use this trunk

Definition at line 744 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 759 of file app_meetme.c.

Referenced by dial_trunk(), sla_station_exec(), and sla_trunk_exec().

unsigned int ref_count

Use count for inside sla_trunk_exec

Definition at line 761 of file app_meetme.c.

Referenced by sla_check_reload(), and sla_trunk_exec().

unsigned int ring_timeout

Definition at line 750 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: