RTS API Documentation
1.10.11
|
Data Fields | |
teletone_multi_tone_t | mt |
char * | app |
char * | data |
char * | key |
teletone_tone_map_t | map |
int | up |
int | total_hits |
int | hits |
int | sleep |
int | expires |
int | default_sleep |
int | default_expires |
int | once |
switch_time_t | start_time |
switch_tone_detect_callback_t | callback |
Definition at line 4125 of file switch_ivr_async.c.
char* switch_tone_detect_t::app |
Definition at line 4127 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), tone_detect_callback(), and tone_on_dtmf().
switch_tone_detect_callback_t switch_tone_detect_t::callback |
Definition at line 4140 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), tone_detect_callback(), and tone_on_dtmf().
char* switch_tone_detect_t::data |
Definition at line 4128 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), tone_detect_callback(), and tone_on_dtmf().
int switch_tone_detect_t::default_expires |
Definition at line 4137 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), and tone_detect_callback().
int switch_tone_detect_t::default_sleep |
Definition at line 4136 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), and tone_detect_callback().
int switch_tone_detect_t::expires |
Definition at line 4135 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), and tone_detect_callback().
int switch_tone_detect_t::hits |
Definition at line 4133 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), and tone_detect_callback().
char* switch_tone_detect_t::key |
Definition at line 4129 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), tone_detect_callback(), and tone_detect_set_total_time().
teletone_tone_map_t switch_tone_detect_t::map |
Definition at line 4130 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session().
teletone_multi_tone_t switch_tone_detect_t::mt |
Definition at line 4126 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), and tone_detect_callback().
int switch_tone_detect_t::once |
Definition at line 4138 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), and tone_detect_callback().
int switch_tone_detect_t::sleep |
Definition at line 4134 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), and tone_detect_callback().
switch_time_t switch_tone_detect_t::start_time |
Definition at line 4139 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), and tone_detect_set_total_time().
int switch_tone_detect_t::total_hits |
Definition at line 4132 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), and tone_detect_callback().
int switch_tone_detect_t::up |
Definition at line 4131 of file switch_ivr_async.c.
Referenced by switch_ivr_stop_tone_detect_session(), switch_ivr_tone_detect_session(), and tone_detect_callback().