|
Asterisk - The Open Source Telephony Project
18.5.0
|
A trunk that is ringing. More...

Data Fields | |
| struct { | |
| struct sla_ringing_trunk * next | |
| } | entry |
| struct timeval | ring_begin |
| struct { | |
| struct sla_station_ref * first | |
| struct sla_station_ref * last | |
| } | timed_out_stations |
| struct sla_trunk * | trunk |
A trunk that is ringing.
Definition at line 1063 of file app_meetme.c.
| struct { ... } entry |
| struct sla_station_ref* first |
Definition at line 1067 of file app_meetme.c.
| struct sla_station_ref* last |
Definition at line 1067 of file app_meetme.c.
| struct sla_ringing_trunk* next |
Definition at line 1068 of file app_meetme.c.
| struct timeval ring_begin |
The time that this trunk started ringing
Definition at line 1066 of file app_meetme.c.
Referenced by queue_ringing_trunk(), sla_calc_station_timeouts(), sla_calc_trunk_timeouts(), and sla_check_station_delay().
| struct { ... } timed_out_stations |
| struct sla_trunk* trunk |
Definition at line 1064 of file app_meetme.c.
Referenced by queue_ringing_trunk(), sla_calc_station_timeouts(), sla_calc_trunk_timeouts(), sla_check_station_delay(), sla_choose_ringing_trunk(), sla_handle_dial_state_event(), sla_hangup_stations(), sla_ring_station(), sla_ring_stations(), sla_ringing_trunk_destroy(), sla_station_exec(), sla_stop_ringing_station(), sla_stop_ringing_trunk(), and sla_trunk_exec().
1.8.13