FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
switch_core_session_t * | session |
switch_asr_handle_t * | ah |
switch_media_bug_t * | bug |
switch_mutex_t * | mutex |
switch_thread_cond_t * | cond |
switch_memory_pool_t * | pool |
switch_thread_t * | thread |
int | ready |
Definition at line 4337 of file switch_ivr_async.c.
switch_asr_handle_t* speech_thread_handle::ah |
Definition at line 4339 of file switch_ivr_async.c.
Referenced by speech_callback(), speech_on_dtmf(), speech_thread(), switch_ivr_detect_speech(), switch_ivr_detect_speech_disable_all_grammars(), switch_ivr_detect_speech_disable_grammar(), switch_ivr_detect_speech_enable_grammar(), switch_ivr_detect_speech_init(), switch_ivr_detect_speech_load_grammar(), switch_ivr_detect_speech_start_input_timers(), switch_ivr_detect_speech_unload_grammar(), switch_ivr_pause_detect_speech(), switch_ivr_resume_detect_speech(), and switch_ivr_set_param_detect_speech().
switch_media_bug_t* speech_thread_handle::bug |
Definition at line 4340 of file switch_ivr_async.c.
Referenced by switch_ivr_detect_speech_init(), and switch_ivr_stop_detect_speech().
switch_thread_cond_t* speech_thread_handle::cond |
Definition at line 4342 of file switch_ivr_async.c.
Referenced by speech_callback(), and speech_thread().
switch_mutex_t* speech_thread_handle::mutex |
Definition at line 4341 of file switch_ivr_async.c.
Referenced by speech_callback(), and speech_thread().
switch_memory_pool_t* speech_thread_handle::pool |
Definition at line 4343 of file switch_ivr_async.c.
Referenced by speech_callback(), speech_thread(), and switch_ivr_detect_speech_init().
int speech_thread_handle::ready |
Definition at line 4345 of file switch_ivr_async.c.
Referenced by speech_callback(), and speech_thread().
switch_core_session_t* speech_thread_handle::session |
Definition at line 4338 of file switch_ivr_async.c.
Referenced by speech_thread(), and switch_ivr_detect_speech_init().
switch_thread_t* speech_thread_handle::thread |
Definition at line 4344 of file switch_ivr_async.c.
Referenced by speech_callback().