Searched refs:dtmf (Results 1 – 6 of 6) sorted by relevance
42 dsp->dtmf.size = 0; in dsp_dtmf_goertzel_init()43 dsp->dtmf.lastwhat = '\0'; in dsp_dtmf_goertzel_init()44 dsp->dtmf.lastdigit = '\0'; in dsp_dtmf_goertzel_init()45 dsp->dtmf.count = 0; in dsp_dtmf_goertzel_init()54 if (!dsp->dtmf.enable) in dsp_dtmf_hardware()92 dsp->dtmf.hardware = hardware; in dsp_dtmf_hardware()93 dsp->dtmf.software = !hardware; in dsp_dtmf_hardware()130 dsp->dtmf.digits[0] = '\0'; in dsp_dtmf_goertzel_decode()137 size = dsp->dtmf.size; in dsp_dtmf_goertzel_decode()138 buf = dsp->dtmf.buffer; in dsp_dtmf_goertzel_decode()[all …]
204 else if (dsp->dtmf.software) in dsp_rx_off_member()311 dsp->dtmf.treshold = (*(int *)data) * 10000; in dsp_control_req()313 dsp->dtmf.enable = 1; in dsp_control_req()324 dsp->dtmf.enable = 0; in dsp_control_req()325 dsp->dtmf.hardware = 0; in dsp_control_req()326 dsp->dtmf.software = 0; in dsp_control_req()727 if (dsp->dtmf.software) { in dsp_function()778 if (!dsp->dtmf.hardware) { in dsp_function()911 if (dsp->dtmf.hardware || dsp->dtmf.software) in dsp_function()1099 ndsp->dtmf.treshold = dtmfthreshold * 10000; in dspcreate()
20 cross connecting of bchannels, conferencing, dtmf decoding,
181 struct dsp_dtmf dtmf; member
200 int dtmf; /* flag that dtmf is currently in process */ member
1846 int dtmf = 0; in hfcmulti_dtmf() local1867 dtmf = 1; in hfcmulti_dtmf()1935 hc->dtmf = dtmf; in hfcmulti_dtmf()1936 if (dtmf) in hfcmulti_dtmf()3513 if (ch->protocol == ISDN_P_B_RAW && !hc->dtmf in handle_bmsg()3516 hc->dtmf = 1; in handle_bmsg()