Search code examples
twilioivrdtmf

Is it possible to send DTMF tones to an IVR from computer keyboard?


I am developing a soft phone having ability to make outbound calls from a browser using Twilio. For some outbound calls we have to connect to an IVR and input digits or pounds. Is there a way we can send these inputs from computer keyboard?


Solution

  • Yes, Twilio supports sending DTMF from the Programmable Voice SDK Client. You can find more details below.

    Twilio Client JS SDK: Twilio.Device

    .sendDigits( digits )