Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
confbridge_state Struct Reference

A conference state object to hold the various state callback functions. More...

#include <conf_state.h>

Collaboration diagram for confbridge_state:
Collaboration graph
[legend]

Data Fields

conference_entry_fn entry
 
conference_exit_fn exit
 
conference_event_fn join_marked
 
conference_event_fn join_unmarked
 
conference_event_fn join_waitmarked
 
conference_event_fn leave_marked
 
conference_event_fn leave_unmarked
 
conference_event_fn leave_waitmarked
 
const char * name
 

Detailed Description

A conference state object to hold the various state callback functions.

Definition at line 48 of file conf_state.h.

Field Documentation

◆ entry

Function to handle entry to a state

Definition at line 56 of file conf_state.h.

Referenced by conf_change_state().

◆ exit

Function to handle exiting from a state

Definition at line 57 of file conf_state.h.

Referenced by conf_change_state().

◆ join_marked

conference_event_fn join_marked

Handle a marked join event

Definition at line 52 of file conf_state.h.

Referenced by handle_conf_user_join().

◆ join_unmarked

conference_event_fn join_unmarked

Handle an unmarked join event

Definition at line 50 of file conf_state.h.

Referenced by handle_conf_user_join().

◆ join_waitmarked

conference_event_fn join_waitmarked

Handle a waitmarked join event

Definition at line 51 of file conf_state.h.

Referenced by handle_conf_user_join().

◆ leave_marked

conference_event_fn leave_marked

Handle a marked leave event

Definition at line 55 of file conf_state.h.

Referenced by handle_conf_user_leave().

◆ leave_unmarked

conference_event_fn leave_unmarked

Handle an unmarked leave event

Definition at line 53 of file conf_state.h.

Referenced by handle_conf_user_leave().

◆ leave_waitmarked

conference_event_fn leave_waitmarked

Handle a waitmarked leave event

Definition at line 54 of file conf_state.h.

Referenced by handle_conf_user_leave().

◆ name

const char* name

The documentation for this struct was generated from the following file: