FreeSWITCH API Documentation  1.7.0
Data Fields
switch_inband_dtmf_generate_t Struct Reference
+ Collaboration diagram for switch_inband_dtmf_generate_t:

Data Fields

switch_core_session_tsession
 
teletone_generation_session_t ts
 
switch_queue_tdigit_queue
 
switch_buffer_taudio_buffer
 
switch_mutex_tmutex
 
int read
 
int ready
 
int skip
 

Detailed Description

Definition at line 3262 of file switch_ivr_async.c.

Field Documentation

switch_buffer_t* switch_inband_dtmf_generate_t::audio_buffer

Definition at line 3266 of file switch_ivr_async.c.

Referenced by generate_on_dtmf(), and inband_dtmf_generate_callback().

switch_queue_t* switch_inband_dtmf_generate_t::digit_queue

Definition at line 3265 of file switch_ivr_async.c.

Referenced by generate_on_dtmf(), and inband_dtmf_generate_callback().

switch_mutex_t* switch_inband_dtmf_generate_t::mutex

Definition at line 3267 of file switch_ivr_async.c.

Referenced by generate_on_dtmf(), and inband_dtmf_generate_callback().

int switch_inband_dtmf_generate_t::read
int switch_inband_dtmf_generate_t::ready

Definition at line 3269 of file switch_ivr_async.c.

Referenced by generate_on_dtmf(), and inband_dtmf_generate_callback().

switch_core_session_t* switch_inband_dtmf_generate_t::session
int switch_inband_dtmf_generate_t::skip

Definition at line 3270 of file switch_ivr_async.c.

Referenced by generate_on_dtmf(), and inband_dtmf_generate_callback().

teletone_generation_session_t switch_inband_dtmf_generate_t::ts

Definition at line 3264 of file switch_ivr_async.c.

Referenced by inband_dtmf_generate_callback().


The documentation for this struct was generated from the following file: