dtmfvoximplant

Implement receiving DTMF signals


How do I implement receiving DTMF signals from my customer in Voximplant, for example, if they enter an extention?


Solution

  • You should use the handleTones method: when you receive tone signals, the ToneReceived event is fired, and you can obtain the entered digit from the event object.