Home | History | Annotate | Download | only in audio

Lines Matching refs:tone

218 		g_string_append(gstr, "\"In-band ring tone capability\" ");
1023 char tone;
1026 error("Too short string for DTMF tone");
1030 tone = buf[7];
1031 if (tone >= '#' && tone <= 'D')
1032 telephony_transmit_dtmf_req(device, tone);