How to receive a pulse in Javascript Sinch SDK call to PSTN

119 Views Asked by At

I can see in the JS reference how to send a dial tone, but how can I process an incoming one in the JS SDK?
In other words, I need the call receiver to be able to press a number in their phone to acknowledge something and trigger an action in JS

1

There are 1 best solutions below

1
On

DTMF is not for the other end JS client to recieve, its for the rest api to react on, think IVR etc

See @Redaniums (https://stackoverflow.com/users/3339316/redanium) comment above https://www.sinch.com/docs/voice/rest/#PIE