|
RTS API Documentation
1.10.11
|
Collaboration diagram for originate_status_t: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 |
| uint8_t | array_pos |
| uint32_t | per_channel_timelimit_sec |
| uint32_t | per_channel_progress_timelimit_sec |
| uint32_t | per_channel_delay_start |
Definition at line 118 of file switch_ivr_originate.c.
| uint8_t originate_status_t::answered |
Definition at line 125 of file switch_ivr_originate.c.
| uint8_t originate_status_t::array_pos |
Definition at line 127 of file switch_ivr_originate.c.
Referenced by early_thread_run().
| 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().
| switch_core_session_t* originate_status_t::down_session |
Definition at line 119 of file switch_ivr_originate.c.
Referenced by switch_ivr_originate().
| uint8_t originate_status_t::early_media |
Definition at line 124 of file switch_ivr_originate.c.
Referenced by check_channel_status().
| switch_channel_t* originate_status_t::peer_channel |
Definition at line 121 of file switch_ivr_originate.c.
Referenced by check_channel_status(), check_per_channel_timeouts(), early_thread_run(), and switch_ivr_originate().
| switch_core_session_t* originate_status_t::peer_session |
Definition at line 120 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 130 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 129 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 128 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 123 of file switch_ivr_originate.c.
Referenced by check_channel_status().
| 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().
1.8.13