detected_tones 3385 src/ftdm_io.c memset(ftdmchan->detected_tones, 0, sizeof(ftdmchan->detected_tones[0]) * FTDM_TONEMAP_INVALID); detected_tones 3844 src/ftdm_io.c if (++ftdmchan->detected_tones[i]) { detected_tones 3846 src/ftdm_io.c ftdmchan->detected_tones[0]++; detected_tones 3860 src/ftdm_io.c ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK]++; detected_tones 565 src/ftmod/ftmod_analog/ftmod_analog.c if (ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK] == 1) { detected_tones 567 src/ftmod/ftmod_analog/ftmod_analog.c ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK]++; detected_tones 568 src/ftmod/ftmod_analog/ftmod_analog.c } else if (state_counter > 600 && !ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK]) { detected_tones 570 src/ftmod/ftmod_analog/ftmod_analog.c ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK]++; detected_tones 571 src/ftmod/ftmod_analog/ftmod_analog.c } else if (state_counter > 1000 && !ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK]) { detected_tones 590 src/ftmod/ftmod_analog/ftmod_analog.c ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK] = 0; detected_tones 742 src/ftmod/ftmod_analog/ftmod_analog.c ftdmchan->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK] = 0; detected_tones 859 src/ftmod/ftmod_analog/ftmod_analog.c if (ftdmchan->type == FTDM_CHAN_TYPE_FXO && ftdmchan->detected_tones[0]) { detected_tones 863 src/ftmod/ftmod_analog/ftmod_analog.c if (ftdmchan->detected_tones[i]) { detected_tones 868 src/ftmod/ftmod_analog/ftmod_analog.c if (ftdmchan->detected_tones[FTDM_TONEMAP_BUSY] || detected_tones 869 src/ftmod/ftmod_analog/ftmod_analog.c ftdmchan->detected_tones[FTDM_TONEMAP_FAIL1] || detected_tones 870 src/ftmod/ftmod_analog/ftmod_analog.c ftdmchan->detected_tones[FTDM_TONEMAP_FAIL2] || detected_tones 871 src/ftmod/ftmod_analog/ftmod_analog.c ftdmchan->detected_tones[FTDM_TONEMAP_FAIL3] || detected_tones 872 src/ftmod/ftmod_analog/ftmod_analog.c ftdmchan->detected_tones[FTDM_TONEMAP_ATTN] detected_tones 876 src/ftmod/ftmod_analog/ftmod_analog.c } else if (ftdmchan->detected_tones[FTDM_TONEMAP_DIAL]) { detected_tones 878 src/ftmod/ftmod_analog/ftmod_analog.c } else if (ftdmchan->detected_tones[FTDM_TONEMAP_RING]) { detected_tones 1057 src/ftmod/ftmod_analog/ftmod_analog.c event->channel->detected_tones[FTDM_TONEMAP_CALLWAITING_ACK] = 0; detected_tones 497 src/ftmod/ftmod_analog_em/ftmod_analog_em.c if (ftdmchan->detected_tones[0]) { detected_tones 501 src/ftmod/ftmod_analog_em/ftmod_analog_em.c if (ftdmchan->detected_tones[i]) { detected_tones 506 src/ftmod/ftmod_analog_em/ftmod_analog_em.c if (ftdmchan->detected_tones[FTDM_TONEMAP_BUSY] || detected_tones 507 src/ftmod/ftmod_analog_em/ftmod_analog_em.c ftdmchan->detected_tones[FTDM_TONEMAP_FAIL1] || detected_tones 508 src/ftmod/ftmod_analog_em/ftmod_analog_em.c ftdmchan->detected_tones[FTDM_TONEMAP_FAIL2] || detected_tones 509 src/ftmod/ftmod_analog_em/ftmod_analog_em.c ftdmchan->detected_tones[FTDM_TONEMAP_FAIL3] || detected_tones 510 src/ftmod/ftmod_analog_em/ftmod_analog_em.c ftdmchan->detected_tones[FTDM_TONEMAP_ATTN] detected_tones 514 src/ftmod/ftmod_analog_em/ftmod_analog_em.c } else if (ftdmchan->detected_tones[FTDM_TONEMAP_RING]) { detected_tones 434 src/include/private/ftdm_core.h uint8_t detected_tones[FTDM_TONEMAP_INVALID];