Asterisk - The Open Source Telephony Project GIT-master-0a46be9
|
Data Fields | |
struct ast_audiohook | audiohook |
unsigned int | autoend:1 |
int | db |
struct ast_dsp * | dsp |
int | duration |
int | freq1 |
int | freq2 |
char * | gotorx |
char * | gototx |
int | hitsrequired |
unsigned int | matchmet:1 |
unsigned int | rx:1 |
int | rxcount |
int | signalfeatures |
unsigned int | squelch:1 |
unsigned int | tx:1 |
int | txcount |
Definition at line 276 of file res_tonedetect.c.
struct ast_audiohook audiohook |
Definition at line 278 of file res_tonedetect.c.
Referenced by remove_detect().
unsigned int autoend |
Definition at line 288 of file res_tonedetect.c.
int db |
Definition at line 282 of file res_tonedetect.c.
struct ast_dsp* dsp |
Definition at line 277 of file res_tonedetect.c.
int duration |
Definition at line 281 of file res_tonedetect.c.
int freq1 |
Definition at line 279 of file res_tonedetect.c.
Referenced by freq_parser().
int freq2 |
Definition at line 280 of file res_tonedetect.c.
Referenced by freq_parser().
char* gotorx |
Definition at line 284 of file res_tonedetect.c.
char* gototx |
Definition at line 283 of file res_tonedetect.c.
int hitsrequired |
Definition at line 292 of file res_tonedetect.c.
unsigned int matchmet |
Definition at line 289 of file res_tonedetect.c.
unsigned int rx |
Definition at line 287 of file res_tonedetect.c.
int rxcount |
Definition at line 291 of file res_tonedetect.c.
int signalfeatures |
Definition at line 293 of file res_tonedetect.c.
unsigned int squelch |
Definition at line 285 of file res_tonedetect.c.
unsigned int tx |
Definition at line 286 of file res_tonedetect.c.
int txcount |
Definition at line 290 of file res_tonedetect.c.