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

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
 

Detailed Description

Definition at line 3500 of file switch_ivr_async.c.

Field Documentation

char* switch_tone_detect_t::app
switch_tone_detect_callback_t switch_tone_detect_t::callback
char* switch_tone_detect_t::data
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
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
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

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