FreeSWITCH API Documentation
1.7.0
|
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 3500 of file switch_ivr_async.c.
char* switch_tone_detect_t::app |
Definition at line 3502 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 3515 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 3503 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 3512 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 3511 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 3510 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 3508 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 3504 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 3505 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 3501 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 3513 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 3509 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 3514 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 3507 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 3506 of file switch_ivr_async.c.
Referenced by switch_ivr_stop_tone_detect_session(), switch_ivr_tone_detect_session(), and tone_detect_callback().