
Public Member Functions | |
| AST_LIST_ENTRY (sla_trunk) | |
Data Fields | |
| unsigned int | active_stations |
| unsigned int | barge_disabled:1 |
| struct ast_channel * | chan |
| 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 | |
Definition at line 831 of file app_meetme.c.
| AST_LIST_ENTRY | ( | sla_trunk | ) | [inline] |
Definition at line 832 of file app_meetme.c.
:1;
| unsigned int active_stations |
Number of stations currently on a call with this trunk
Definition at line 842 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 849 of file app_meetme.c.
Referenced by sla_build_trunk(), sla_find_trunk_ref_byname(), and sla_show_trunks().
| struct ast_channel* chan |
Definition at line 845 of file app_meetme.c.
Referenced by dial_trunk(), sla_calc_trunk_timeouts(), sla_handle_dial_state_event(), sla_handle_hold_event(), sla_ring_station(), sla_station_exec(), and sla_trunk_exec().
| 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 852 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 844 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 840 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 855 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 857 of file app_meetme.c.
Referenced by sla_check_reload(), and sla_trunk_exec().
| unsigned int ring_timeout |
Definition at line 846 of file app_meetme.c.
Referenced by sla_build_trunk(), sla_calc_trunk_timeouts(), and sla_show_trunks().
Definition at line 838 of file app_meetme.c.
Referenced by destroy_trunk(), sla_add_trunk_to_station(), sla_check_station_hold_access(), sla_ring_stations(), and sla_show_trunks().