<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SessionDescriptionHandler](./sip.js.sessiondescriptionhandler.md) &gt; [sendDtmf](./sip.js.sessiondescriptionhandler.senddtmf.md)

## SessionDescriptionHandler.sendDtmf() method

Send DTMF via RTP (RFC 4733). Returns true if DTMF send is successful, false otherwise.

<b>Signature:</b>

```typescript
sendDtmf(tones: string, options?: any): boolean;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  tones | <code>string</code> | A string containing DTMF digits. |
|  options | <code>any</code> | Options object to be used by sendDtmf. |

<b>Returns:</b>

`boolean`

True if DTMF send is successful, false otherwise.

