Asterisk - The Open Source Telephony Project  21.4.1
Functions | Variables
conf_state_single.c File Reference

Confbridge state handling for the SINGLE state. More...

#include "include/confbridge.h"
#include "include/conf_state.h"

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_stateCONF_STATE_SINGLE = &STATE_SINGLE
 Conference state with only a single unmarked active user.
 
struct confbridge_state STATE_SINGLE
 

Detailed Description

Confbridge state handling for the SINGLE state.

Author
Terry Wilson <twilson@digium.com> 

Definition in file conf_state_single.c.