
Data Fields | |
| struct ast_channel * | chan |
| struct { | |
| struct sla_trunk_ref * next | |
| } | entry |
| unsigned int | ring_delay |
| unsigned int | ring_timeout |
| enum sla_trunk_state | state |
| struct sla_trunk * | trunk |
| struct ast_channel* chan |
Definition at line 857 of file app_meetme.c.
Referenced by sla_queue_event_conf(), sla_change_trunk_state(), run_station(), sla_handle_dial_state_event(), sla_check_inuse_station(), sla_handle_hold_event(), dial_trunk(), and sla_station_exec().
| struct { ... } entry |
| struct sla_trunk_ref* next |
Definition at line 854 of file app_meetme.c.
| unsigned int ring_delay |
Ring delay to use when this trunk is ringing on this specific station. This takes higher priority than a ring delay set at the station level.
Definition at line 865 of file app_meetme.c.
Referenced by sla_show_stations(), sla_check_station_delay(), and sla_add_trunk_to_station().
| unsigned int ring_timeout |
Ring timeout to use when this trunk is ringing on this specific station. This takes higher priority than a ring timeout set at the station level.
Definition at line 861 of file app_meetme.c.
Referenced by sla_show_stations(), sla_calc_station_timeouts(), and sla_add_trunk_to_station().
| enum sla_trunk_state state |
Definition at line 856 of file app_meetme.c.
Referenced by sla_show_stations(), sla_check_station_hold_access(), sla_find_trunk_ref_byname(), sla_change_trunk_state(), run_station(), sla_choose_idle_trunk(), sla_station_exec(), sla_state(), and sla_add_trunk_to_station().
Definition at line 855 of file app_meetme.c.
Referenced by sla_show_stations(), sla_queue_event_conf(), sla_check_station_hold_access(), sla_find_trunk_ref_byname(), sla_change_trunk_state(), run_station(), sla_stop_ringing_station(), sla_choose_ringing_trunk(), sla_find_trunk_ref(), sla_hangup_stations(), sla_handle_hold_event(), sla_calc_station_timeouts(), dial_trunk(), sla_station_exec(), create_trunk_ref(), sla_state(), destroy_station(), and sla_build_station().