Send digits on an active call
POST https://api.plivo.com/v1/Account/{{auth_id}}/Call/{call_uuid}/DTMF/
This endpoint allows you to send DTMF digits on an active call.
Below is the list of arguments that can be passed in this API request, more information can be found here
Arguments | Description | Required/Conditional/Optional |
---|---|---|
digits | Set of digits that need to be sent over the call. | Required |
leg | This is the leg of the call in which the DTMF should be sent. This can take the values aleg (the current call) or bleg (the other party in a Dial). Defaults to aleg. | Optional |
Request Body
{"digits"=>"1234", "leg"=>"aleg"}