Asterisk - The Open Source Telephony Project  18.5.0
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 1998 of file bridge_basic.c.

Field Documentation

◆ enter

int(* enter) (struct attended_transfer_properties *props)

Function used to enter a state

Definition at line 2002 of file bridge_basic.c.

Referenced by attended_transfer_monitor_thread().

◆ exit

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 2009 of file bridge_basic.c.

Referenced by attended_transfer_monitor_thread().

◆ flags

Flags associated with this state

Definition at line 2012 of file bridge_basic.c.

Referenced by attended_transfer_monitor_thread(), and wait_for_stimulus().

◆ state_name

const char* state_name

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