Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_audiohook | audiohook |
int | db |
struct ast_dsp * | dsp |
int | duration |
int | freq1 |
int | freq2 |
char * | gotorx |
char * | gototx |
unsigned short int | rx |
int | rxcount |
unsigned short int | squelch |
unsigned short int | tx |
int | txcount |
Definition at line 157 of file app_tonedetect.c.
struct ast_audiohook audiohook |
Definition at line 159 of file app_tonedetect.c.
Referenced by destroy_callback(), detect_write(), and remove_detect().
int db |
Definition at line 163 of file app_tonedetect.c.
Referenced by detect_write(), and wait_exec().
struct ast_dsp* dsp |
Definition at line 158 of file app_tonedetect.c.
Referenced by destroy_callback(), detect_callback(), detect_write(), and wait_exec().
int duration |
Definition at line 162 of file app_tonedetect.c.
Referenced by detect_write(), and wait_exec().
int freq1 |
Definition at line 160 of file app_tonedetect.c.
Referenced by detect_write(), and wait_exec().
int freq2 |
Definition at line 161 of file app_tonedetect.c.
Referenced by detect_write(), and wait_exec().
char* gotorx |
Definition at line 165 of file app_tonedetect.c.
Referenced by destroy_callback(), detect_callback(), and detect_write().
char* gototx |
Definition at line 164 of file app_tonedetect.c.
Referenced by destroy_callback(), detect_callback(), and detect_write().
unsigned short int rx |
Definition at line 168 of file app_tonedetect.c.
Referenced by detect_callback(), and detect_write().
int rxcount |
Definition at line 170 of file app_tonedetect.c.
Referenced by detect_callback(), detect_read(), and detect_write().
unsigned short int squelch |
Definition at line 166 of file app_tonedetect.c.
Referenced by detect_write(), and wait_exec().
unsigned short int tx |
Definition at line 167 of file app_tonedetect.c.
Referenced by detect_callback(), and detect_write().
int txcount |
Definition at line 169 of file app_tonedetect.c.
Referenced by detect_callback(), detect_read(), and detect_write().