Asterisk - The Open Source Telephony Project
21.4.1
|
Confbridge state handling for the MULTI_MARKED state. More...
#include "asterisk.h"
#include "asterisk/utils.h"
#include "asterisk/linkedlists.h"
#include "include/confbridge.h"
#include "asterisk/musiconhold.h"
#include "include/conf_state.h"
#include "asterisk/pbx.h"
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_active (struct confbridge_user *user) |
static void | leave_marked (struct confbridge_user *user) |
static int | post_join_play_begin (struct confbridge_user *user) |
static void | transition_to_marked (struct confbridge_user *user) |
Variables | |
struct confbridge_state * | CONF_STATE_MULTI_MARKED = &STATE_MULTI_MARKED |
Conference state with multiple active users and at least one marked user. | |
static struct confbridge_state | STATE_MULTI_MARKED |
Confbridge state handling for the MULTI_MARKED state.
Definition in file conf_state_multi_marked.c.