| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Confbridge state handling for the MULTI 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) | 
| Variables | |
| struct confbridge_state * | CONF_STATE_MULTI = &STATE_MULTI | 
| Conference state with multiple active users, but no marked users. | |
| struct confbridge_state | STATE_MULTI | 
Confbridge state handling for the MULTI state.
Definition in file conf_state_multi.c.
| 
 | static | 
Definition at line 55 of file conf_state_multi.c.
References conf_add_user_marked(), conf_change_state(), CONF_STATE_MULTI_MARKED, and conf_update_user_mute().
| 
 | static | 
Definition at line 49 of file conf_state_multi.c.
References conf_add_user_active(), and conf_update_user_mute().
| 
 | static | 
Definition at line 63 of file conf_state_multi.c.
References conf_change_state(), conf_remove_user_active(), and CONF_STATE_SINGLE.
| struct confbridge_state* CONF_STATE_MULTI = &STATE_MULTI | 
Conference state with multiple active users, but no marked users.
Definition at line 47 of file conf_state_multi.c.
Referenced by join_unmarked(), and leave_marked().
| struct confbridge_state STATE_MULTI | 
Definition at line 39 of file conf_state_multi.c.