FreeSWITCH API Documentation  1.7.0
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
 
uint32_t per_channel_timelimit_sec
 
uint32_t per_channel_progress_timelimit_sec
 
uint32_t per_channel_delay_start
 

Detailed Description

Definition at line 84 of file switch_ivr_originate.c.

Field Documentation

uint8_t originate_status_t::answered

Definition at line 91 of file switch_ivr_originate.c.

switch_caller_profile_t* originate_status_t::caller_profile

Definition at line 88 of file switch_ivr_originate.c.

Referenced by check_channel_status(), and switch_ivr_originate().

switch_core_session_t* originate_status_t::down_session

Definition at line 85 of file switch_ivr_originate.c.

Referenced by switch_ivr_originate().

uint8_t originate_status_t::early_media

Definition at line 90 of file switch_ivr_originate.c.

Referenced by check_channel_status().

switch_channel_t* originate_status_t::peer_channel
switch_core_session_t* originate_status_t::peer_session
uint32_t originate_status_t::per_channel_delay_start

Definition at line 95 of file switch_ivr_originate.c.

Referenced by check_per_channel_timeouts(), and switch_ivr_originate().

uint32_t originate_status_t::per_channel_progress_timelimit_sec
uint32_t originate_status_t::per_channel_timelimit_sec
uint8_t originate_status_t::ring_ready

Definition at line 89 of file switch_ivr_originate.c.

Referenced by check_channel_status().

uint8_t originate_status_t::tagged

Definition at line 92 of file switch_ivr_originate.c.

Referenced by switch_ivr_originate().


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