|
RTS API Documentation
1.10.11
|
Collaboration diagram for switch_tone_container_t:Data Fields | |
| switch_tone_detect_t | list [MAX_TONES+1] |
| int | index |
| switch_media_bug_t * | bug |
| switch_core_session_t * | session |
| int | bug_running |
| int | detect_fax |
Definition at line 4143 of file switch_ivr_async.c.
| switch_media_bug_t* switch_tone_container_t::bug |
Definition at line 4146 of file switch_ivr_async.c.
Referenced by switch_ivr_stop_tone_detect_session(), and switch_ivr_tone_detect_session().
| int switch_tone_container_t::bug_running |
Definition at line 4148 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), and tone_detect_callback().
| int switch_tone_container_t::detect_fax |
Definition at line 4149 of file switch_ivr_async.c.
Referenced by switch_ivr_stop_tone_detect_session(), switch_ivr_tone_detect_session(), and tone_on_dtmf().
| int switch_tone_container_t::index |
Definition at line 4145 of file switch_ivr_async.c.
Referenced by switch_ivr_stop_tone_detect_session(), switch_ivr_tone_detect_session(), and tone_detect_callback().
| switch_tone_detect_t switch_tone_container_t::list[MAX_TONES+1] |
Definition at line 4144 of file switch_ivr_async.c.
Referenced by switch_ivr_stop_tone_detect_session(), switch_ivr_tone_detect_session(), tone_detect_callback(), tone_detect_set_total_time(), and tone_on_dtmf().
| switch_core_session_t* switch_tone_container_t::session |
Definition at line 4147 of file switch_ivr_async.c.
Referenced by switch_ivr_tone_detect_session(), tone_detect_callback(), tone_detect_set_total_time(), and tone_on_dtmf().
1.8.13