*** id: b4ee23b0-4db2-414c-ad1f-b0159a13a6d2 title: sendDigits slug: /node/reference/voice/call/send-digits description: sendDigits method for the Call class. max-toc-depth: 3 ---------------- [call-19]: /docs/server-sdk/v3/node/reference/voice/call ### sendDigits * **sendDigits**(`digits`): `Promise` - See [Call][call-19] for more details. Play DTMF digits to the other party on the call. #### Parameters | Name | Type | | :------- | :------- | | `digits` | `string` | #### Returns `Promise` - See [Call][call-19] for more details. #### Example ```js await call.sendDigits("123"); ```