Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
attended_transfer_state_properties Struct Reference

Properties of an attended transfer state. More...

Data Fields

int(* enter )(struct attended_transfer_properties *props)
 
enum attended_transfer_state(* exit )(struct attended_transfer_properties *props, enum attended_transfer_stimulus stimulus)
 
enum attended_transfer_state_flags flags
 
const char * state_name
 

Detailed Description

Properties of an attended transfer state.

Definition at line 2020 of file bridge_basic.c.

Field Documentation

int(* enter) (struct attended_transfer_properties *props)

Function used to enter a state

Definition at line 2024 of file bridge_basic.c.

Referenced by attended_transfer_monitor_thread().

Function used to exit a state This is used both to determine what the next state to transition to will be and to perform any cleanup necessary before exiting the current state.

Definition at line 2031 of file bridge_basic.c.

Referenced by attended_transfer_monitor_thread().

Flags associated with this state

Definition at line 2034 of file bridge_basic.c.

Referenced by attended_transfer_monitor_thread().

const char* state_name

The name of the state. Used for debugging

Definition at line 2022 of file bridge_basic.c.

Referenced by attended_transfer_monitor_thread().


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