Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

What are DTMF Tones?


DTMF, or Dual-Tone Multi-Frequency tones, are in-band telecommunications signals sent over voice frequencies. Commonly used over telephone lines, DTMF tones are also commonly called Touch Tones.


DTMF Tones for Automating Telecommunications Interactions

dtmf-tones-for-automating-telecommunications-interactions page anchor

Almost as long as we've had telegraph and telephony systems, humans have needed a way to reliably interact with the system in a mechanical and reproducible way. Signalling systems have evolved to fill that role - both for routing and dialing calls as well as for interacting with phone systems once connected.

The first commonly used telephony signaling system was pulse dialing. Rotary phones interrupt electrical connections while spinning, and the resulting electrical pulses produced are interpreted as commands (such as 'dial this number').

Rotary Phone which Used Pulse Signaling to dial.

The Introduction of Touch Tone Phones

the-introduction-of-touch-tone-phones page anchor

The first DTMF tone producing telephone was introduced in November of 1963(link takes you to an external page) for the Bell System. More user friendly than the rotation of a rotary dial, touch tone phones quickly supplanted the rotary phone. Dialing speed increased, stress on the network decreased, and users flocked to the new technology.

DTMF tones today are standardized in the International Telecommunication Union's (ITU-T) Recommendation Q.23(link takes you to an external page).

Nowadays, DTMF tones are the dominant signalling protocol for interacting with the telephone system or with automated telephone services. IVRs, or Interactive Voice Response systems allow dialers to navigate without tying up an operator. Many other use cases for DTMF tones have also emerged - from booking appointments to checking bank balances to changing language on a phone call.


In-Band vs. Out-Of-Band Signaling

in-band-vs-out-of-band-signaling page anchor

DTMF tones are an example of an in-band signaling protocol; that is, signals are sent over the same communications channel as the primary data on that channel. For DTMF tones that means that tones are in the same frequency range as human voice - any DTMF tones produced can be heard over the line.

Out-of-Band signaling protocols take an opposite tack - signals are sent over a separate channel. Commonly used telecommunications protocols such as Signaling System No. 6 (SS6) and Signaling System No. 7 (SS7) use an out-of-band channel for signaling and switching purposes.

Although out-of-band signaling systems aren't immune from abuse, when in-band signaling protocols were dominant (especially for switching and routing) they were an order of magnitude easier to exploit. This manifested in the so-called 'Phreaking' subculture, wherein knowledgeable people could exploit tones and tone order to gain access to phone features or avoid charges. One infamous in-band signaling exploit (no longer viable) was on the 2600 Hz tone(link takes you to an external page), which denoted an idling phone trunk.

While in-band signals shouldn't be used to control mission-critical infrastructure, they are still very useful for telephone users. Audible feedback in the same channel gives the user some indication they properly entered a command. While building a telephony application, DTMF tones are an excellent way to add user directed interaction.


  • Twilio's <Gather> TwiML verb supports RFC 2833 DTMF inputs. <Gather> does not support DTMF via in-band signaling or out-of-band SIP INFO messages.
  • All in-band DTMF received will be forwarded unmodified to all other parties in the call. Twilio will not detect or react to these digits.

All digits sent are encoded using RFC-2833.

  • Using <Number> 's sendDigits attribute
  • Using <Play>'s digits attribute
  • Using the Voice SDKs' sendDigits() method

Ready to start building out an app that uses DTMF tones to navigate? We've got you covered in all of our supported languages.

Whatever your use case, Twilio's Programmable Voice(link takes you to an external page) can help you achieve success. We can't wait to see - and hear - what you build!


Rate this page: