Data Fields | |
ast_string_field | __begin_field [0] |
ast_string_field | __end_field [0] |
ast_string_field_mgr | __field_mgr |
const ast_string_field | autocontext |
const ast_string_field | device |
ast_dial * | dial |
struct { | |
sla_station * next | |
} | entry |
unsigned int | hold_access:1 |
const ast_string_field | name |
unsigned int | ring_delay |
unsigned int | ring_timeout |
struct { | |
sla_trunk_ref * first | |
sla_trunk_ref * last | |
} | trunks |
Definition at line 430 of file app_meetme.c.
Definition at line 436 of file app_meetme.c.
Definition at line 436 of file app_meetme.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 436 of file app_meetme.c.
const ast_string_field autocontext |
Definition at line 436 of file app_meetme.c.
Referenced by destroy_station(), and sla_show_stations().
const ast_string_field device |
Definition at line 436 of file app_meetme.c.
Referenced by sla_ring_station(), and sla_show_stations().
Definition at line 438 of file app_meetme.c.
Referenced by run_station(), sla_handle_dial_state_event(), sla_hangup_stations(), sla_ring_station(), and sla_stop_ringing_station().
struct { ... } entry |
struct sla_trunk_ref* first |
Definition at line 437 of file app_meetme.c.
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 station.
Definition at line 449 of file app_meetme.c.
Referenced by sla_check_station_hold_access(), and sla_show_stations().
struct sla_trunk_ref* last |
Definition at line 437 of file app_meetme.c.
const ast_string_field name |
Definition at line 436 of file app_meetme.c.
Referenced by destroy_station(), sla_add_trunk_to_station(), sla_change_trunk_state(), sla_find_station(), sla_handle_dial_state_event(), sla_handle_hold_event(), sla_show_stations(), sla_show_trunks(), sla_state(), and sla_station_exec().
struct sla_station* next |
Definition at line 431 of file app_meetme.c.
unsigned int ring_delay |
Ring delay for this station, for any trunk. If a ring delay is set for a specific trunk on this station, that will take priority over this value.
Definition at line 446 of file app_meetme.c.
Referenced by sla_check_station_delay(), and sla_show_stations().
unsigned int ring_timeout |
Ring timeout for this station, for any trunk. If a ring timeout is set for a specific trunk on this station, that will take priority over this value.
Definition at line 442 of file app_meetme.c.
Referenced by sla_calc_station_timeouts(), and sla_show_stations().
struct { ... } trunks |
Referenced by destroy_station(), sla_add_trunk_to_station(), sla_calc_station_timeouts(), sla_change_trunk_state(), sla_check_inuse_station(), sla_check_station_hold_access(), sla_choose_idle_trunk(), sla_choose_ringing_trunk(), sla_find_trunk_ref(), sla_find_trunk_ref_byname(), sla_hangup_stations(), sla_queue_event_conf(), sla_show_stations(), sla_state(), and sla_stop_ringing_station().