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

Data Fields

switch_core_session_tdown_session
 
switch_core_session_tpeer_session
 
switch_channel_tpeer_channel
 
switch_caller_profile_tcaller_profile
 
uint8_t ring_ready
 
uint8_t early_media
 
uint8_t answered
 
uint8_t tagged
 
uint8_t array_pos
 
uint32_t per_channel_timelimit_sec
 
uint32_t per_channel_progress_timelimit_sec
 
uint32_t per_channel_delay_start
 

Detailed Description

Definition at line 118 of file switch_ivr_originate.c.

Field Documentation

◆ answered

uint8_t originate_status_t::answered

Definition at line 125 of file switch_ivr_originate.c.

◆ array_pos

uint8_t originate_status_t::array_pos

Definition at line 127 of file switch_ivr_originate.c.

Referenced by early_thread_run().

◆ caller_profile

switch_caller_profile_t* originate_status_t::caller_profile

Definition at line 122 of file switch_ivr_originate.c.

Referenced by check_channel_status(), and switch_ivr_originate().

◆ down_session

switch_core_session_t* originate_status_t::down_session

Definition at line 119 of file switch_ivr_originate.c.

Referenced by switch_ivr_originate().

◆ early_media

uint8_t originate_status_t::early_media

Definition at line 124 of file switch_ivr_originate.c.

Referenced by check_channel_status().

◆ peer_channel

switch_channel_t* originate_status_t::peer_channel

◆ peer_session

switch_core_session_t* originate_status_t::peer_session

◆ per_channel_delay_start

uint32_t originate_status_t::per_channel_delay_start

Definition at line 130 of file switch_ivr_originate.c.

Referenced by check_per_channel_timeouts(), and switch_ivr_originate().

◆ per_channel_progress_timelimit_sec

uint32_t originate_status_t::per_channel_progress_timelimit_sec

◆ per_channel_timelimit_sec

uint32_t originate_status_t::per_channel_timelimit_sec

◆ ring_ready

uint8_t originate_status_t::ring_ready

Definition at line 123 of file switch_ivr_originate.c.

Referenced by check_channel_status().

◆ tagged

uint8_t originate_status_t::tagged

Definition at line 126 of file switch_ivr_originate.c.

Referenced by check_channel_status(), and switch_ivr_originate().


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