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

Data Fields | |
| struct { | |
| struct sla_ringing_station * next | |
| } | entry |
| struct timeval | ring_begin |
| struct sla_station * | station |
A station that is ringing.
Definition at line 1077 of file app_meetme.c.
| struct { ... } entry |
| struct sla_ringing_station* next |
Definition at line 1081 of file app_meetme.c.
| struct timeval ring_begin |
The time that this station started ringing
Definition at line 1080 of file app_meetme.c.
Referenced by sla_calc_station_timeouts(), and sla_create_ringing_station().
| struct sla_station* station |
Definition at line 1078 of file app_meetme.c.
Referenced by sla_calc_station_timeouts(), sla_check_ringing_station(), sla_create_ringing_station(), sla_handle_dial_state_event(), sla_hangup_stations(), sla_ringing_station_destroy(), and sla_stop_ringing_station().
1.8.13