FreeSWITCH API Documentation
1.7.0
|
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 3518 of file switch_ivr_async.c.
switch_media_bug_t* switch_tone_container_t::bug |
Definition at line 3521 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 3523 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 3524 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 3520 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 3519 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 3522 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().