**Source URL:** https://limited.veevavault.dev/medical/omnichannel/api-reference/25.3/methods/ondial.md

# onDial()

Allows the integration to register a function to dial the outbound call.

## Parameters {#parameters}

<FieldTable>
| Name | Type | Description |
| --- | --- | --- |
| `dial` | Callback | The `dial()` function to dial the outbound call. |
</FieldTable>

## Example {#example}

<CodeExample title="">
```
import { omniconnectEvent } from "./vault-medical-omniconnect-25.1.2-release12649.js";


// Specifies a function to dial an outbound call
function makeCall(dial) {
    omniconnectEvent.onDial()
}

```
</CodeExample>

---

**Previous:** [onAccepted()](/medical/omnichannel/api-reference/25.3/methods/onaccepted)  
**Next:** [dial()](/medical/omnichannel/api-reference/25.3/methods/dial)