Table of Contents

Enum PortedStatus

Namespace
Vonage.NumberInsights
Assembly
Vonage.dll

Indicates whether a phone number has been ported from one carrier to another.

public enum PortedStatus

Fields

[EnumMember(Value = "assumed_not_ported")] AssumedNotPorted = 3

The carrier has not explicitly confirmed porting status, but the number is assumed to be with the original carrier.

[EnumMember(Value = "assumed_ported")] AssumedPorted = 4

The carrier has not explicitly confirmed porting status, but the number is assumed to have been ported.

[EnumMember(Value = "not_ported")] NotPorted = 2

The phone number remains with its original carrier and has not been ported.

[EnumMember(Value = "ported")] Ported = 1

The phone number has been ported to a different carrier than originally assigned.

[EnumMember(Value = "unknown")] Unknown = 0

The porting status could not be determined.