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

# dial()

Initiates an outbound call. Accepts a phone number and calls the function assigned in `registerDial`.

## Parameters {#parameters}

<FieldTable>
| Name | Type | Description |
| --- | --- | --- |
| `number` | string | The number to dial. |
</FieldTable>

## Example {#example}

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


// accepts a number to dial an outbound call
function dialCall(number) {
    omniconnectEvent.dial()
}

```
</CodeExample>

---

**Previous:** [onDial()](/medical/omnichannel/api-reference/25.3/methods/ondial)  
**Next:** [onDialError()](/medical/omnichannel/api-reference/25.3/methods/ondialerror)