How do I implement receiving DTMF signals from my customer in Voximplant, for example, if they enter an extention?
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.