FreeSWITCH API Documentation
1.7.0
|
#include <switch_types.h>
Data Fields | |
char | digit |
uint32_t | duration |
int32_t | flags |
switch_dtmf_source_t | source |
Definition at line 286 of file switch_types.h.
char switch_dtmf_t::digit |
Definition at line 287 of file switch_types.h.
Referenced by do_2833(), generate_on_dtmf(), handle_rfc2833(), hold_on_dtmf(), inband_dtmf_callback(), inband_dtmf_generate_callback(), meta_on_dtmf(), play_and_detect_input_callback(), sb_on_dtmf(), speech_thread(), switch_channel_dequeue_dtmf_string(), switch_channel_queue_dtmf(), switch_channel_queue_dtmf_string(), switch_channel_set_timestamps(), switch_core_session_recv_dtmf(), switch_core_session_send_dtmf(), switch_core_session_send_dtmf_string(), switch_ivr_collect_digits_callback(), switch_ivr_collect_digits_count(), switch_ivr_eavesdrop_session(), switch_ivr_gentones(), switch_ivr_originate(), switch_ivr_park(), switch_ivr_play_file(), switch_ivr_record_file(), switch_ivr_session_echo(), switch_ivr_sleep(), switch_ivr_speak_text_handle(), switch_ivr_wait_for_answer(), and tone_on_dtmf().
uint32_t switch_dtmf_t::duration |
Definition at line 288 of file switch_types.h.
Referenced by do_2833(), generate_on_dtmf(), handle_rfc2833(), inband_dtmf_callback(), inband_dtmf_generate_callback(), speech_thread(), switch_channel_queue_dtmf(), switch_channel_queue_dtmf_string(), switch_core_session_recv_dtmf(), switch_core_session_send_dtmf(), switch_core_session_send_dtmf_string(), switch_rtp_queue_rfc2833(), and switch_rtp_queue_rfc2833_in().
int32_t switch_dtmf_t::flags |
Definition at line 289 of file switch_types.h.
Referenced by switch_channel_queue_dtmf_string(), and switch_core_session_send_dtmf_string().
switch_dtmf_source_t switch_dtmf_t::source |
Definition at line 290 of file switch_types.h.
Referenced by inband_dtmf_callback(), inband_dtmf_generate_callback(), and speech_thread().