FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
switch_core_session_t * | down_session |
switch_core_session_t * | peer_session |
switch_channel_t * | peer_channel |
switch_caller_profile_t * | caller_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 |
Definition at line 84 of file switch_ivr_originate.c.
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 |
Definition at line 87 of file switch_ivr_originate.c.
Referenced by check_channel_status(), early_thread_run(), and switch_ivr_originate().
switch_core_session_t* originate_status_t::peer_session |
Definition at line 86 of file switch_ivr_originate.c.
Referenced by check_channel_status(), early_thread_run(), setup_ringback(), and switch_ivr_originate().
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 |
Definition at line 94 of file switch_ivr_originate.c.
Referenced by check_channel_status(), check_per_channel_timeouts(), and switch_ivr_originate().
uint32_t originate_status_t::per_channel_timelimit_sec |
Definition at line 93 of file switch_ivr_originate.c.
Referenced by check_channel_status(), check_per_channel_timeouts(), and switch_ivr_originate().
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().