detected_tones   2940 src/ftdm_io.c  	memset(ftdmchan->detected_tones, 0, sizeof(ftdmchan->detected_tones[0]) * FTDM_TONEMAP_INVALID);
detected_tones   3413 src/ftdm_io.c  						if (++ftdmchan->detected_tones[i]) {
detected_tones   3415 src/ftdm_io.c  							ftdmchan->detected_tones[0]++;
detected_tones   3429 src/ftdm_io.c  					ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK]++;
detected_tones    471 src/ftmod/ftmod_analog/ftmod_analog.c 					if (ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK] == 1) {
detected_tones    473 src/ftmod/ftmod_analog/ftmod_analog.c 						ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK]++;
detected_tones    474 src/ftmod/ftmod_analog/ftmod_analog.c 					} else if (state_counter > 600 && !ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK]) {
detected_tones    476 src/ftmod/ftmod_analog/ftmod_analog.c 						ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK]++;
detected_tones    477 src/ftmod/ftmod_analog/ftmod_analog.c 					} else if (state_counter > 1000 && !ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK]) {
detected_tones    496 src/ftmod/ftmod_analog/ftmod_analog.c 						ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK] = 0;
detected_tones    598 src/ftmod/ftmod_analog/ftmod_analog.c 					ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK] = 0;
detected_tones    715 src/ftmod/ftmod_analog/ftmod_analog.c 		if (ftdmchan->type == FTDM_CHAN_TYPE_FXO && ftdmchan->detected_tones[0]) {
detected_tones    719 src/ftmod/ftmod_analog/ftmod_analog.c 				if (ftdmchan->detected_tones[i]) {
detected_tones    724 src/ftmod/ftmod_analog/ftmod_analog.c 			if (ftdmchan->detected_tones[FTDM_TONEMAP_BUSY] || 
detected_tones    725 src/ftmod/ftmod_analog/ftmod_analog.c 				ftdmchan->detected_tones[FTDM_TONEMAP_FAIL1] ||
detected_tones    726 src/ftmod/ftmod_analog/ftmod_analog.c 				ftdmchan->detected_tones[FTDM_TONEMAP_FAIL2] ||
detected_tones    727 src/ftmod/ftmod_analog/ftmod_analog.c 				ftdmchan->detected_tones[FTDM_TONEMAP_FAIL3] ||
detected_tones    728 src/ftmod/ftmod_analog/ftmod_analog.c 				ftdmchan->detected_tones[FTDM_TONEMAP_ATTN]
detected_tones    732 src/ftmod/ftmod_analog/ftmod_analog.c 			} else if (ftdmchan->detected_tones[FTDM_TONEMAP_DIAL]) {
detected_tones    750 src/ftmod/ftmod_analog/ftmod_analog.c 			} else if (ftdmchan->detected_tones[FTDM_TONEMAP_RING]) {
detected_tones    897 src/ftmod/ftmod_analog/ftmod_analog.c 				event->channel->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK] = 0;
detected_tones    498 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 		if (ftdmchan->detected_tones[0]) {
detected_tones    502 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 				if (ftdmchan->detected_tones[i]) {
detected_tones    507 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 			if (ftdmchan->detected_tones[FTDM_TONEMAP_BUSY] || 
detected_tones    508 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 				ftdmchan->detected_tones[FTDM_TONEMAP_FAIL1] ||
detected_tones    509 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 				ftdmchan->detected_tones[FTDM_TONEMAP_FAIL2] ||
detected_tones    510 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 				ftdmchan->detected_tones[FTDM_TONEMAP_FAIL3] ||
detected_tones    511 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 				ftdmchan->detected_tones[FTDM_TONEMAP_ATTN]
detected_tones    515 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 			} else if (ftdmchan->detected_tones[FTDM_TONEMAP_RING]) {
detected_tones    416 src/include/private/ftdm_core.h 	uint8_t detected_tones[FTDM_TONEMAP_INVALID];