<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCallDestinationType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INCallDestinationType"
  },
  "title" : "INCallDestinationType"
}
-->

# INCallDestinationType

Constants describing the destination of a call.

```
enum INCallDestinationType
```

## Topics

### Constants

[`case unknown`](/documentation/Intents/INCallDestinationType/unknown)

An unknown call destination.

[`case normal`](/documentation/Intents/INCallDestinationType/normal)

A call routed to its expected destination.

[`case emergency`](/documentation/Intents/INCallDestinationType/emergency)

A call routed to an emergency number.

[`case voicemail`](/documentation/Intents/INCallDestinationType/voicemail)

A call routed to the user’s voicemail.

[`case redial`](/documentation/Intents/INCallDestinationType/redial)

A call that was the result of redialing a previous call.

[`case callBack`](/documentation/Intents/INCallDestinationType/callBack)

A call that was the result of a call back.

[`static var normalDestination: INCallDestinationType`](/documentation/Intents/INCallDestinationType/normalDestination)

A call routed to its expected destination.

[`static var emergencyDestination: INCallDestinationType`](/documentation/Intents/INCallDestinationType/emergencyDestination)

A call routed to an emergency number.

[`static var voicemailDestination: INCallDestinationType`](/documentation/Intents/INCallDestinationType/voicemailDestination)

A call routed to the user’s voicemail.

[`static var redialDestination: INCallDestinationType`](/documentation/Intents/INCallDestinationType/redialDestination)

A call that was the result of redialing a previous call.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INCallDestinationType/init(rawValue:))

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)