RTS API Documentation  1.10.11
Data Fields
switch_ivr_bridge_data Struct Reference
+ Collaboration diagram for switch_ivr_bridge_data:

Data Fields

switch_core_session_tsession
 
char b_uuid [SWITCH_UUID_FORMATTED_LENGTH+1]
 
int stream_id
 
switch_input_callback_function_t input_callback
 
void * session_data
 
int clean_exit
 
int done
 
struct switch_ivr_bridge_dataother_leg_data
 

Detailed Description

Definition at line 344 of file switch_ivr_bridge.c.

Field Documentation

◆ b_uuid

char switch_ivr_bridge_data::b_uuid[SWITCH_UUID_FORMATTED_LENGTH+1]

◆ clean_exit

int switch_ivr_bridge_data::clean_exit

◆ done

int switch_ivr_bridge_data::done

Definition at line 351 of file switch_ivr_bridge.c.

Referenced by audio_bridge_thread().

◆ input_callback

switch_input_callback_function_t switch_ivr_bridge_data::input_callback

Definition at line 348 of file switch_ivr_bridge.c.

Referenced by audio_bridge_thread(), and switch_ivr_multi_threaded_bridge().

◆ other_leg_data

struct switch_ivr_bridge_data* switch_ivr_bridge_data::other_leg_data

Definition at line 352 of file switch_ivr_bridge.c.

Referenced by audio_bridge_thread(), and switch_ivr_multi_threaded_bridge().

◆ session

switch_core_session_t* switch_ivr_bridge_data::session

◆ session_data

void* switch_ivr_bridge_data::session_data

Definition at line 349 of file switch_ivr_bridge.c.

Referenced by audio_bridge_thread(), and switch_ivr_multi_threaded_bridge().

◆ stream_id

int switch_ivr_bridge_data::stream_id

Definition at line 347 of file switch_ivr_bridge.c.

Referenced by audio_bridge_thread(), and switch_ivr_multi_threaded_bridge().


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