---
title: normalDestination
framework: intents
role: symbol
role_heading: Type Property
path: intents/incalldestinationtype/normaldestination
---

# normalDestination

A call routed to its expected destination.

## Declaration

```swift
static var normalDestination: INCallDestinationType { get }
```

## See Also

### Constants

- [INCallDestinationType.unknown](intents/incalldestinationtype/unknown.md)
- [INCallDestinationType.normal](intents/incalldestinationtype/normal.md)
- [INCallDestinationType.emergency](intents/incalldestinationtype/emergency.md)
- [INCallDestinationType.voicemail](intents/incalldestinationtype/voicemail.md)
- [INCallDestinationType.redial](intents/incalldestinationtype/redial.md)
- [INCallDestinationType.callBack](intents/incalldestinationtype/callback.md)
- [emergencyDestination](intents/incalldestinationtype/emergencydestination.md)
- [voicemailDestination](intents/incalldestinationtype/voicemaildestination.md)
- [redialDestination](intents/incalldestinationtype/redialdestination.md)
