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