---
title: allowsVOIP
framework: coretelephony
role: symbol
role_heading: Instance Property
path: coretelephony/ctcarrier/allowsvoip
---

# allowsVOIP

Indicates if the carrier allows making VoIP calls on its network.

## Declaration

```swift
var allowsVOIP: Bool { get }
```

## Discussion

Discussion A read-only Boolean value that is true if the carrier allows making VoIP calls on its network, or false if not. If you configure a device for a carrier and then remove the SIM card, this property retains the Boolean value indicating the carrier’s policy regarding VoIP. If you then install a new SIM card, its VoIP policy Boolean replaces the previous value of this property.

## See Also

### Getting Information About the Cellular Service Provider

- [carrierName](coretelephony/ctcarrier/carriername.md)
- [isoCountryCode](coretelephony/ctcarrier/isocountrycode.md)
- [mobileCountryCode](coretelephony/ctcarrier/mobilecountrycode.md)
- [mobileNetworkCode](coretelephony/ctcarrier/mobilenetworkcode.md)
