FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
switch_core_session_t * | session |
int32_t | idx |
uint32_t | hups |
char * | file |
char * | error_file |
int | confirm_timeout |
char | key [80] |
uint8_t | early_ok |
uint8_t | ring_ready |
uint8_t | instant_ringback |
uint8_t | sent_ring |
uint8_t | progress |
uint8_t | return_ring_ready |
uint8_t | monitor_early_media_ring |
uint8_t | monitor_early_media_fail |
uint8_t | gen_ringback |
uint8_t | ignore_early_media |
uint8_t | ignore_ring_ready |
int | monitor_early_media_ring_count |
int | monitor_early_media_ring_total |
switch_bool_t | cancel_timeout |
int | continue_on_timeout |
int | ringback_ok |
int | sending_ringback |
int | bridge_early_media |
switch_thread_t * | ethread |
switch_caller_profile_t * | caller_profile_override |
switch_bool_t | check_vars |
switch_memory_pool_t * | pool |
Definition at line 99 of file switch_ivr_originate.c.
int originate_global_t::bridge_early_media |
Definition at line 124 of file switch_ivr_originate.c.
Referenced by check_channel_status(), early_thread_run(), setup_ringback(), and switch_ivr_originate().
switch_caller_profile_t* originate_global_t::caller_profile_override |
Definition at line 126 of file switch_ivr_originate.c.
Referenced by switch_ivr_originate().
switch_bool_t originate_global_t::cancel_timeout |
Definition at line 120 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
switch_bool_t originate_global_t::check_vars |
Definition at line 127 of file switch_ivr_originate.c.
Referenced by switch_ivr_originate().
int originate_global_t::confirm_timeout |
Definition at line 105 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
int originate_global_t::continue_on_timeout |
Definition at line 121 of file switch_ivr_originate.c.
Referenced by switch_ivr_originate().
uint8_t originate_global_t::early_ok |
Definition at line 107 of file switch_ivr_originate.c.
Referenced by check_channel_status(), early_thread_run(), monitor_callback(), and switch_ivr_originate().
char* originate_global_t::error_file |
Definition at line 104 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
switch_thread_t* originate_global_t::ethread |
Definition at line 125 of file switch_ivr_originate.c.
Referenced by switch_ivr_originate().
char* originate_global_t::file |
Definition at line 103 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
uint8_t originate_global_t::gen_ringback |
Definition at line 115 of file switch_ivr_originate.c.
Referenced by setup_ringback().
uint32_t originate_global_t::hups |
Definition at line 102 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
int32_t originate_global_t::idx |
Definition at line 101 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
uint8_t originate_global_t::ignore_early_media |
Definition at line 116 of file switch_ivr_originate.c.
Referenced by check_channel_status(), early_thread_run(), monitor_callback(), and switch_ivr_originate().
uint8_t originate_global_t::ignore_ring_ready |
Definition at line 117 of file switch_ivr_originate.c.
Referenced by check_channel_status(), monitor_callback(), and switch_ivr_originate().
uint8_t originate_global_t::instant_ringback |
Definition at line 109 of file switch_ivr_originate.c.
Referenced by switch_ivr_originate().
char originate_global_t::key[80] |
Definition at line 106 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
uint8_t originate_global_t::monitor_early_media_fail |
Definition at line 114 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
uint8_t originate_global_t::monitor_early_media_ring |
Definition at line 113 of file switch_ivr_originate.c.
Referenced by check_channel_status(), check_per_channel_timeouts(), and switch_ivr_originate().
int originate_global_t::monitor_early_media_ring_count |
Definition at line 118 of file switch_ivr_originate.c.
Referenced by monitor_callback().
int originate_global_t::monitor_early_media_ring_total |
Definition at line 119 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and monitor_callback().
switch_memory_pool_t* originate_global_t::pool |
Definition at line 128 of file switch_ivr_originate.c.
Referenced by switch_ivr_originate().
uint8_t originate_global_t::progress |
Definition at line 111 of file switch_ivr_originate.c.
Referenced by check_channel_status(), monitor_callback(), and switch_ivr_originate().
uint8_t originate_global_t::return_ring_ready |
Definition at line 112 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
uint8_t originate_global_t::ring_ready |
Definition at line 108 of file switch_ivr_originate.c.
Referenced by check_channel_status(), monitor_callback(), and switch_ivr_originate().
int originate_global_t::ringback_ok |
Definition at line 122 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
int originate_global_t::sending_ringback |
Definition at line 123 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
uint8_t originate_global_t::sent_ring |
Definition at line 110 of file switch_ivr_originate.c.
Referenced by check_channel_status(), and switch_ivr_originate().
switch_core_session_t* originate_global_t::session |
Definition at line 100 of file switch_ivr_originate.c.
Referenced by check_channel_status(), early_thread_run(), setup_ringback(), and switch_ivr_originate().