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

Go to the source code of this file.
| Functions | |
| static void | join_active (struct confbridge_user *user) | 
| static void | join_marked (struct confbridge_user *user) | 
| static void | leave_marked (struct confbridge_user *user) | 
| static void | transition_to_single_marked (struct confbridge_user *user) | 
| Variables | |
| struct confbridge_state * | CONF_STATE_SINGLE_MARKED = &STATE_SINGLE_MARKED | 
| Conference state with only a single marked active user. | |
| struct confbridge_state | STATE_SINGLE_MARKED | 
Confbridge state handling for the SINGLE_MARKED state.
Definition in file conf_state_single_marked.c.
| 
 | static | 
Definition at line 50 of file conf_state_single_marked.c.
References conf_add_user_active(), conf_change_state(), conf_handle_second_active(), CONF_STATE_MULTI_MARKED, and conf_update_user_mute().
| 
 | static | 
Definition at line 59 of file conf_state_single_marked.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 68 of file conf_state_single_marked.c.
References conf_change_state(), conf_moh_stop(), conf_remove_user_marked(), and CONF_STATE_EMPTY.
| 
 | static | 
Definition at line 78 of file conf_state_single_marked.c.
References conf_mute_only_active().
| struct confbridge_state* CONF_STATE_SINGLE_MARKED = &STATE_SINGLE_MARKED | 
Conference state with only a single marked active user.
Definition at line 48 of file conf_state_single_marked.c.
Referenced by join_marked(), leave_active(), and leave_marked().
| struct confbridge_state STATE_SINGLE_MARKED | 
Definition at line 40 of file conf_state_single_marked.c.