| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Confbridge state handling for the SINGLE state. More...

Go to the source code of this file.
| Functions | |
| static void | join_marked (struct confbridge_user *user) | 
| static void | join_unmarked (struct confbridge_user *user) | 
| static void | leave_unmarked (struct confbridge_user *user) | 
| static void | transition_to_single (struct confbridge_user *user) | 
| Variables | |
| struct confbridge_state * | CONF_STATE_SINGLE = &STATE_SINGLE | 
| Conference state with only a single unmarked active user. | |
| struct confbridge_state | STATE_SINGLE | 
Confbridge state handling for the SINGLE state.
Definition in file conf_state_single.c.
| 
 | static | 
Definition at line 60 of file conf_state_single.c.
References conf_add_user_marked(), conf_change_state(), conf_handle_second_active(), CONF_STATE_MULTI_MARKED, and conf_update_user_mute().
| 
 | static | 
Definition at line 51 of file conf_state_single.c.
References conf_add_user_active(), conf_change_state(), conf_handle_second_active(), CONF_STATE_MULTI, and conf_update_user_mute().
| 
 | static | 
Definition at line 69 of file conf_state_single.c.
References conf_change_state(), conf_moh_stop(), conf_remove_user_active(), CONF_STATE_EMPTY, and CONF_STATE_INACTIVE.
| 
 | static | 
Definition at line 83 of file conf_state_single.c.
References conf_mute_only_active().
| struct confbridge_state* CONF_STATE_SINGLE = &STATE_SINGLE | 
Conference state with only a single unmarked active user.
Definition at line 49 of file conf_state_single.c.
Referenced by join_unmarked(), join_unmarked(), leave_marked(), and leave_unmarked().
| struct confbridge_state STATE_SINGLE | 
Definition at line 40 of file conf_state_single.c.